lfs.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  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: #222;
  11. margin: 1em;
  12. padding: 0;
  13. font-size: 1em;
  14. line-height: 1.2em
  15. }
  16. /* Links */
  17. a:link { color: #22b; }
  18. a.ulink:link { font-weight: bold; color: #55f; }
  19. a:visited { color: #7e4988 ! important; }
  20. a:hover, a:focus { color: #d30e08 ! important; }
  21. a:active { color: #6b77b1 ! important;}
  22. /* Book titlepage */
  23. .book .titlepage {
  24. background: #f5f6f7;
  25. margin: 0px auto;
  26. padding: 0 1em;
  27. }
  28. .book hr {
  29. background: #dbddec;
  30. height: .3em;
  31. border: 0px;
  32. margin: 0 -1em;
  33. padding: 0;
  34. }
  35. div.dedication {
  36. padding-left: 1em;
  37. }
  38. /* Sections */
  39. div.sect1, div.appendix {
  40. padding-left: .3em;
  41. }
  42. .package, .kernel, .installation, .commands, .testing, .configuration, .content {
  43. padding: 0 .5em .2em 0;
  44. margin: 0;
  45. }
  46. .lfs .package {
  47. background: #f5f6f7;
  48. border-bottom: 0.2em solid #dbddec;
  49. padding-top: .1em;
  50. margin-top: 0;
  51. }
  52. .lfs .configuration {
  53. background: #fefefe;
  54. border-top: 0.2em solid #dbddec;
  55. }
  56. .lfs .content {
  57. background: #f5f6f7;
  58. border-top: 0.2em solid #dbddec;
  59. padding-bottom: .1em;
  60. margin-bottom: 0;
  61. }
  62. /* Headers */
  63. h1, h2, h3, h4, h5, h6, b, .strong {
  64. color: #000;
  65. font-weight: bold;
  66. line-height: 1em;
  67. }
  68. h1 {
  69. font-size: 173%;
  70. text-align: center;
  71. }
  72. .book h1 {
  73. margin: 0;
  74. padding: 0.4em;
  75. }
  76. .preface h1, .part h1, .chapter h1, .appendix h1, .index h1, .sect1 h1 {
  77. background: #f5f6f7;
  78. border-bottom: .1em solid #dbddec;
  79. margin-bottom: 1em;
  80. margin-top: 0;
  81. padding: .4em;
  82. }
  83. .sect1 h1, .appendix h1 {
  84. margin-left: -.2em;
  85. }
  86. .wrap h1 {
  87. background: #f5f6f7;
  88. margin: 0;
  89. padding: .4em;
  90. }
  91. h1.title sup {
  92. font-size: small;
  93. }
  94. h2 {
  95. font-size: 144%;
  96. }
  97. .book h2.subtitle {
  98. text-align: center;
  99. background: #dbddec;
  100. margin: 0;
  101. padding: 0.2em;
  102. }
  103. .appendix h2 {
  104. font-size: 133%;
  105. margin-top: .8em;
  106. margin-bottom: 0.2em;
  107. }
  108. h3 {
  109. font-size: 120%;
  110. }
  111. h4 {
  112. font-size: 110%;
  113. }
  114. .package h4, h5, h6 {
  115. font-size: 100%;
  116. font-style: italic;
  117. }
  118. /* Navigation */
  119. div.navheader, div.navfooter {
  120. background: #ecedef;
  121. margin: 0;
  122. padding: 0.1em .5em;
  123. }
  124. div.navheader {
  125. border-bottom: 1px solid #dbddec;
  126. }
  127. div.navfooter {
  128. border-top: 1px solid #dbddec;
  129. }
  130. div.navheader h4 {
  131. margin-top: .4em;
  132. margin-bottom: 0;
  133. text-align: center;
  134. }
  135. div.navheader h3 {
  136. margin-top: .2em;
  137. margin-bottom: 0;
  138. text-align: center;
  139. }
  140. div.navheader ul, div.navfooter ul {
  141. padding: .2em .5em .5em 0;
  142. margin: .5em 0;
  143. position: relative;
  144. background: #dbddec;
  145. }
  146. div.navheader ul li, div.navfooter ul li {
  147. display: inline;
  148. width: 40%;
  149. }
  150. div.navheader ul li.prev, div.navfooter ul li.prev {
  151. position: absolute;
  152. display: block;
  153. left: 0;
  154. text-align: left;
  155. padding: 0.2em 1em;
  156. margin-left: 6px;
  157. }
  158. div.navheader ul li.next, div.navfooter ul li.next {
  159. position: absolute;
  160. display: block;
  161. text-align: right;
  162. right: 5px;
  163. padding: 0.2em 0.5em;
  164. margin-right: 7px;
  165. }
  166. div.navheader ul li.prev p, div.navfooter ul li.prev p,
  167. div.navheader ul li.next p, div.navfooter ul li.next p {
  168. padding: 0;
  169. margin: 1px 0px;
  170. }
  171. div.navheader ul li.home, div.navheader ul li.up,
  172. div.navfooter ul li.home, div.navfooter ul li.up {
  173. text-align: center;
  174. padding: 0;
  175. margin: 0px auto;
  176. display: block;
  177. color: #dbddec;
  178. }
  179. /* TOC */
  180. div.toc ul, div.index ul, div.navheader ul, div.navfooter ul {
  181. list-style: none;
  182. }
  183. div.toc {
  184. padding-left: 1em;
  185. }
  186. li.preface, .part li.appendix {
  187. margin-left: 1em;
  188. }
  189. div.toc h3 {
  190. margin: 1em 0 .3em 0;
  191. }
  192. li.appendix h3, li.glossary h3, li.index h3 {
  193. margin: .5em
  194. }
  195. div.toc h4 {
  196. margin: .6em 0 .2em 0;
  197. }
  198. li.chapter h4 a {
  199. display: block;
  200. margin-bottom: .4em
  201. }
  202. .dummy {
  203. display: block;
  204. font-weight: bold;
  205. font-size: 110%;
  206. margin: .6em 0 .2em 0;
  207. }
  208. /* Index */
  209. .item {
  210. float: left;
  211. margin-right: 1em
  212. }
  213. .secitem {
  214. font-weight: normal;
  215. float: left;
  216. margin-right: 1em
  217. }
  218. .indexref {
  219. display: block;
  220. }
  221. .item + .indexref {
  222. margin-left: 20em;
  223. }
  224. .secitem + .indexref {
  225. margin-left: 19em;
  226. }
  227. /* Admonitions */
  228. div.admon img {
  229. padding: .3em;
  230. }
  231. div.admon h3 {
  232. display: inline;
  233. margin-left: 2em;
  234. }
  235. div.admon p {
  236. margin-left: .5em;
  237. padding-bottom: .4em;
  238. }
  239. div.admon pre {
  240. margin: 0.5em 3em;
  241. }
  242. div.note, div.tip {
  243. background-color: #fffff6;
  244. border: 2px solid #dbddec;
  245. width: 90%;
  246. margin: .5em auto;
  247. }
  248. div.important, div.warning, div.caution {
  249. background-color: #fffff6;
  250. border: medium solid #400;
  251. width: 90%;
  252. margin: .5em auto;
  253. color: #600;
  254. }
  255. div.important h3, div.warning h3, div.caution h3 {
  256. color: #900;
  257. }
  258. div.important em, div.warning em, div.caution em {
  259. color: #000;
  260. font-weight: bold;
  261. }
  262. /* table */
  263. .table p.title {
  264. text-align: center;
  265. margin-top: 0;
  266. margin-bottom: .3em;
  267. }
  268. .table table {
  269. margin-left: auto;
  270. margin-right: auto;
  271. }
  272. .table table th, .table table td {
  273. padding: 0.2em 2em 0.2em 2em;
  274. text-align: left;
  275. }
  276. .revhistory {
  277. padding-left: 1em;
  278. }
  279. .revhistory th {
  280. line-height: 2em;
  281. text-align: left;
  282. }
  283. .revhistory td {
  284. padding-right: 1em;
  285. }
  286. /* variablelist as table */
  287. .variablelist table {
  288. width: auto;
  289. margin: 0 1em 0 1em;
  290. }
  291. .variablelist td {
  292. vertical-align: top;
  293. }
  294. .variablelist td span, td p {
  295. margin: 0.25em;
  296. }
  297. /* variablelist as list */
  298. dl {
  299. padding-left: 1em
  300. }
  301. dt {
  302. font-weight: bold;
  303. margin-left: 1em;
  304. }
  305. dd {
  306. margin-bottom: .6em;
  307. margin-left: 1em;
  308. }
  309. dd p {
  310. margin-top: 0;
  311. margin-bottom: 0;
  312. padding-top: 0;
  313. padding-bottom: 0;
  314. }
  315. div.materials dt {
  316. display: list-item;
  317. }
  318. div.materials dd {
  319. margin-left: 0;
  320. padding-left: 0;
  321. }
  322. /* segmentedlist */
  323. .appendix .segmentedlist {
  324. padding-left: 1em;
  325. }
  326. .package .seg {
  327. margin-bottom: 0em;
  328. margin-top: 0em;
  329. clear: left;
  330. }
  331. .content .seg {
  332. margin-bottom: .4em;
  333. margin-top: .4em;
  334. clear: left;
  335. }
  336. .segtitle {
  337. float: left;
  338. }
  339. .package .segbody, .appendix .segbody {
  340. display: block;
  341. padding-left: 14em;
  342. }
  343. .content .segbody {
  344. display: block;
  345. padding-left: 12em;
  346. }
  347. /* itemizedlist */
  348. ul {
  349. padding-left: 1em
  350. }
  351. .itemizedlist ul {
  352. margin-left: 1em
  353. }
  354. .itemizedlist li ul {
  355. margin-bottom: 1.2em;
  356. }
  357. .itemizedlist li ul li p {
  358. margin-top: .5em;
  359. margin-bottom: .5em;
  360. }
  361. .itemizedlist li ul li:first-child p:first-child {
  362. margin-top: -.6em;
  363. }
  364. ul.compact {
  365. list-style: none;
  366. }
  367. .blfs ul.compact {
  368. list-style: disc;
  369. }
  370. ul.compact li {
  371. margin: 0em;
  372. padding: 0em;
  373. }
  374. ul.compact li p {
  375. padding: 0.3em;
  376. margin: 0em;
  377. }
  378. .blfs ul.compact li p {
  379. background-color: #f0fff0;
  380. }
  381. /* orderedlist */
  382. ol {
  383. list-style: decimal;
  384. }
  385. ol ol {
  386. list-style: lower-alpha;
  387. }
  388. ol ol ol {
  389. list-style: lower-roman;
  390. }
  391. ol.compact li {
  392. margin: 0em;
  393. padding: 0em;
  394. }
  395. ol.compact li p {
  396. padding: 0.3em;
  397. margin: 0em;
  398. }
  399. /* Indented blocks */
  400. p, blockquote {
  401. padding-left: 1em;
  402. padding-right: 1em;
  403. }
  404. /* Monospaced elements */
  405. tt, code, kbd, pre, .command {
  406. font-family: monospace;
  407. }
  408. .systemitem {
  409. font-style: italic;
  410. }
  411. pre {
  412. background-color: #e5e5e5;
  413. border: 1px solid #050505;
  414. padding: .5em 1em;
  415. margin: 0 2em .5em 2em;
  416. font-weight: bold;
  417. }
  418. pre.userinput {
  419. color: #101310;
  420. }
  421. pre.root {
  422. color: #101310;
  423. border: 1px solid #11a;
  424. }
  425. pre.screen {
  426. color: #000;
  427. background-color: #e9e9e9;
  428. font-weight: normal;
  429. }
  430. .literal, .prompt {
  431. font-weight: normal;
  432. }
  433. /* Mixed tags */
  434. p.usernotes {
  435. margin-left: -1em;
  436. font-size: small;
  437. font-weight: bold;
  438. font-style: italic;
  439. }
  440. .underlined {
  441. text-decoration: underline;
  442. }
  443. /* Last edited info */
  444. p.updated {
  445. font-size: small;
  446. font-weight: bold;
  447. font-style: italic;
  448. }
  449. /* Special colored blocks */
  450. /* OrangeRed4 */
  451. .feature-ssp {
  452. color: #8B2500;
  453. }
  454. /* RoyalBlue3 */
  455. .feature-aslr {
  456. color: #3A5FCD;
  457. }
  458. /* NavyBlue */
  459. .feature-pax {
  460. color: #000080;
  461. }
  462. /* VioletRed */
  463. .feature-hardened_tmp {
  464. color: #d02090;
  465. }
  466. /* PaleTurquoise4 */
  467. .feature-warnings {
  468. color: #668b8b;
  469. }
  470. /* RosyBrown */
  471. .feature-misc {
  472. color: #bc8f8f;
  473. }
  474. /* Sienna*/
  475. .feature-blowfish {
  476. color: #8E6B23
  477. }