home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / Chip_2003-05_cd1.bin / tema / info / bakule / inc / skin_004.css < prev    next >
Cascading Style Sheet File  |  2003-03-27  |  6KB  |  332 lines

  1. /* MiK's dynamic CSS layout definition */
  2. /* Soubor zakladnich stylu. */
  3. /* Tmavy skin (Matrix) */
  4. /* (c) Michal Kec (Michal.Kec@seznam.cz) */
  5. /* MiK's Site URL: <http://mik.euweb.cz>, <http://mik.3web.cz> */
  6. /* Trying to be CSS2 valid. Downgraded to Netscape 4.5 */
  7. /* updated 09.03.2002 */
  8.  
  9. BODY    { 
  10.     background-image: url(../img/poz/greenframe.jpg);
  11.     font-family: "Arial CE", Arial, Helvetica, sans-serif;
  12.     font-size: 10pt;
  13.     margin: 3px;
  14.     }
  15.  
  16. BODY, .splyvaji input, .splyvaji select, .splyvaji textarea, .splyva{
  17.     background-color: black;
  18.     color: silver;
  19.     }
  20.     
  21. /* Alternativni pozadi */
  22. .alternativ    {
  23.     background-color: black;
  24.     background-image: url(http://sorry.vse.cz/~xkecm01/img/poz/starbacking.gif);
  25.     }
  26.  
  27. /* Nastaveni barvy textu */
  28. /* vsude, kde se da... */
  29. P, DIV, .font FONT,
  30. TH, TD, OL, UL, LI    {
  31.     font-family: "Arial CE", Arial, Helvetica, sans-serif;
  32.     font-size: 10pt;
  33.     color: silver;
  34.         }
  35.  
  36. /* Nastaveni odsazeni textu */
  37. P    {
  38.     text-indent: 10px;
  39.     }
  40.  
  41. .neods    {
  42.     text-indent: 0px;
  43.     }
  44.  
  45. .nowrap    {
  46.     white-space: nowrap;
  47.     }
  48. /* --------------------- NADPISY ----------------------- */
  49. /* Vseobecne nastaveni nadpisu */
  50. H1, H2, H3, H4, H5, H6    {
  51.     font-family: "Comic Sans MS", "Times New Roman CE", "Times New Roman", Times, serif;
  52. /*        filter: DropShadow(Color=#808080,OffX=6,OffY=6);*/
  53.     }
  54.  
  55. /* Individualni nastaveni nadpisu */
  56. H1.title, H1.title A:link, H1.title A:visited    {
  57.     font-size: 30pt;
  58.     text-align: center;
  59.     color: white;
  60.     margin-bottom: 0px;
  61.     }
  62.  
  63. H1, H2    {
  64.     font-size: 19pt;
  65.     text-align: center;
  66.     color: yellow;
  67.     margin-bottom: 0px;
  68.     }
  69.  
  70. H3, H3 A:link, H3 A:visited    {
  71.     font-size: 14pt;
  72.     color: green;
  73.     }
  74.  
  75. H4    {
  76.     font-size: 12pt;
  77.     }
  78.  
  79. /* Nastaveni odkazu */
  80. A:link, .expire A:visited    {
  81.     color: lime;
  82.     }
  83.  
  84. A:visited    {
  85.     color: green;
  86.     }
  87.  
  88.  
  89. /* ------------------------- TABULKY A SEZNAMY ------------------- */
  90. /* Nazev tabulky */
  91. CAPTION    { 
  92.     font-size: 120%;
  93.     font-weight: bold;
  94.     }
  95.  
  96. /* Zahlavi tabulky */
  97. TH    {
  98.     font-family: "Times New Roman CE", "Times New Roman", Times, serif;
  99.     font-size: 110%;
  100.     }
  101.  
  102. /* Font formulare pro hloupejsi NN */
  103. .form TD     {
  104.     font-family: "Courier New CE", "Courier New", Courier, monospace;
  105.     }
  106.  
  107. /* Seznamy */
  108. OL, UL    {
  109.     list-style-position: outside;
  110.     }
  111.  
  112. /* V seznamu je odsazeni nezadouci */
  113. UL P, OL P    {
  114.     text-indent: 0px;
  115.     }
  116.  
  117. /* ------------------- DEFINICE VZHLEDU Phrase Elements -------------- */
  118. /* Termin */
  119. DL    {
  120.     text-align: justify;
  121.     margin-left: 50px;
  122.     margin-right: 50px;
  123.     }
  124.  
  125. DT    {
  126.     font-weight: bold;
  127.     margin-top: 15px;
  128.     }
  129.  
  130. /* Promenne */
  131. VAR, .italic    {
  132.     font-style: italic;
  133.     }
  134.  
  135. /* Vstup z klavesnice */
  136. KBD    { 
  137.     font-style: italic;
  138.     font-weight: bold;
  139.     }
  140.     
  141. /* Kod */
  142. CODE, .code, .splyva    {
  143.     font-family: "Courier New CE", "Courier New", Courier, monospace;
  144.     }
  145.  
  146. /* Delsi usek kodu */
  147. PRE    { 
  148.     font-family: "Courier New CE", "Courier New", Courier, monospace;
  149.     margin-left: 30px;
  150.     }
  151.  
  152. /* Zdurazneni */
  153. EM    {
  154.      font-style: normal;
  155.     font-weight: bold;
  156.     }
  157.  
  158. /* Silne zdurazneni */
  159. STRONG, BIG, STRONG TD, .big    {
  160.     font-weight: normal;
  161.     font-size: 110%;
  162.     }
  163.  
  164. /* Male pismo */
  165. SMALL, .small, SMALL LI, UL.small LI    {
  166.     font-size: 8pt;
  167.     }
  168.  
  169. /* Maly text v bunce - zvlaste pro tlacitka AListy */
  170. .small TD    {
  171.     font-size: 8pt;
  172.     }
  173.  
  174. /* Nastaveni car */    
  175. HR    {
  176.     text-align: center;
  177.     color: white;
  178.     }
  179.  
  180. HR.s2    {
  181.     width: 50%;
  182.     }
  183.  
  184. HR.s3    {
  185.     width: 33%;
  186.     }
  187.  
  188. IMG    {
  189.     border: 0px;
  190.     }
  191.  
  192.  
  193. /* --------------------- ZAROVNANI ----------------- */
  194. /* Zarovnani vlevo */
  195. .left, .lefttab TD    {
  196.     text-align: left; 
  197.     }
  198.  
  199. /* Zarovnani vpravo */
  200. .right, .righttab TD    {
  201.     text-align: right; 
  202.     }
  203.  
  204. /* Zarovnani vprostred */
  205. .center, .ctab TD    {
  206.     text-align: center;
  207.     }
  208.  
  209. /* Zarovnani do bloku */
  210. .justify, .justify TD    {
  211.     text-align: justify;
  212.     }
  213.  
  214. /* -------------------------------------------------------- */
  215. /* Menu odkaz, Info odkaz */
  216. .menu A:link, .menu A:visited, .info A:link, .info A:visited    {
  217.     color: lime;
  218.     }
  219.  
  220. /* Hlavni menu */
  221. .menu    { 
  222.     font-family: "Arial CE", Arial, Helvetica, sans-serif;
  223.     font-size: 10pt;
  224.     text-align: left;
  225.     }
  226.  
  227. .menu P    {
  228.     text-indent: 0px;
  229.     margin: 6pt 0pt;
  230.     }
  231.  
  232. .menu UL    {
  233.     margin-top: 0pt;
  234.     }
  235.  
  236. /* Informace na zapati */
  237. .info    {
  238.     font-family: "Arial CE", Arial, Helvetica, sans-serif;
  239.     font-size: 8pt;
  240.     text-align: left;
  241.     color: silver;
  242.     margin: 5px;
  243.     }
  244.  
  245. .info CODE    {
  246.     font-size: 8pt;
  247.     color: white;
  248.     }
  249.  
  250. /* Copyright, Copyright odkaz */
  251. .copy    {
  252.     font-family: "Arial CE", Arial, Helvetica, sans-serif;
  253.     font-size: 8pt;
  254.     text-align: right;
  255.      font-style: normal;    /* Protoze je v adrese*/
  256.     white-space: nowrap;
  257.     margin: 5px;
  258.     }
  259.  
  260. .copy, .copy A:link, .copy A:visited    { 
  261.     text-decoration: none;
  262.     color: silver;
  263.     }
  264.  
  265.  
  266. /* Chybova hlaska */
  267. .error    {
  268.     font-size: 110%;
  269.     font-weight: bold;
  270.     text-align: left; 
  271.     color: red;
  272.     margin: 20px;
  273.     }
  274.  
  275. /* Zvyrazneny text */
  276. .high    {
  277.     color: white;
  278.     }
  279. /* Zvyrazneny text */
  280. .high2    {
  281.     font-size: 110%;
  282.     }
  283.  
  284. /* Zuzena sazba */
  285. .narrow    {
  286.     margin-left: 10%;
  287.     margin-right: 15%;
  288.     }
  289.  
  290. P.narrow    {
  291.     text-align: justify;
  292.     }
  293.  
  294. /* Vsechny aktivni odkazy */
  295. A:active, A:hover, .expire A:hover, .menu A:hover, .info A:hover,
  296.  .copy A:hover, .high2    {
  297.     color: red;
  298.     }
  299.  
  300. /* Vychytavky */
  301. FORM {margin-bottom: 0px; margin-top: 0px;}
  302.  
  303.  
  304. /* =================== Dalsi media a nastaveni ==================== */
  305. @page {margin: 2,5cm;}
  306.  
  307. @media print {
  308. /*  @page { margin: 10% }*/
  309.   .menu, .info { display: none }
  310.   color: black;
  311.   background: white;
  312.   H1, H2, H3, H4, H5, H6 { page-break-after: avoid; page-break-inside: avoid }
  313.   H1    {page-break-before: always;}
  314.   BLOCKQUOTE, PRE { page-break-inside: avoid }
  315.   UL, OL, DL { page-break-before: avoid }
  316.   [href]:after {content: " [" attr(href) "] ";}
  317. }
  318.  
  319. @media screen    {
  320. /* Definiece, zkratka */
  321. DFN, ACRONYM, ABBR    {
  322.     border-bottom: #00cc00 1px dashed;
  323.     cursor: help;
  324.     }
  325.  
  326. /* HELP kursor */
  327. .help    {
  328.     cursor: help;
  329.     }
  330. }
  331.  
  332.