lfs.css 8.1 KB

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