home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / paranoia / ParanoiaSetup.exe / Gui / styles.css < prev    next >
Cascading Style Sheet File  |  2005-04-03  |  1KB  |  91 lines

  1. .StatusText
  2. {
  3.     background : #008800;
  4.     font-family:verdana,arial,helvetica;
  5.     font-size : 12px;
  6.     color : White;
  7.     padding : 3px;
  8. }
  9. .WhiteTitle
  10. {
  11.     font-family:verdana,arial,helvetica;
  12.     font-size : 14px;
  13.     font-weight : bold;
  14.     color : White;
  15. }
  16. .GreenTitle
  17. {
  18.     font-family:verdana,arial,helvetica;
  19.     font-size : 23px;
  20.     font-weight : bold;
  21.     color : #339933;
  22. }
  23. .DownloadLink
  24. {
  25.     text-decoration:underline;
  26.     color : #336699;
  27.     cursor: hand;
  28.     font-size : 12px;
  29.     font-weight: 600;
  30.     
  31. }
  32.  
  33. .CommandLink
  34. {
  35.     font-family:verdana,arial,helvetica;
  36.     text-decoration:underline;
  37.     color : #000000;
  38.     cursor: hand;
  39.     font-size : 12px;
  40.     
  41.     
  42. }
  43.  
  44. .FullBorder
  45. {
  46.     border : 1px solid Black;
  47. }
  48.  
  49. .SmallCommandLink
  50. {
  51.     font-family:verdana,arial,helvetica;
  52.     text-decoration:underline;
  53.     color : #000000;
  54.     cursor: hand;
  55.     font-size : 10px;
  56. }
  57. {
  58.         font-family:verdana,arial,helvetica;
  59.         font-weight: 600;
  60.         text-decoration:none
  61.         
  62. }
  63. TD
  64. {
  65. font-family:verdana,arial,helvetica;
  66. font-size : 12px;
  67. }
  68.  
  69. a:link {color : #336699;}
  70. a:visited {color : #336699;}
  71. a:active {color : #336699;}
  72. a:hover {color: #000000;text-decoration:underline}
  73.  
  74.  
  75.  
  76. /*** BASIC STYLES ***/
  77.  
  78. BODY
  79. {
  80.     font-family:verdana,arial,helvetica;
  81.     background:#ffffff;
  82.     color:#000000;
  83.     margin-top : 0;
  84.     margin-right : 0;
  85.     margin-left : 0;
  86.     margin-bottom : 0;
  87.     font-size : 12px;
  88. }
  89.  
  90.