flac.css 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. /*
  2. * Copyright (c) 2005,2006,2007 Josh Coalson
  3. * Permission is granted to copy, distribute and/or modify this document
  4. * under the terms of the GNU Free Documentation License, Version 1.1
  5. * or any later version published by the Free Software Foundation;
  6. * with no invariant sections.
  7. * A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html
  8. */
  9. body
  10. {
  11. background-color: #9a9;
  12. color: black;
  13. margin: 0 auto;
  14. padding: 0px;
  15. max-width: 1200px;
  16. }
  17. /*div
  18. {
  19. background-color: #99CC99;
  20. margin: 0px;
  21. padding: 0px;
  22. }*/
  23. div.logo
  24. {
  25. background-color: black;
  26. padding: 1px;
  27. text-align: center;
  28. }
  29. div.navbar
  30. {
  31. border-width: 2px 0px 2px 0px;
  32. border-style: solid;
  33. border-color: black;
  34. background-color: #D3D4C5;
  35. padding: 3px;
  36. text-align: center;
  37. }
  38. div.above_nav
  39. {
  40. height: 25px;
  41. }
  42. div.below_nav
  43. {
  44. height: 25px;
  45. }
  46. div.body_with_sidebar
  47. {
  48. /* text-align: left; */
  49. }
  50. div.box
  51. {
  52. text-align: left;
  53. margin: 0;
  54. background-color: #EEEED4;
  55. }
  56. div.box_title
  57. {
  58. border-width: 1px 0px 0px 0px;
  59. border-style: solid;
  60. border-color: black;
  61. background-color: #D3D4C5;
  62. padding: 3px 6px;
  63. font-family: lucida, verdana, helvetica, arial, sans-serif;
  64. font-weight: bold;
  65. font-size: 150%;
  66. }
  67. div.box_header
  68. {
  69. border-width: 1px 0px 0px 0px;
  70. border-style: solid;
  71. border-color: black;
  72. background-color: #EEEED4;
  73. padding: 3px;
  74. }
  75. div.box_footer
  76. {
  77. border-width: 0px 0px 1px 0px;
  78. border-style: solid;
  79. border-color: black;
  80. background-color: #EEEED4;
  81. padding: 3px;
  82. }
  83. div.box_body
  84. {
  85. background-color: #EEEED4;
  86. padding: 0px 6px;
  87. font-family: lucida, verdana, helvetica, arial, sans-serif;
  88. font-weight: normal;
  89. font-size: 100%;
  90. }
  91. #newsbox h3
  92. {
  93. margin: 5px 0 0 0;
  94. font-size: 0.9em;
  95. }
  96. #newsbox p
  97. {
  98. margin: 0;
  99. }
  100. div.smallbox
  101. {
  102. text-align: left;
  103. margin: 0 0 0 8px;
  104. background-color: #EEEED4;
  105. }
  106. div.smallbox_title
  107. {
  108. text-align: center;
  109. border-width: 1px 0px 0px 0px;
  110. border-style: solid;
  111. border-color: black;
  112. background-color: #D3D4C5;
  113. padding: 3px;
  114. font-family: lucida, verdana, helvetica, arial, sans-serif;
  115. font-weight: bold;
  116. font-size: 100%;
  117. }
  118. div.smallbox_header
  119. {
  120. border-width: 1px 0px 0px 0px;
  121. border-style: solid;
  122. border-color: black;
  123. background-color: #EEEED4;
  124. padding: 3px;
  125. }
  126. div.smallbox_footer
  127. {
  128. border-width: 0px 0px 1px 0px;
  129. border-style: solid;
  130. border-color: black;
  131. background-color: #EEEED4;
  132. padding: 3px;
  133. }
  134. div.smallbox_body
  135. {
  136. background-color: #EEEED4;
  137. padding: 0px 3px 0px 3px;
  138. font-family: lucida, verdana, helvetica, arial, sans-serif;
  139. font-weight: normal;
  140. font-size: 80%;
  141. }
  142. div.copyright
  143. {
  144. text-align: left;
  145. margin: 10px;
  146. }
  147. span.commandname
  148. {
  149. font-family: monospace;
  150. font-weight: bold;
  151. }
  152. span.command
  153. {
  154. font-family: monospace;
  155. font-weight: bold;
  156. }
  157. span.argument
  158. {
  159. font-family: monospace;
  160. }
  161. span.code
  162. {
  163. font-family: monospace;
  164. }
  165. a:link {color:#336699; background-color:transparent}
  166. a:visited {color:#336699; background-color:transparent}
  167. a:active {color:#336699; background-color:transparent}
  168. a:hover {color:#336699; background-color:transparent}