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

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