home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / interface / menu / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2002-12-31  |  520 b   |  40 lines

  1. body {
  2.     font-family: tahoma;
  3.     font-size: 70%;
  4.     padding: 10px;
  5. }
  6.  
  7. p {
  8.     text-align: justify;
  9. }
  10.  
  11. h1 {
  12.     font-size: 130%;
  13.     font-family: arial;
  14. }
  15.  
  16. pre {
  17.     font-size: 9pt;
  18.     padding: 10px;
  19.     background-color: #F8F8F8;
  20.     border: 1px solid #F0F0F0;
  21. }
  22.  
  23. DIV {
  24.     font-family : Tahoma, Helvetica;
  25. }
  26.  
  27. .clsCMOn {
  28.     color: black;
  29.     font-size : 12px;
  30.     text-decoration : none;
  31.         padding: 2px 4px;
  32. }
  33.  
  34. .clsCMOver {
  35.     color: black;
  36.     font-size : 12px;
  37.     text-decoration : none;
  38.         padding: 2px 4px;
  39. }
  40.