home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / chplus / svetpiva / new / css / index.css < prev   
Cascading Style Sheet File  |  2003-12-22  |  6KB  |  266 lines

  1. BODY, TD
  2. {
  3.     font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  4.     font-size : 11px;
  5.     color: black;
  6. }
  7. A, A:LINK, A:ACTIVE, A:VISITED, A:HOVER
  8. {
  9.     color: #003399;
  10.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  11.     font-weight: normal;
  12.     text-decoration : none;
  13. }
  14. FORM
  15. {
  16.     /*display: inline;*/
  17. }
  18.  
  19. .alert
  20. {
  21.     color: red;
  22. }
  23.  
  24. INPUT, TEXTAREA, OPTION, SELECT
  25. {
  26.     color: #003399;
  27.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  28.     font-size: 11px;
  29.     font-weight: normal;
  30.     text-decoration : none;
  31.     border-left: 1px solid #003399;
  32.     border-bottom: 1px solid #003399;
  33.     border-top: none;
  34.     border-right: none;
  35. }
  36.  
  37. INPUT.text
  38. {
  39.     width: 300px;
  40. }
  41. INPUT.submit
  42. {
  43.     border : 2px outset silver;
  44.     background : #0055EA;
  45.     color: white;
  46. }
  47. TEXTAREA.textarea
  48. {
  49.     width: 375px;
  50.     height: 150px;
  51. }
  52. .bold, .odpoved
  53. {
  54.     font-weight: bold;
  55. }
  56. .nadpis
  57. {
  58.     font-size: 15px;
  59.     font-weight: bold;
  60.     color: #003399;
  61. }
  62. .nadpis2, .otazka
  63. {
  64.     font-size: 13px;
  65.     font-weight: bold;
  66.     color: #003399;
  67. }
  68. .nadpis2 A,  .nadpis2 A:LINK,  .nadpis2 A:ACTIVE,  .nadpis2 A:VISITED,  .nadpis2 A:HOVER
  69. {
  70.     font-size: 13px;
  71.     font-weight: bold;
  72.     color: #003399;
  73.     text-decoration : underline;
  74. }
  75. TD.topmenu
  76. {
  77.      background-image: url('../img/topmenubg.jpg'); 
  78.      background-repeat: repeat-x;
  79.      font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
  80.      font-size: 12px;
  81.      font-weight: bold;
  82.      color: white;
  83. }
  84. TD.topmenu A, TD.topmenu A:LINK, TD.topmenu A:VISITED, TD.topmenu A:ACTIVE
  85. {
  86.      font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
  87.      font-size: 12px;
  88.      font-weight: bold;
  89.      color: white;
  90.      text-decoration : none;
  91. }
  92. TD.topmenu A:HOVER
  93. {
  94.     color: #FFCC33;
  95.     text-decoration : none;
  96. }
  97. TD.tophead
  98. {
  99.     background-image: url(../img/topheadbg.jpg);
  100.     background-repeat: no-repeat;
  101.     height: 85px;
  102. }
  103.  
  104. TD.rubriky, TD.rubriky A,  TD.rubriky A:LINK,  TD.rubriky A:ACTIVE,  TD.rubriky A:VISITED, TD.rubriky A:HOVER
  105. {
  106.     color: #003399;
  107.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  108.     font-size : 12px;
  109.     font-weight: bold;
  110.     text-decoration : none;
  111. }
  112.  
  113. SPAN.list_autor_item, SPAN.list_down_info_item, SPAN.one_down_info_item
  114. {
  115.     color: #999999;
  116.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  117.     font-size : 10px;
  118.     font-weight: normal;
  119.     text-decoration : none;
  120. }
  121. SPAN.list_autor_item A, SPAN.list_autor_item A:LINK, SPAN.list_autor_item A:ACTIVE, SPAN.list_autor_item A:VISITED
  122. {
  123.     color: #003399;
  124.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  125.     font-size : 10px;
  126.     font-weight: normal;
  127.     text-decoration : none;
  128. }
  129. SPAN.list_autor_item A:HOVER
  130.  {
  131.     color: #003399;
  132.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  133.     font-size : 10px;
  134.     font-weight: normal;
  135.     text-decoration : underline;
  136. }
  137.  
  138. SPAN.list_nadpis_item, SPAN.list_nadpis_item A, SPAN.list_nadpis_item A:LINK, SPAN.list_nadpis_item A:ACTIVE, SPAN.list_nadpis_item A:VISITED, SPAN.one_nadpis_item
  139. {
  140.     color: #003399;
  141.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  142.     font-size : 15px;
  143.     font-weight: bold;
  144.     text-decoration : none;
  145. }
  146. SPAN.list_nadpis_item A:HOVER
  147. {
  148.     color: #003399;
  149.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  150.     font-size : 15px;
  151.     font-weight: bold;
  152.     text-decoration : underline;
  153. }
  154. SPAN.list_kratky_item, SPAN.one_kratky_item
  155. {
  156.     color: #003399;
  157.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  158.     font-size : 13px;
  159.     font-weight: normal;
  160.     text-decoration : none;
  161.     font-style : italic;
  162. }
  163. SPAN.list_kratky_item A, SPAN.list_kratky_item A:LINK, SPAN.list_kratky_item A:ACTIVE, SPAN.list_kratky_item A:VISITED, SPAN.list_kratky_item A:HOVER,SPAN.one_kratky_item A, SPAN.one_kratky_item A:LINK, SPAN.one_kratky_item A:ACTIVE, SPAN.one_kratky_item A:VISITED, SPAN.one_kratky_item A:HOVER
  164. {
  165.     color: #003399;
  166.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  167.     font-size : 13px;
  168.     font-weight: normal;
  169.     text-decoration : underline;
  170.     font-style : italic;
  171. }
  172. SPAN.one_dlouhy_item
  173. {
  174.     color: #000000;
  175.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  176.     font-size : 13px;
  177.     font-weight: normal;
  178.     text-decoration : none;
  179.     font-style : normal;
  180. }
  181. SPAN.one_dlouhy_item A, SPAN.one_dlouhy_item A:LINK, SPAN.one_dlouhy_item A:ACTIVE, SPAN.one_dlouhy_item A:VISITED, SPAN.one_dlouhy_item A:HOVER
  182. {
  183.     color: #003399;
  184.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  185.     font-size : 13px;
  186.     font-weight: normal;
  187.     text-decoration : underline;
  188.     font-style : normal;
  189. }
  190. SPAN.popis_odkazu
  191. {
  192.     color: #003399;
  193.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  194.     font-size : 12px;
  195.     font-weight: normal;
  196.     text-decoration : none;    
  197.     font-style : italic;
  198. }
  199. SPAN.list_cats A, SPAN.list_cats A:LINK, SPAN.list_cats A:ACTIVE, SPAN.list_cats A:VISITED, SPAN.list_cats A:HOVER
  200. {
  201.     color: #003399;
  202.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  203.     font-size : 12px;
  204.     font-weight: bold;
  205.     text-decoration : none;    
  206. }
  207. TD.list_cat_path, TD.list_cat_path A, TD.list_cat_path A:LINK,  TD.list_cat_path A:ACTIVE,  TD.list_cat_path A:VISITED,  TD.list_cat_path A:HOVER
  208. {
  209.     background-color: #C0DCFF;
  210.     color: #003399;
  211.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  212.     font-size : 12px;
  213.     font-weight: bold;
  214.     text-decoration : none;    
  215. }
  216.  
  217. TD.list_cat
  218. {
  219.     background-color: #EBF4FF;
  220.     border: 1px solid #C0DCFF;
  221. }
  222.  
  223. TD.list_cat A, TD.list_cat A:LINK,  TD.list_cat A:ACTIVE,  TD.list_cat A:VISITED,  TD.list_cat A:HOVER
  224. {
  225.     color: #003399;
  226.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  227.     font-size : 12px;
  228.     font-weight: bold;
  229.     text-decoration : none;    
  230. }
  231. TD.slovnicek
  232. {
  233.     background-color : #C63921;
  234.     color: white;
  235.     font-family: arial, verdana, helvetica, sans-serif;
  236. }
  237. TD.slovnicek .nadpis2
  238. {
  239.     color: white;
  240. }
  241. TD.question
  242. {
  243.     background-color : #C0DCFF;
  244. }
  245. TD.answer
  246. {
  247.     background-color : #EBF4FF;
  248. }
  249. ul.tz
  250. {
  251.     list-style: inside url('../img/ul.tz.gif');
  252.     display: inline;
  253.     margin: 0px;
  254. }
  255. span.rblok
  256. {
  257.     font-size: 10px;
  258.     color: #003399;
  259. }
  260. .malickymodry
  261. {
  262.     color: #003399;
  263.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  264.     font-size : 10px;
  265. }
  266.