home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Bron / style.css < prev    next >
Cascading Style Sheet File  |  2000-08-24  |  2KB  |  101 lines

  1. <HTML>
  2. <STYLE TYPE="text/css">
  3. <!--
  4.  
  5. CAPTION {font-size: 10pt;
  6.          font-weight : bold;
  7.          color:#33CCCC;
  8.          }
  9.  
  10. P,UL,OL,LI {font-family: Helvetica,Verdana, Arial;
  11.          font-size: 10pt;
  12.          color:#FFFFFF;
  13.          margin-left:10pt;
  14.          margin-right:10pt;
  15.         }
  16.  
  17. P{
  18.   
  19.   padding-left : 5px;
  20.   padding-right : 5px;  
  21. }
  22.  
  23.  
  24. }
  25. P.wciecie{text-indent: 3%;}
  26. .tlo1{background:#1E90FF}
  27.  
  28. .tlo2{background:#F0E68C;
  29.       font-weight : bold;
  30.       font-size : 90%;}
  31. .tlo3{background:#00FFFF}
  32.  
  33.  
  34. .tytyl {color : #FFFFFF;
  35.           font-family : Helvetica,Verdana,Arial, sans-serif;
  36.           font-weight : bold;
  37.           font-style: italic;
  38.           text-decoration: none;
  39.           text-align:center;
  40.           font-size : 25pt;
  41.           background:#004D99;
  42.          }
  43.  
  44. H1, H2, H3 {color : #FFFFFF;
  45.             font-family : Helvetica,Verdana, Arial, sans-serif;
  46.             font-weight : bold;
  47.             text-decoration: underline;
  48.             text-align:center;
  49.            }
  50.  
  51. H1 {font-size : 20pt;
  52.     background:#004D99;
  53.     border-top-width : 1;
  54.     border-left-width : 1;
  55.     border-right-width:1;
  56.     border-bottom-width:1;
  57.     border-top-style : solid;
  58.     border-left-style : solid; 
  59.     border-right-style : solid;
  60.     border-bottom-style : solid;
  61.     border-color : #99FFFF;   
  62.     
  63.    }
  64.  
  65. H2 {font-size : 14pt;}
  66. H3 {font-size : 12pt;}
  67. H4 {font-size : 10pt;
  68.     font-family : Helvetica,Verdana, Arial, sans-serif;
  69.     text-align:center;
  70.    }
  71. H5 {font-size : 7pt;
  72.     font-family : Helvetica,Verdana, Arial, sans-serif;
  73.     text-align:center;
  74.    }
  75. H4, H5 {color : #FFFFFF}
  76.  
  77. TD {font-family:Helvetica,Verdana, Arial;
  78.     font-size: 8pt;  
  79.     color:#FFFFFF; 
  80.  
  81.     }
  82.    
  83.     
  84.  
  85. BODY {background:#000000;
  86.       margin-top:20pt;
  87.       }
  88.  
  89.  
  90. A {text-decoration: none;}
  91. A:link    {color:#3E72EA;}
  92. A:visited {color:#DB7093;}
  93. A:active  {color:#FF0000;}
  94. A:hover   {color:#9ACD32;
  95.            background-color:#000000;
  96.           }
  97.  
  98.  
  99. -->
  100. </STYLE>
  101. </HTML>