home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / tema / solnet / default.css < prev    next >
Cascading Style Sheet File  |  2003-03-04  |  2KB  |  138 lines

  1. body {
  2.    font-family: verdana, Arial, sans-serif; 
  3.    background-color: white;
  4.    color: #000000;
  5.    font-size: 12px;
  6.    margin-top: 1px;
  7.    margin-left: 1px;
  8.    margin-bottom: 1px;
  9.    margin-right: 1px;
  10. }
  11.  
  12. table {
  13.    font-family: verdana, Arial, sans-serif; 
  14.    color: #000000;
  15.    font-size: 12px; 
  16. }
  17.  
  18. table.matrix {
  19.    border: 1px solid black;
  20. }
  21.  
  22. td.matrix_head {
  23.    background-color: #5a89a4; 
  24.    color: white; 
  25.    font-weight: bold
  26. }   
  27.    
  28. tr.matrix {
  29.    background-color: #dddddd;
  30. }
  31.  
  32.  
  33. td.solnet {
  34.    color: #ffffff;
  35.    font-size: 20px;
  36.    font-weight: bold ;
  37.    padding-right: 20px;
  38. }
  39.  
  40. td.text {
  41.    padding-bottom: 5px;
  42.    padding-right: 25px;
  43. }
  44.  
  45. td.textNP {
  46.    padding-bottom: 5px;
  47.    padding-right: 10px;
  48. }
  49.  
  50. td.odraz {
  51.    font-size: 12pt; 
  52.    font-weight: bold;
  53.    color: #444444; 
  54.    padding-left: 5px;
  55. }
  56.  
  57. td.logo_top {
  58.    font-family: helvetica, verdana, Arial, sans-serif; 
  59.    font-size: 20pt; 
  60. /*   font-style: italic; */
  61.    text-align: right;
  62.    font-weight: bold;
  63.    color: #7093aa; 
  64. }
  65.  
  66. .nadpis-bold {
  67.    font-family: helvetica, verdana, Arial, sans-serif; 
  68.    text-decoraton: none; 
  69.    font-weight: bold;
  70.    font-size: 30px; 
  71.    color: black; 
  72.    letter-spacing: -1px;
  73. }
  74.  
  75. .nadpis-gray {
  76.    font-family: helvetica, verdana, Arial, sans-serif; 
  77.    margin-top: 40px;
  78.    margin-bottom: 45px;
  79.    text-decoration: none; 
  80.    font-weight: bold;
  81.    font-size: 30px; 
  82.    color: #d6d6d6; 
  83.    letter-spacing: -1px;
  84. }    
  85.  
  86. a {
  87.    color: #527994;
  88.    font-weight: bold ;
  89.    text-decoration: none;
  90. }
  91.  
  92. a:visited {
  93.    color: #527994;
  94.    font-weight: bold ;
  95.    text-decoration: none;
  96. }
  97.  
  98. a:hover {     
  99.    color: #527994;
  100.    text-decoration: underline;
  101. }
  102.  
  103. a.lista {
  104.    color: #000000;
  105.    font-size: 10px; 
  106.    font-weight: bold;
  107.    text-decoration: none;
  108. }
  109.  
  110. a.lista:hover {
  111.    color: #000000;
  112.    text-decoration: underline;
  113. }
  114.  
  115. a.lista:visited {
  116.    color: #000000;
  117.    text-decoration: none;
  118. }
  119. .novinky{
  120.    font-family: verdana, Arial, sans-serif; 
  121.    color: #9F0000;      
  122.    font-weight: bold;
  123. }
  124.  
  125. .paticka{
  126.    color: black;      
  127.    font-size: 85%;
  128.    text-align: right;
  129.    padding-right: 5pt;
  130. }
  131.  
  132. .title {
  133.    font-weight: bold;
  134.    font-size: 125%;
  135.    color: #9F0000;   
  136.    padding-bottom: 20pt;
  137. }
  138.