home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / docs / freedos / www.rockbox.org / style.css < prev   
Encoding:
Cascading Style Sheet File  |  2004-11-10  |  2.2 KB  |  167 lines

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