style.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. /* Default werc style */
  2. body {
  3. color: black;
  4. background-color: white;
  5. font-family: Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;
  6. font-size: 84%; /* Enables font size scaling in MSIE */
  7. margin: 0;
  8. padding: 0;
  9. }
  10. /* # Header # */
  11. .superHeader {
  12. color: white;
  13. background-color: #337AB7;
  14. height: 1.6em;
  15. }
  16. .superHeader img { vertical-align: bottom; }
  17. .superHeader a {
  18. color: white;
  19. background-color: transparent;
  20. font-size: 91%;
  21. margin: 0;
  22. padding: 0 0.5ex 0 0.25ex;
  23. }
  24. a { text-decoration: none; }
  25. a:hover { text-decoration: underline; }
  26. .superHeader div {
  27. position: absolute;
  28. top: 0.40ex;
  29. }
  30. .superHeader .left { left: 0.4em; }
  31. .superHeader .right { right: 0.4em; }
  32. .midHeader {
  33. color: rgb(39,78,144);
  34. background-color: #00a4e1;
  35. /*border: solid 0 black;*/
  36. border-width: 2px 0;
  37. }
  38. .headerTitle {
  39. color: white;
  40. font-size: 233%;
  41. font-weight: normal;
  42. margin: 0 0 0 4mm;
  43. padding: 0.25ex 0;
  44. }
  45. #headerSubTitle {
  46. font-size: 50%;
  47. font-style: italic;
  48. margin-left: 1em;
  49. }
  50. .headerTitle a { color: white; }
  51. .headerTitle a:hover { text-decoration: none; }
  52. .subHeader {
  53. display: none;
  54. color: white;
  55. background-color: rgb(0,51,153);
  56. margin: 0;
  57. padding: 1ex 1ex 1ex 1.5mm;
  58. }
  59. .subHeader a {
  60. color: white;
  61. background-color: transparent;
  62. font-weight: bold;
  63. margin: 0;
  64. padding: 0 0.75ex 0 0.5ex;
  65. }
  66. .superHeader .highlight, .subHeader .highlight {
  67. color: rgb(253,160,91);
  68. background-color: transparent;
  69. }
  70. /* # Side # */
  71. #side-bar {
  72. width: 16em;
  73. float: left;
  74. clear: left;
  75. border-right: 1px solid #ddd;
  76. }
  77. #side-bar div {
  78. border-bottom: 1px solid #ddd;
  79. }
  80. .sideBarTitle {
  81. font-weight: bold;
  82. margin: 0 0 0.5em 2mm;
  83. padding: 1em 0 0 0;
  84. }
  85. #side-bar ul {
  86. list-style-type: none;
  87. list-style-position: outside;
  88. margin: 0;
  89. padding: 0 0 0.3em 0;
  90. }
  91. li ul {
  92. padding-left: 0.6em !important;
  93. }
  94. #side-bar li {
  95. margin: 0;
  96. padding: 0.1ex 0; /* Circumvents a rendering bug (?) in MSIE 6.0 XXX should move to iehacks.css, this causes an ugly gap */
  97. }
  98. #side-bar a {
  99. color: rgb(0,102,204);
  100. background-color: transparent;
  101. margin: 0;
  102. padding: 0.25em 1ex 0.25em 2mm;
  103. display: block;
  104. text-transform: capitalize;
  105. font-weight: bold!important;
  106. font-size: 102%;
  107. border-left: white solid 0.2em;
  108. }
  109. .thisPage, .thisPage a {
  110. color: black!important;
  111. background-color: white;
  112. padding-left: 5mm;
  113. }
  114. #side-bar a:hover {
  115. color: white;
  116. background-color: rgb(100,135,220);
  117. border-left: black solid 0.2em;
  118. text-decoration: none;
  119. }
  120. .sideBarText {
  121. line-height: 1.5em;
  122. margin: 0 0 1em 0;
  123. padding: 0 1.5ex 0 2.5mm;
  124. display: block;
  125. }
  126. #side-bar .sideBarText a {
  127. margin: 0;
  128. padding: 0;
  129. display: inline;
  130. }
  131. #side-bar .sideBarText a:hover {
  132. color: rgb(0,102,204);
  133. background-color: transparent;
  134. text-decoration: none;
  135. }
  136. /* # Main Copy # */
  137. #main-copy {
  138. max-width: 70em;
  139. color: black;
  140. background-color: transparent;
  141. text-align: justify;
  142. line-height: 1.5em;
  143. margin: 0em 0 0 16em;
  144. padding: 0.5mm 5mm 5mm 5mm;
  145. border-left: 1px solid #ddd;
  146. }
  147. #bodyText {
  148. margin: 0 0 0 15.5em;
  149. padding: 2mm 5mm 2mm 5mm;
  150. }
  151. #main-copy p {
  152. margin: 1em 1ex 1em 1ex !important; /* Need !important so troff-generated pages don't look totally squezed */
  153. padding: 0;
  154. }
  155. #main-copy a {
  156. color: rgb(0,102,204);
  157. background-color: transparent;
  158. }
  159. #main-copy a:hover {
  160. color: rgb(100,135,220);
  161. }
  162. #main-copy h1, #main-copy h2 {
  163. color: rgb(0,102,204);
  164. background-color: transparent;
  165. font-size: 145.5%;
  166. font-weight: bold;
  167. margin: 2em 0 0 0;
  168. padding: 0.5ex 0 0.5ex 0.6ex;
  169. border-bottom: 2px solid rgb(0,102,204);
  170. }
  171. #main-copy h2 {
  172. font-size: 115.5%;
  173. border-bottom: 1px solid rgb(0,102,204);
  174. }
  175. #main-copy .topOfPage {
  176. color: rgb(0,102,204);
  177. background-color: transparent;
  178. font-size: 91%;
  179. font-weight: bold;
  180. text-decoration: none;
  181. margin: 3ex 1ex 0 0;
  182. padding: 0;
  183. float: right;
  184. }
  185. dl {
  186. margin: 1em 1ex 2em 1ex;
  187. padding: 0;
  188. }
  189. dt {
  190. font-weight: bold;
  191. margin: 0 0 0 0;
  192. padding: 0;
  193. }
  194. dd {
  195. margin: 0 0 2em 2em;
  196. padding: 0;
  197. }
  198. /* # Footer # */
  199. #footer {
  200. color: white;
  201. background-color: #337AB7;
  202. padding: 1em;
  203. clear: both;
  204. }
  205. #footer .left {
  206. text-align: left;
  207. line-height: 1.55em;
  208. float: left;
  209. clear: left;
  210. }
  211. #footer .right {
  212. text-align: right;
  213. line-height: 1.45em;
  214. }
  215. #footer a {
  216. color: white;
  217. background-color: transparent;
  218. }
  219. /* GENERAL */
  220. table {
  221. border: solid 1px black;
  222. }
  223. th {
  224. background-color: #abc;
  225. border: solid 1px black;
  226. text-align: center;
  227. }
  228. td {
  229. background-color: #def;
  230. border: solid 1px black;
  231. }
  232. hr {
  233. border-width: 0px 0px 0.1em 0px;
  234. border-color: black;
  235. }
  236. acronym, .titleTip {
  237. border-bottom: 1px solid #ddd;
  238. cursor: help;
  239. margin: 0;
  240. padding: 0 0 0.4px 0;
  241. }
  242. pre {
  243. margin-left: 2em;
  244. font-size: 1.2em;
  245. }
  246. blockquote {
  247. border-left: 1px solid blue;
  248. font-style: italic;
  249. }
  250. .smallCaps {
  251. font-size: 110%;
  252. font-variant: small-caps;
  253. }
  254. .doNotDisplay { display: none; }
  255. .notify_errors,
  256. .notify_notes,
  257. .notify_success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
  258. .notify_errors { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
  259. .notify_notes { background: #FFF6BF; color: #514721; border-color: #FFD324; }
  260. .notify_success { background: #E6EFC2; color: #264409; border-color: #C6D880; }
  261. .notify_errors a { color: #8a1f11; }
  262. .notify_notes a { color: #514721; }
  263. .notify_success a { color: #264409; }
  264. /* # Page/Handler specific # */
  265. h1.dir-list-head, ul.dir-list {
  266. text-transform: capitalize;
  267. font-weight: bold;
  268. }
  269. ul.sitemap-list a {
  270. text-transform: capitalize;
  271. }