home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / cobalt / COBALT.CAB / cobalt_styly.css next >
Cascading Style Sheet File  |  2002-04-24  |  3KB  |  180 lines

  1. .odkaz_hlavni  {
  2.     color : "#000000";
  3.     TEXT-DECORATION : none;
  4.     font-size : x-small;
  5.     font-family : Arial, Helvetica, sans-serif;
  6.     font-weight : bold;
  7. }
  8. .odkaz_hlavni:hover  {
  9.     color : "#FC0000";
  10.     TEXT-DECORATION : none;
  11.     font-size : x-small;
  12.     font-family : Arial, Helvetica, sans-serif;
  13.     font-weight : bold;
  14. }
  15. .odkaz_panely_yellow  {
  16.     color : "#000000";
  17.     TEXT-DECORATION : underline;
  18.     font-size : 12px;
  19.     font-family : Arial;
  20.     font-weight : none;
  21. }
  22.  
  23. .odkaz_panely_yellow:hover  {
  24.     color : Purple;
  25.     TEXT-DECORATION : underline;
  26.     font-size : 12px;
  27.     font-family : Arial;
  28.     font-weight : normal;
  29. }
  30.  
  31. .text_normal_white  {
  32.     color : "#FFFFFF";
  33.     font : normal x-small "Arial";
  34.     font-size : 14px;
  35.     font-family : Arial;
  36.     font-weight : normal;
  37. }
  38. .text_normal_black  {
  39.     color : "#000000";
  40.     font : normal x-small "Arial";
  41.     font-size : 12px;
  42.     font-family : Arial;
  43.     font-weight : normal;
  44. }
  45. .text_nadpis_blue  {
  46.     color : Teal;
  47.     font : normal x-small "Arial";
  48.     font-size : 16px;
  49.     font-family : Arial;
  50.     font-weight : bold;
  51. }
  52.  
  53. .odkaz_blue  {
  54.     color : #0000BA;
  55.     font : normal x-small "Arial";
  56.     TEXT-DECORATION : none;
  57.     font-size : 14px;
  58.     font-family : Arial;
  59.     font-weight : normal;
  60. }
  61.  
  62. .odkaz_blue:hover  {
  63.     color : #00B3FF;
  64.     TEXT-DECORATION : underline;
  65.     font : normal x-small "Arial";
  66.     font-size : 14px;
  67.     font-family : Arial;
  68.     font-weight : normal;
  69. }
  70.  
  71. .text_panely_black  {
  72.     color : "#000000";
  73.     font : normal x-small "Arial";
  74.     font-size : 12px;
  75.     font-family : Arial;
  76.     font-weight : normal;
  77. }
  78.  
  79. .text_big  {
  80.     font-size : small;
  81.     font-family : Arial;
  82.     font-weight : normal;
  83.     color : Silver;
  84. }
  85.  
  86. .text_nadpis  {
  87.     color : "#0080FF";
  88.     font : normal small "Arial";
  89.     font-size : small;
  90.     font-family : Arial;
  91.     font-weight : normal;
  92. }
  93.  
  94. .text_nadpis_trate  {
  95.     color : "#0090FF";
  96.     font : bold large "arial";
  97.     font-size : large;
  98.     font-family : arial;
  99.     font-weight : bold;
  100. }
  101.  
  102. .nadpis  {
  103.     color : "#FFFFFF";
  104.     text-transform : uppercase;
  105.     text-align : center;
  106.     font-weight : bold;
  107.     font-size : x-small;
  108.     font-family : Arial;
  109. }
  110.  
  111. .poznamka  {
  112.     color : Gray;
  113.     font : normal xx-small "Arial";
  114.     font-size : xx-small;
  115.     font-family : Arial;
  116.     font-weight : normal;
  117. }
  118.  
  119. .poznamka_odkaz  {
  120.     color : "#008080";
  121.     TEXT-DECORATION : none;
  122.     font-size : xx-small;
  123.     font-family : Arial;
  124.     font-weight : normal;
  125. }
  126.  
  127. .poznamka_odkaz:hover  {
  128.     color : "#00FF00";
  129.     font-size : xx-small;
  130.     font-family : Arial;
  131.     font-weight : normal;
  132. }
  133.  
  134. .tabulka_head  {
  135.     font-size : x-small;
  136.     font-family : serif;
  137.     font-weight : normal;
  138.     color : #FF0044;
  139.     font-style : normal;
  140. }
  141.  
  142. .stazeni  {
  143.     font-size : xx-small;
  144.     font-family : serif;
  145.     font-weight : normal;
  146.     color : #FF0044;
  147.     font-style : normal;
  148. }
  149.  
  150. .poznamka_black  {
  151.     font-size : xx-small;
  152.     font-family : sans-serif;
  153.     font-weight : normal;
  154.     color : Black;
  155.     font-style : normal;
  156. }
  157.  
  158. .odkaz_svmodry_b  {
  159.     font-size : x-small;
  160.     font-family : Arial, Helvetica, sans-serif;
  161.     font-weight : bold;
  162.     color : #00A0F0;
  163.     text-decoration : none;
  164. }
  165.  
  166. .odkaz_svmodry_b:hover  {
  167.     font-size : x-small;
  168.     font-family : Arial, Helvetica, sans-serif;
  169.     font-weight : bold;
  170.     color : #0000E3;
  171.     text-decoration : underline;
  172. }
  173. .text_cerny  {
  174.     color : "#000000";
  175.     font : normal x-small "Arial";
  176.     font-size : x-small;
  177.     font-family : Arial;
  178.     font-weight : normal;
  179. }
  180.