home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / dotproject / docs / main.css < prev    next >
Cascading Style Sheet File  |  2003-06-02  |  2KB  |  136 lines

  1. /* dotPROJECT REQUIRED CLASSES */
  2. BODY {
  3.     background-color: #f0f0f0;
  4.     margin-top: 5px;
  5.     margin-left: 5px;
  6.     margin-right: 5px;
  7.     margin-bottom: 10px;
  8.     font-family: verdana,Sans-Serif;
  9.     font-size: 10pt;
  10. }
  11.  
  12. LI {
  13.     margin-bottom: 10px;
  14. }
  15.  
  16. em {
  17.     font-weight: bold;
  18.     text-decoration: none;
  19.     font-style: normal;
  20. }
  21.  
  22. code {
  23.     color: #cc0000;
  24. }
  25.  
  26. pre {
  27.     color: #6633CC;
  28. }
  29.  
  30. A:link {
  31.     color: #08245b;
  32.     text-decoration: none;
  33. }
  34.  
  35. A:visited {
  36.     color: #08245b;
  37.     text-decoration: none;
  38. }
  39.  
  40. A:active {
  41.     color: red;
  42.     text-decoration: none;
  43. }
  44.  
  45. A:hover {
  46.     color: #666666;
  47.     text-decoration: underline;
  48. }
  49.  
  50. TD {
  51.     font-family: verdana,Sans-Serif;
  52.     font-size: 8pt
  53. }
  54.  
  55. TR {
  56.     font-family: verdana,Sans-Serif;
  57.     font-size: 8pt
  58. }
  59.  
  60. h1, .title {
  61.     font-size: 16px;
  62.     font-weight: bold;
  63.     font-family: verdana,Sans-Serif;
  64.     color: #08245b;
  65.     margin-bottom: 0px;
  66.     margin-top: 5px;
  67. }
  68.  
  69. h2, .subtitle {
  70.     font-size: 12px;
  71.     font-weight: bold;
  72.     font-family: verdana,Sans-Serif;
  73.     color: #666;
  74.     margin-bottom: 0px;
  75.     margin-top: 15px;
  76. }
  77.  
  78. h3 {
  79.     font-size: 12px;
  80.     font-weight: bold;
  81.     font-family: verdana,Sans-Serif;
  82.     color: #08245b;
  83.     margin-bottom: 0px;
  84.     margin-top: 35px;
  85. }
  86.  
  87. /* Standard table 'spreadsheet' style */
  88. table.tbl {
  89.     background: #a5cbf7;
  90. }
  91.  
  92. table.tbl TH {
  93.     background-color: #08245b;
  94.     color: #ffffff;
  95.     list-style-type: disc;
  96.     list-style-position: inside;
  97.     border: outset #D1D1CD 1px;
  98.     font-weight: normal;
  99. }
  100.  
  101. table.tbl td {
  102.     background-color: #ffffff;
  103. }
  104.  
  105. /* a 'standard' table */
  106. table.std {
  107.     border: solid #08245b 2px;
  108.     background: #d6ebff;
  109. }
  110. table.std TH {
  111.     background-color: #08245b;
  112.     color: white;
  113.     list-style-type: disc;
  114.     list-style-position: inside;
  115.     border: outset #D1D1CD 1px;
  116. }
  117.  
  118. table.std td.hilite {
  119.     background-color: #ffffff;
  120. }
  121.  
  122. /* Message styles */
  123. .warning {
  124.     color: red
  125. }
  126. .error {
  127.     color: red
  128. }
  129. .message {
  130.     color: #08245b;
  131. }
  132.  
  133. .no_ {
  134.     color: red
  135. }
  136.