home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip_2003-10_cd2.bin / muzikus / vydavatelství / nase_akce / main.css < prev   
Cascading Style Sheet File  |  2003-07-25  |  3KB  |  169 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.  
  16. /* formulare  _______________________________________________________ */
  17. input, textarea {
  18.     font-family: Arial CE, Arial, sans-serif;
  19.     font-size: 11px;
  20.     background: #ffffff;
  21.     color: #000000;
  22.     }
  23. select,option {
  24.     font-family: Arial CE, Arial, sans-serif;
  25.     font-size:11px;
  26.     background: #ffffff;
  27.     color: #000000;
  28. }
  29. /* fonty (cislo=velikost, b=bold, j=justify) _____________________________________ */
  30. .f10 {
  31.     font-family : Arial CE, Arial, sans-serif;
  32.     font-size : 10px;
  33.     color : #000000;
  34. }
  35.  
  36. .f11 {
  37.     font-family : Arial CE, Arial, sans-serif;
  38.     font-size : 11px;
  39.     color : #000000;
  40. }
  41.  
  42. .f11b {
  43.     font-family : Arial CE, Arial, sans-serif;
  44.     font-size : 11px;
  45.     font-weight : bold;
  46.     color : #000000;
  47. }
  48.  
  49. .f11i {
  50.     font-family : Arial CE, Arial, sans-serif;
  51.     font-size : 11px;
  52.     font-style: italic;
  53.     color : #000000;
  54. }
  55.  
  56. .f12 {
  57.     font-family : Arial CE, Arial, sans-serif;
  58.     font-size : 12px;
  59.     color : #000000;
  60. }
  61.  
  62. .f12b {
  63.     font-family : Arial CE, Arial, sans-serif;
  64.     font-size : 12px;
  65.     font-weight : bold;
  66.     color : #000000;
  67. }
  68.  
  69. .f12i {
  70.     font-family : Arial CE, Arial, sans-serif;
  71.     font-size : 12px;
  72.     font-style: italic;
  73.     color : #000000;
  74. }
  75.  
  76. .f12j {
  77.     font-family : Arial CE, Arial, sans-serif;
  78.     font-size : 12px;
  79.     text-align: justify;
  80.     color : #000000;
  81. }
  82.  
  83. .f14b {
  84.     font-family : Arial CE, Arial, sans-serif;
  85.     font-size : 14px;
  86.     font-weight : bold;
  87.     color : #000000;
  88. }
  89.  
  90. .f15b {
  91.     font-family : Arial CE, Arial, sans-serif;
  92.     font-size : 15px;
  93.     font-weight : bold;
  94.     color : #000000;
  95. }
  96.  
  97. .f17b {
  98.     font-family : Arial CE, Arial, sans-serif;
  99.     font-size : 17px;
  100.     font-weight : bold;
  101.     color : #000000;
  102. }
  103.  
  104. /* linky  _____________________________________________________________ */
  105. a {
  106.     color : navy;
  107.     text-decoration : none;
  108. }
  109.  
  110. a:visited {
  111.     color : navy;
  112.     text-decoration : none;
  113. }
  114.  
  115. a:active {
  116.     color : navy;
  117.     text-decoration : none;
  118. }
  119.  
  120. a:hover {
  121.     color : navy;
  122.     text-decoration : underline;
  123. }
  124.  
  125. .l1 {
  126.     font-weight : bold;
  127.     color : black;
  128.     text-decoration : none;
  129. }
  130.  
  131. .l1:visited {
  132.     color : black;
  133.     text-decoration : none;
  134. }
  135.  
  136. .l1:active {
  137.     color : black;
  138.     text-decoration : none;
  139. }
  140.  
  141. .l1:hover {
  142.     color : black;
  143.     text-decoration : underline;
  144. }
  145.  
  146. .l2 {
  147.     font-weight : bold;
  148.     color : white;
  149.     text-decoration : none;
  150. }
  151.  
  152. .l2:visited {
  153.     color : white;
  154.     text-decoration : none;
  155. }
  156.  
  157. .l2:active {
  158.     color : white;
  159.     text-decoration : none;
  160. }
  161.  
  162. .l2:hover {
  163.     color : white;
  164.     text-decoration : underline;
  165. }
  166.  
  167.  
  168.  
  169.