home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / tema / Bonline / design.css < prev    next >
Cascading Style Sheet File  |  2000-03-26  |  2KB  |  77 lines

  1. BODY {
  2.     font-family: Arial,Arial CE,Helvetica,sans-serif;
  3.     font-size: 8pt;
  4.     background-color: #FFFFFF;
  5.     background-image: url('');
  6.     };
  7. DL,UL,OL{
  8.     font-family: Arial,Arial CE,sans-serif,Helvetica;
  9.     font-size: 8pt;
  10.     text-align: left;
  11.     };
  12. TD,TR, P{
  13.     font-family: Arial,Arial CE,sans-serif,Helvetica;
  14.     font-size: 8pt;
  15.     };
  16. TH     {
  17.     font-family: Arial,Arial CE,sans-serif,Helvetica;
  18.     font-size: 8pt;
  19.     font-weight: bold;
  20.     };
  21. SMALL  {
  22.     font-family: Arial,Arial CE,sans-serif,Helvetica;
  23.     font-size: 7pt;
  24.     };
  25. BIG    {
  26.     font-family: Arial,Arial CE,sans-serif,Helvetica;
  27.     font-size: 9pt;
  28.     };
  29. STRONG {
  30.     font-family: Arial,Arial CE,sans-serif,Helvetica; font-size: 9pt;
  31.     font-weight: bold;
  32.     };
  33. H1,H2,H3,H4{
  34.     font-family: Arial,Arial CE,sans-serif,Helvetica;
  35.     };
  36. H4     {
  37.     font-size: 11pt; font-weight: bold;
  38.     };
  39. H3     {
  40.     font-size: 12pt; font-weight: bold;
  41.     };
  42. H2     {
  43.     font-size: 13pt; font-weight: bold;
  44.     };
  45. H1     {
  46.     font-size: 15pt; font-weight: bold;
  47.     };
  48. A:link {
  49.     text-decoration: underline;
  50.     color: #000000;
  51.     };
  52. A:visited{
  53.     text-decoration: underline;
  54.     color: #000000;
  55.     };
  56. A:hover{
  57.     text-decoration: none;
  58.     color: #000000;
  59.         border: thick double red;
  60.     background-color: #EFBC31;
  61.     };
  62. .TITULEK{
  63.     background-image: url('images/bg_top.gif');
  64.     };
  65. .link01{
  66.     color: #004080;
  67.     };
  68. .FIRST {
  69.     font-weight: bold;
  70.     font-size: 10pt;
  71.     background-color: #EFBC31;
  72.     };
  73. .VERZE {
  74.     font-weight: normal;
  75.     font-size: 10pt;
  76.     background-color: #97E9A1;
  77.     };