home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / tema / hoax / style.css < prev   
Cascading Style Sheet File  |  2003-02-27  |  1KB  |  88 lines

  1. body {
  2. scrollbar-3d-light-color: #B2B9CD;
  3. scrollbar-arrow-color: #FFFFFF;
  4. scrollbar-base-color: #B2B9CD;
  5. scrollbar-dark-shadow-color: #80889A;
  6. scrollbar-face-color: #B2B9CD;
  7. scrollbar-highlight-color: #BEC6DD;
  8. scrollbar-shadow-color: #80889A;
  9. font-family: Tahoma, Arial, Verdana, Helvetica, Sans-Serif;
  10. }
  11.  
  12. .form{
  13.     border: #656E83 1px solid;
  14.     padding-left: 1px;
  15.     font-size: xx-small;
  16.     font-family : Verdana, Helvetica, Arial, Tahoma, Sans-Serif;
  17.     background-color: #ffffff;
  18.     color: #000000;
  19. }
  20.  
  21. a:visited{
  22.     text-decoration: none;
  23. }
  24. a:active{
  25.     text-decoration: none;
  26. }
  27. a:link{
  28.     text-decoration: none;
  29. }
  30. a:hover{
  31.     text-decoration: underline;
  32. }
  33.  
  34. a.black:visited{
  35.     text-decoration: none;
  36.     color: #000000;
  37. }
  38. a.black:active{
  39.     text-decoration: none;
  40.     color: #000000;
  41. }
  42. a.black:link{
  43.     text-decoration: none;
  44.     color: #000000;
  45. }
  46. a.black:hover{
  47.     text-decoration: underline;
  48.     color: #000000;
  49. }
  50.  
  51. .menu{
  52.     font-size: xx-small;
  53.     font-family : Verdana, Helvetica, Arial, Tahoma, Sans-Serif;
  54.     color: #656E83;
  55. }
  56.  
  57. .title{
  58.     font-size: x-small;
  59.     color: #656E83;
  60.     font-weight: bold;
  61. }
  62.  
  63. .smalltitle{
  64.     font-size: x-small;
  65.     color: #656E83;
  66. }
  67.  
  68. .warning{
  69.     font-size: x-small;
  70.     color: #ff0000;
  71. }
  72.  
  73. .notice{
  74.     font-size: x-small;
  75.     color: #424857;
  76. }
  77.  
  78. .black{
  79.     font-size: x-small;
  80.     color: #000000;
  81. }
  82.  
  83. .smallblack{
  84.     font-size: xx-small;
  85.     font-family : Verdana, Helvetica, Arial, Tahoma, Sans-Serif;
  86.     color: #000000;
  87. }
  88.