home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 July / PCpro_2004_07.ISO / docs / unlkhdd / lock_files / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2004-03-07  |  2.0 KB  |  145 lines

  1. BODY {
  2.  background-color: #b6c6e5;
  3.  color: black;
  4.  margin: 0px;
  5. }
  6.  
  7. H1 {
  8.  text-decoration:  none;
  9.  font-family:      Verdana,Arial,Helvetica,sans-serif;
  10.  font-style:       normal;
  11.  font-weight:      bold;
  12.  font-size:        20pt;
  13. }
  14.  
  15. H2 {
  16.  text-decoration:  none;
  17.  font-family:      Verdana,Arial,Helvetica,sans-serif;
  18.  font-style:       normal;
  19.  font-weight:      bold;
  20.  font-size:        14pt;
  21. }
  22.  
  23. H3, div.h5, .newsdate {
  24.  text-decoration:  none;
  25.  font-family:      Verdana,Arial,Helvetica,sans-serif;
  26.  font-style:       normal;
  27.  font-weight:      bold;
  28.  font-size:        12pt;
  29. }
  30.  
  31. BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, SELECT
  32. {
  33.  text-decoration:  none;
  34.  font-family:      Verdana,Arial,Helvetica,sans-serif;
  35.  font-style:       normal;
  36.  font-size:        10pt;
  37. }
  38.  
  39. P.ind {
  40.  margin-left: 3em;
  41. }
  42.  
  43. A {
  44.  text-decoration: underline;
  45. }
  46.  
  47. .bgbox {
  48.  left-border-width: 1px;
  49.  border-color: #000000;
  50. }
  51.  
  52. .menulink {
  53.  color: #f0f0f0;
  54.  line-height: 140%;
  55. }
  56.  
  57. .menutext {
  58.  color: #f0f0f0;
  59.  font-size: 7pt;
  60. }
  61.  
  62. .buildok {
  63.  background-color: #00ff00;
  64.  width: 3em;
  65. }
  66.  
  67. .buildwarn {
  68.  background-color: #ffff00;
  69.  width: 3em;
  70. }
  71.  
  72. .buildfail {
  73.  background-color: #ff8080;
  74.  width: 3em;
  75. }
  76.  
  77. .gccwarn {
  78.  background-color: #ffff00;
  79. }
  80.  
  81. .gccerror {
  82.  background-color: #ff8080;
  83. }
  84.  
  85. .faqq {
  86.  font-weight: bold;
  87.  font-size: 110%;
  88. }
  89.  
  90. .faqa {
  91.  margin-left: 2em;
  92. }
  93.  
  94. PRE {
  95.  font-size: 9pt;
  96. }
  97.  
  98.  
  99. .rockbox, .changetable, .bugs, .requests, .patches, .dailymod, .buildstatus, .archive, .buttontable, .changesummary
  100. {
  101.  border: outset 2px #ffffff;
  102. }
  103.  
  104. .listtable tr {
  105.  vertical-align: top;
  106. }
  107.  
  108. .filechange {
  109.  background-color: #c6d6f5;
  110.  font-weight: bold;
  111.  padding: 4px;
  112. }
  113.  
  114. .buildstatus th
  115. {
  116.  vertical-align: top;
  117. }
  118.  
  119. .rockbox td, .changetable td, .bugs td, .requests td, .patches td, .archive td, .buttontable td
  120. {
  121.  background-color: #c6d6f5;
  122.  padding: 4px;
  123. }
  124.  
  125. .fixed td {
  126.  background-color: #aae8aa;
  127.  padding: 4px;
  128. }
  129.  
  130. .bad td {
  131.  background-color: #f0c0c0;
  132. }
  133.  
  134. .feature {
  135.  font-weight: bold;
  136. }
  137.  
  138. td.fgood {
  139.  background-color: #aae8aa;
  140. }
  141.  
  142. td.fbad {
  143.  background-color: #f0c0c0;
  144. }
  145.