home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / chplus / tipy / web / oscentrum.css < prev    next >
Cascading Style Sheet File  |  2000-10-16  |  2KB  |  158 lines

  1. .ctot {
  2.     font-weight : bold;
  3. }
  4. .cnt {
  5.     font-size : 10px;
  6. }
  7. .cntr {
  8.     font-size : 11px;
  9. }
  10.  
  11. .nadpis{
  12.     background-color : Silver;
  13.     text-align : right;
  14.     font-size : 13px;
  15.     font-weight : bold;
  16.     border-left-width : 1px;
  17.     border-right-width : 1px;
  18.     border-style : solid;
  19.     border-top-width : 1px;
  20.     border-bottom-width : 1px;
  21. }
  22.  
  23. BODY {
  24.     font-family : Arial, Helvetica, sans-serif;
  25.     background-image : none;
  26.     font-size : 12px;
  27. }
  28.  
  29. td {
  30.     font-family : Arial, Helvetica, sans-serif;
  31. }
  32.  
  33. FORM {
  34.     font-family : Arial, Helvetica, sans-serif;
  35.     font-size : 12px;
  36. }
  37.  
  38. .boxtitle {
  39.     background-color : Black;
  40.     font-weight : bold;
  41.     background-repeat : no-repeat;
  42.     color : White;
  43. }
  44.  
  45. .date {
  46.     font-size : 10px;
  47. }
  48.  
  49.  
  50. .ndate {
  51.     font-size : 10px;
  52.     background-color : #DCDCDC;
  53.     color : Black;
  54. }
  55.  
  56.  
  57. .ndate A {
  58.     color : #333399;
  59.     text-decoration : none;
  60. }
  61.  
  62.  
  63. .boxcontent {
  64.     background-color : #F5F5F5;
  65.     font-size : 12px;
  66. }
  67.  
  68. .onews {
  69.     font-size : 12px;
  70. }
  71.  
  72. .onews A {
  73.     color : Black;
  74. }
  75.  
  76. .ncontent {
  77.     font-size : 12px;
  78.     background-color : #F5F5F5;
  79. }
  80. .ncontent A{
  81.     color : Blue;
  82.     text-decoration : underline;
  83. }
  84. .vice {
  85.     font-size : 10px;
  86. }
  87. .vice A{
  88.     color : Blue;
  89.     text-decoration : underline;
  90. }
  91. .vice A:hover{
  92.     color : #6495ED;
  93.     text-decoration : underline;
  94. }
  95.  
  96. .clanek {
  97. font-family : Arial, Helvetica, sans-serif;
  98.  font-size : 13px;
  99. }
  100. .clanek A{
  101.     color : Blue;
  102.     text-decoration : underline;
  103. }
  104. .clanek A:hover{
  105.     color : #6495ED;
  106.     text-decoration : underline;
  107. }
  108. .ntitle {
  109.     font-size : 13px;
  110.     text-align : justify;
  111.     background-color : #CCCCCC;
  112.     color : Black;
  113. }
  114.  
  115. .copyright {
  116.     font-size : 8px;
  117. }
  118.  
  119. .copyright A {
  120.     color : Black;
  121. }
  122.  
  123. .mmenu {
  124.         font-size : 14px;
  125. }
  126. .mmenu A{
  127.     color : Black;
  128. }
  129. .inf {
  130. }
  131. .lcol {
  132. }
  133. .rcol{
  134. }
  135. .mcol{
  136.     font-size : 12px;
  137. }
  138. .mcol A{
  139.     color : #0033CC;
  140. }
  141. .booklnk A {  color: #0033CC; text-decoration: none}
  142.  
  143. A {
  144.     text-decoration : none;
  145.     color : #0033CC;
  146. }
  147.  
  148. A:Visited {
  149.     text-decoration : none;
  150. }
  151.  
  152. A:Active {
  153.     text-decoration : none;
  154. }
  155.  
  156. A:Hover {
  157.     text-decoration : none;
  158. }