home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip_2003-10_cd2.bin / muzikus / vydavatelství / inzerce / main.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-07-25  |  3.1 KB  |  187 lines

  1. /* telo dokumentu ___________________________________________________ */
  2. body {
  3.     font-family : Arial CE, Arial, sans-serif;
  4.     font-size : 11px;
  5.     color : #000000;
  6.     background-color : #ffffee;
  7. }
  8.  
  9. /* bunky tabulky ____________________________________________________ */
  10. td {
  11.     font-family : Arial CE, Arial, sans-serif;
  12.     font-size : 11px;
  13. }
  14.  
  15. .srch {
  16.     font-family : Arial CE, Arial, sans-serif;
  17.     font-size : 11px;
  18.     text-align : center;
  19. }
  20.  
  21. /* formulare  _______________________________________________________ */
  22. input, textarea {
  23.     font-family: Arial CE, Arial, sans-serif;
  24.     font-size: 11px;
  25.     background: #ffffff;
  26.     color: #000000;
  27.     }
  28. select,option {
  29.     font-family: Arial CE, Arial, sans-serif;
  30.     font-size:11px;
  31.     background: #ffffff;
  32.     color: #000000;
  33. }
  34. /* fonty (cislo=velikost, b=bold, j=justify) _____________________________________ */
  35. .f10 {
  36.     font-family : Arial CE, Arial, sans-serif;
  37.     font-size : 10px;
  38.     color : #000000;
  39. }
  40.  
  41. .f11 {
  42.     font-family : Arial CE, Arial, sans-serif;
  43.     font-size : 11px;
  44.     color : #000000;
  45. }
  46.  
  47. .f11b {
  48.     font-family : Arial CE, Arial, sans-serif;
  49.     font-size : 11px;
  50.     font-weight : bold;
  51.     color : #000000;
  52. }
  53.  
  54. .f11i {
  55.     font-family : Arial CE, Arial, sans-serif;
  56.     font-size : 11px;
  57.     font-style: italic;
  58.     color : #000000;
  59. }
  60.  
  61. .f12 {
  62.     font-family : Arial CE, Arial, sans-serif;
  63.     font-size : 12px;
  64.     color : #000000;
  65. }
  66.  
  67. .f12b {
  68.     font-family : Arial CE, Arial, sans-serif;
  69.     font-size : 12px;
  70.     font-weight : bold;
  71.     color : #000000;
  72. }
  73.  
  74. .f12i {
  75.     font-family : Arial CE, Arial, sans-serif;
  76.     font-size : 12px;
  77.     font-style: italic;
  78.     color : #000000;
  79. }
  80.  
  81. .f12j {
  82.     font-family : Arial CE, Arial, sans-serif;
  83.     font-size : 12px;
  84.     text-align: justify;
  85.     color : #000000;
  86. }
  87.  
  88. .f13 {
  89.     font-family : Arial CE, Arial, sans-serif;
  90.     font-size : 13px;
  91.     color : #000000;
  92. }
  93.  
  94. .f13b {
  95.     font-family : Arial CE, Arial, sans-serif;
  96.     font-size : 13px;
  97.     font-weight : bold;
  98.     color : #000000;
  99. }
  100.  
  101. .f14b {
  102.     font-family : Arial CE, Arial, sans-serif;
  103.     font-size : 14px;
  104.     font-weight : bold;
  105.     color : #000000;
  106. }
  107.  
  108. .f15b {
  109.     font-family : Arial CE, Arial, sans-serif;
  110.     font-size : 15px;
  111.     font-weight : bold;
  112.     color : #000000;
  113. }
  114.  
  115. .f17b {
  116.     font-family : Arial CE, Arial, sans-serif;
  117.     font-size : 17px;
  118.     font-weight : bold;
  119.     color : #000000;
  120. }
  121.  
  122. /* linky  _____________________________________________________________ */
  123. a {
  124.     color : navy;
  125.     text-decoration : none;
  126. }
  127.  
  128. a:visited {
  129.     color : navy;
  130.     text-decoration : none;
  131. }
  132.  
  133. a:active {
  134.     color : navy;
  135.     text-decoration : none;
  136. }
  137.  
  138. a:hover {
  139.     color : navy;
  140.     text-decoration : underline;
  141. }
  142.  
  143. .l1 {
  144.     font-weight : bold;
  145.     color : black;
  146.     text-decoration : none;
  147. }
  148.  
  149. .l1:visited {
  150.     color : black;
  151.     text-decoration : none;
  152. }
  153.  
  154. .l1:active {
  155.     color : black;
  156.     text-decoration : none;
  157. }
  158.  
  159. .l1:hover {
  160.     color : black;
  161.     text-decoration : underline;
  162. }
  163.  
  164. .l2 {
  165.     font-weight : bold;
  166.     color : white;
  167.     text-decoration : none;
  168. }
  169.  
  170. .l2:visited {
  171.     color : white;
  172.     text-decoration : none;
  173. }
  174.  
  175. .l2:active {
  176.     color : white;
  177.     text-decoration : none;
  178. }
  179.  
  180. .l2:hover {
  181.     color : white;
  182.     text-decoration : underline;
  183. }
  184.  
  185.  
  186.  
  187.