blfs.css 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. /*
  2. $LastChangedBy$
  3. $Date$
  4. */
  5. /* Global settings */
  6. /*body {
  7. font-family: verdana, tahoma, helvetica, arial, sans-serif;
  8. text-align: left;
  9. background: #fff;
  10. color: #333;
  11. margin: 1em;
  12. padding: 0;
  13. font-size: 1em;
  14. line-height: 1.2em
  15. }
  16. a:link { color: #22b; }
  17. a:visited { color: #7e4988; }
  18. a:hover, a:focus { color: #d30e08; }
  19. a:active { color: #6b77b1;}
  20. .ulink {
  21. color: #55f;*/ /* Light Blue */
  22. /*font-weight: bold;
  23. }*/
  24. /* Headers */
  25. /*h1, h2, b, strong {
  26. color: #000;
  27. font-weight: bold;
  28. }
  29. h3, h4, h5, h6 {
  30. color: #222;
  31. }
  32. h1 { font-size: 173%; text-align: center; line-height: 1.2em; }
  33. h1.title sup { font-size: small; }
  34. h2 { font-size: 144%; padding-top: 0.2em; margin-top: 0.3em; line-height: 1.2em; }
  35. h2.subtitle { text-align: center; line-height: 1.2em; }
  36. h3 { font-size: 120%; line-height: 1.2em; }
  37. h4 { font-size: 120%; line-height: 1.2em;}
  38. div.package h4, h5, h6 { font-size: 100%; font-style: italic; }*/
  39. /* Navigation */
  40. /*div.headertitles h4 {
  41. margin-bottom: 2px;
  42. text-align: center;
  43. }
  44. div.headertitles h3 {
  45. margin-top: 2px;
  46. text-align: center;
  47. }
  48. div.navheader, div.navfooter {
  49. background: #ecedef;
  50. padding: 0.1em 1em;
  51. border-bottom: 1px solid #dbddec;
  52. }
  53. div.navfooter {
  54. border-bottom: 0;
  55. border-top: 1px solid #dbddec;
  56. }
  57. div.navheader ul, div.navfooter ul {
  58. padding: .2em .5em .5em 0;
  59. margin-left: 0px;
  60. margin-right: 2px;
  61. position: relative;
  62. background: #dbddec;
  63. }
  64. div.navheader ul li, div.navfooter ul li {
  65. display: inline;
  66. width: 40%;
  67. }
  68. div.navheader ul li.prev, div.navfooter ul li.prev {
  69. position: absolute;
  70. display: block;
  71. left: 0;
  72. text-align: left;
  73. padding: 0.2em 1em;
  74. margin-left: 6px;
  75. }
  76. div.navheader ul li.next, div.navfooter ul li.next {
  77. position: absolute;
  78. display: block;
  79. text-align: right;
  80. right: 5px;
  81. padding: 0.2em 0.5em;
  82. margin-right: 7px;
  83. }
  84. div.navheader ul li.prev p, div.navfooter ul li.prev p,
  85. div.navheader ul li.next p, div.navfooter ul li.next p {
  86. padding: 0;
  87. margin: 1px 0px;
  88. }
  89. div.navheader ul li.home, div.navheader ul li.up,
  90. div.navfooter ul li.home, div.navfooter ul li.up {
  91. text-align: center;
  92. padding: 0;
  93. margin: 0px auto;
  94. display: block;
  95. color: #dbddec;
  96. }*/
  97. /* TOC & Index*/
  98. /*div.toc ul, div.index ul, div.navheader ul, div.navfooter ul {
  99. list-style: none;
  100. }
  101. div.toc, div.dedication {
  102. padding-left: 1em;
  103. }
  104. li.preface {
  105. margin-left: 1em;
  106. }
  107. div.toc ul li h3, div.toc ul li h4 {
  108. margin: .4em;
  109. }
  110. .dummy {
  111. font-weight: bold;
  112. font-size: 110%;
  113. line-height: 1.8em;
  114. }
  115. .item {
  116. width: 26em;
  117. float: left;
  118. }
  119. .indexref {
  120. margin-left: 26em;
  121. }
  122. .secitem {
  123. font-weight: normal;
  124. width: 16em;
  125. float: left;
  126. }*/
  127. /* Admonitions */
  128. div.note, div.tip {
  129. background-color: #fffff6;
  130. border: 2px solid #dbddec;
  131. width: 90%;
  132. margin: .5em auto;
  133. }
  134. div.important, div.warning, div.caution {
  135. background-color: #fffff6;
  136. border: medium solid #400;
  137. width: 90%;
  138. margin: 1.5em auto;
  139. color: #600;
  140. font-size: larger;
  141. }
  142. div.important h3, div.warning h3, div.caution h3 {
  143. color: #900;
  144. }
  145. div.admonhead img {
  146. padding: .3em;
  147. }
  148. div.admonhead h3 {
  149. display: inline;
  150. margin-left: 1.5em;
  151. }
  152. div.admonbody {
  153. margin: .5em;
  154. }
  155. div.important em, div.warning em, div.caution em {
  156. color: #000;
  157. font-weight: bold;
  158. }
  159. div.important tt, div.warning tt, div.caution tt {
  160. font-weight: bold;
  161. }
  162. table {
  163. width: auto;
  164. margin-left: 1em;
  165. }
  166. td {
  167. vertical-align: top;
  168. }
  169. td span, td p {
  170. margin: 0.3em;
  171. }
  172. div.table table {
  173. border-collapse: collapse;
  174. }
  175. div.table td, div.table th {
  176. padding: 0.3em;
  177. text-align: right;
  178. vertical-align: baseline;
  179. }
  180. div.table tr > td:first-child, div.table tr > th:first-child {
  181. text-align: left;
  182. }
  183. div.revhistory th {
  184. text-align: left;
  185. line-height: 2em;
  186. }
  187. div.revhistory td {
  188. padding-right: 1em;
  189. }
  190. span.term {
  191. display: block;
  192. }
  193. /* variablelist & segmentedlist */
  194. dl {
  195. margin: 0;
  196. padding: 0;
  197. list-style-type: none;
  198. }
  199. dt {
  200. display: list-item;
  201. font-weight: bold;
  202. margin: .33em 0 0 1em;
  203. padding: 0;
  204. }
  205. span.seg {
  206. display: block;
  207. padding-left: 12em;
  208. }
  209. div.content dt {
  210. list-style: none;
  211. }
  212. dd {
  213. margin: 0 0 1em 3em;
  214. padding: 0;
  215. }
  216. div.variablelist dd {
  217. margin-bottom: 1em;
  218. }
  219. div.variablelist dd p {
  220. margin-top: 0px;
  221. }
  222. dl.materials dd {
  223. margin-left: 0px;
  224. }
  225. div.segmentedlist {
  226. margin-top: 1em;
  227. }
  228. div.segmentedlist p {
  229. margin: 0px auto;
  230. }
  231. span.segtitle {
  232. display: block;
  233. float: left;
  234. width: 12em;
  235. }
  236. div.seg {
  237. clear: left;
  238. }
  239. /* itemizedlist */
  240. div.itemizedlist {
  241. margin-left: 1em;
  242. }
  243. ul[compact="compact"] li p {
  244. padding: 0.3em;
  245. margin: 0em;
  246. background-color: #f0fff0;
  247. }
  248. /* Indented blocks */
  249. p, ul, dl, code, blockquote {
  250. padding-left: 1em;
  251. }
  252. /* Monospaced elements */
  253. tt, code, kbd, pre, .command {
  254. font-family: monospace;
  255. }
  256. pre.userinput {
  257. color: #101310;
  258. background-color: #e5e5e5;
  259. border: 1px solid #050505;
  260. padding: .5em 1em;
  261. margin: 0 2em;
  262. font-weight: bold;
  263. }
  264. pre.root {
  265. color: #101310;
  266. background-color: #e5e5e5;
  267. border: 1px solid #050505;
  268. padding: .5em 1em;
  269. margin: 0 2em;
  270. font-weight: bold;
  271. }
  272. .literal, .prompt {
  273. font-weight: normal;
  274. }
  275. pre.screen {
  276. color: #000;
  277. background-color: #e9e9e9;
  278. border: 1px solid #050505;
  279. padding: .5em 1em;
  280. margin: 0 2em;
  281. }
  282. /* Sections */
  283. div h1, div.glossary h2 {
  284. padding: 1em 0 0.5em 0;
  285. margin: 0px auto;
  286. }
  287. div.glossary h2 {
  288. text-align: center;
  289. font-size: 173%;
  290. padding-top: 0.4em;
  291. border-bottom: .1em solid #dbddec;
  292. }
  293. div.package {
  294. padding: 0 0.5em 0.3em 0.5em;
  295. margin: 0.5em 0 0.5em 0;
  296. }
  297. div.kernel {
  298. padding: 0 0.5em 0.3em 0.5em;
  299. margin: 0.5em 0 0.5em 0;
  300. }
  301. div.installation {
  302. padding: 0 0.5em 0.3em 0.5em;
  303. margin: 0.5em 0 0.5em 0;
  304. }
  305. div.commands {
  306. padding: 0 0.5em 0.3em 0.5em;
  307. margin: 0.5em 0 0.5em 0;
  308. }
  309. div.testing {
  310. padding: 0 0.5em 0.3em 0.5em;
  311. margin: 0.5em 0 0.5em 0;
  312. }
  313. div.configuration {
  314. padding: 0 0.5em 0.3em 0.5em;
  315. margin: 0.5em 0 0.5em 0;
  316. }
  317. div.content {
  318. padding: 0 0.5em 0.3em 0.5em;
  319. margin: 0.5em 0 0.5em 0;
  320. }
  321. div.book, div.preface, div.part, div.chapter, div.sect1, div.appendix, div.index {
  322. padding-bottom: 0.5em;
  323. }
  324. div.preface h1, div.part h1, div.chapter h1, div.sect1 h1, div.appendix h1, div.index h1 {
  325. background: #f5f6f7;
  326. border-bottom: .1em solid #dbddec;
  327. margin: 0px auto;
  328. padding: .5em;
  329. }
  330. div.book h1 {
  331. background: #f5f6f7;
  332. margin: 0px auto;
  333. padding: 0.5em;
  334. }
  335. div.book h2.subtitle {
  336. background: #dbddec;
  337. margin: 0px auto;
  338. padding: 0.2em;
  339. }
  340. div.authorgroup, div p.copyright, div.abstract, div p.pubdate, div.revhistory {
  341. background: #f5f6f7;
  342. margin: 0px auto;
  343. padding: 1em 0.5em;
  344. }
  345. hr {
  346. background: #dbddec;
  347. height: .3em;
  348. border: 0px;
  349. margin: 0px auto;
  350. padding: 0;
  351. }
  352. /* Last edited info */
  353. p.updated {
  354. font-size: small;
  355. font-weight: bold;
  356. font-style: italic;
  357. }
  358. /* Inline tags */
  359. tt.systemitem {
  360. font-style: italic;
  361. }
  362. p.usernotes {
  363. margin-left: -1em;
  364. font-size: small;
  365. font-weight: bold;
  366. font-style: italic;
  367. }
  368. .simplelist {
  369. background-color: #f0fff0;
  370. }
  371. .underlined {
  372. text-decoration: underline;
  373. }