home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / cecko / style.css < prev   
Cascading Style Sheet File  |  2001-08-12  |  1KB  |  32 lines

  1. P   {text-indent:3em; text-align:justify; font-size:12pt; font-weight:400}
  2.  
  3. H1            {text-align:center; letter-spacing:5; color:blue; font-weight:700; font-size:30;}
  4. H2            {color:salmon; font-weight:700; font-size:22;}
  5. H3            {color:peru; font-weight:700; font-size:18;}
  6.  
  7. UL            {color:gold; font-weight:400; font-size:16;}
  8. OL            {color:black; font-weight:400; font-size:16;}
  9.  
  10. HR.green    {color:lightgreen}
  11. HR.yellow    {color:yellow}
  12.  
  13. DIV        {color:yellow; font-weight:600; font-size:12pt}
  14. DIV.off        {display:none}
  15. DIV.on        {display:visible}
  16.  
  17. A            {color:blue; font-size:12pt; position:relative;}
  18. A.bookmark        {color:white;  font-size:30pt; font-weight:500;}
  19. A.list            {color:white;  font-size:14pt; font-weight:500;}
  20. A.small            {color:yellow; font-size:12pt; font-weight:400;}
  21. A.ref            {color:white;  font-size:12pt; font-weight:400;}
  22.  
  23. B    {font-weight:600; color:peru}
  24. I    {font-style:italic; color:brown}
  25.  
  26. CODE {font-size:10pt;}
  27. .var {color:olive}
  28. .fce {color:red}
  29. .cls {color:blue}
  30. .cod {color:blue; font-size:10pt; font-weight:500}
  31. .com {color:green; font-weight:400}
  32. .str {color:fuchsia;}