lfs.css 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  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. }
  212. .secitem {
  213. font-weight: normal;
  214. float: left;
  215. }
  216. .indexref {
  217. display: block;
  218. }
  219. .item + .indexref {
  220. margin-left: 31em;
  221. }
  222. .secitem + .indexref {
  223. margin-left: 30em;
  224. }
  225. /* Admonitions */
  226. div.admon img {
  227. padding: .3em;
  228. }
  229. div.admon h3 {
  230. display: inline;
  231. margin-left: 2em;
  232. }
  233. div.admon p {
  234. margin-left: .5em;
  235. }
  236. div.admon pre {
  237. margin: 0.5em 3em;
  238. }
  239. div.note, div.tip {
  240. background-color: #fffff6;
  241. border: 2px solid #dbddec;
  242. width: 90%;
  243. margin: .5em auto;
  244. }
  245. div.important, div.warning, div.caution {
  246. background-color: #fffff6;
  247. border: medium solid #400;
  248. width: 90%;
  249. margin: .5em auto;
  250. color: #600;
  251. }
  252. div.important h3, div.warning h3, div.caution h3 {
  253. color: #900;
  254. }
  255. div.important em, div.warning em, div.caution em {
  256. color: #000;
  257. font-weight: bold;
  258. }
  259. /* table */
  260. .table p.title {
  261. text-align: center;
  262. margin-top: 0;
  263. margin-bottom: .3em;
  264. }
  265. .table table {
  266. margin-left: auto;
  267. margin-right: auto;
  268. }
  269. .table table th, .table table td {
  270. padding: 0.2em 2em 0.2em 2em;
  271. text-align: left;
  272. }
  273. .revhistory {
  274. padding-left: 1em;
  275. }
  276. .revhistory th {
  277. line-height: 2em;
  278. text-align: left;
  279. }
  280. .revhistory td {
  281. padding-right: 1em;
  282. }
  283. /* variablelist as table */
  284. .variablelist table {
  285. width: auto;
  286. margin: 0 1em 0 1em;
  287. }
  288. .variablelist td {
  289. vertical-align: top;
  290. }
  291. .variablelist td span, td p {
  292. margin: 0.25em;
  293. }
  294. /* variablelist as list */
  295. dl {
  296. padding-left: 1em
  297. }
  298. dt {
  299. font-weight: bold;
  300. margin-left: 1em;
  301. }
  302. dd {
  303. margin-bottom: .6em;
  304. margin-left: 1em;
  305. }
  306. dd p {
  307. margin-top: 0;
  308. margin-bottom: 0;
  309. padding-top: 0;
  310. padding-bottom: 0;
  311. }
  312. div.materials dt {
  313. display: list-item;
  314. }
  315. div.materials dd {
  316. margin-left: 0;
  317. padding-left: 0;
  318. }
  319. /* segmentedlist */
  320. .appendix .segmentedlist {
  321. padding-left: 1em;
  322. }
  323. .package .seg {
  324. margin-bottom: 0em;
  325. margin-top: 0em;
  326. clear: left;
  327. }
  328. .content .seg {
  329. margin-bottom: .4em;
  330. margin-top: .4em;
  331. clear: left;
  332. }
  333. .segtitle {
  334. float: left;
  335. }
  336. .package .segbody, .appendix .segbody {
  337. display: block;
  338. padding-left: 14em;
  339. }
  340. .content .segbody {
  341. display: block;
  342. padding-left: 12em;
  343. }
  344. /* itemizedlist */
  345. ul {
  346. padding-left: 1em
  347. }
  348. .itemizedlist ul {
  349. margin-left: 1em
  350. }
  351. .itemizedlist li ul {
  352. margin-bottom: 1.2em;
  353. }
  354. .itemizedlist li ul li p {
  355. margin-top: .2em;
  356. margin-bottom: .2em;
  357. }
  358. .itemizedlist li ul li:first-child p:first-child {
  359. margin-top: -.6em;
  360. }
  361. ul.compact {
  362. list-style: none;
  363. }
  364. .blfs ul.compact {
  365. list-style: disc;
  366. }
  367. ul.compact li {
  368. margin: 0em;
  369. padding: 0em;
  370. }
  371. ul.compact li p {
  372. padding: 0.3em;
  373. margin: 0em;
  374. }
  375. .blfs ul.compact li p {
  376. background-color: #f0fff0;
  377. }
  378. /* orderedlist */
  379. ol {
  380. list-style: decimal;
  381. }
  382. ol ol {
  383. list-style: lower-alpha;
  384. }
  385. ol ol ol {
  386. list-style: lower-roman;
  387. }
  388. ol.compact li {
  389. margin: 0em;
  390. padding: 0em;
  391. }
  392. ol.compact li p {
  393. padding: 0.3em;
  394. margin: 0em;
  395. }
  396. /* Indented blocks */
  397. p, blockquote {
  398. padding-left: 1em;
  399. padding-right: 1em;
  400. }
  401. /* Monospaced elements */
  402. tt, code, kbd, pre, .command {
  403. font-family: monospace;
  404. }
  405. .systemitem {
  406. font-style: italic;
  407. }
  408. pre {
  409. background-color: #e5e5e5;
  410. border: 1px solid #050505;
  411. padding: .5em 1em;
  412. margin: 0 2em .5em 2em;
  413. font-weight: bold;
  414. }
  415. pre.userinput {
  416. color: #101310;
  417. }
  418. pre.root {
  419. color: #101310;
  420. border: 1px solid #11a;
  421. }
  422. pre.screen {
  423. color: #000;
  424. background-color: #e9e9e9;
  425. font-weight: normal;
  426. }
  427. .literal, .prompt {
  428. font-weight: normal;
  429. }
  430. /* Mixed tags */
  431. p.usernotes {
  432. margin-left: -1em;
  433. font-size: small;
  434. font-weight: bold;
  435. font-style: italic;
  436. }
  437. .underlined {
  438. text-decoration: underline;
  439. }
  440. /* Last edited info */
  441. p.updated {
  442. font-size: small;
  443. font-weight: bold;
  444. font-style: italic;
  445. }
  446. /* Special colored blocks */
  447. /* OrangeRed4 */
  448. .feature-ssp {
  449. color: #8B2500;
  450. }
  451. /* RoyalBlue3 */
  452. .feature-aslr {
  453. color: #3A5FCD;
  454. }
  455. /* NavyBlue */
  456. .feature-pax {
  457. color: #000080;
  458. }
  459. /* VioletRed */
  460. .feature-hardened_tmp {
  461. color: #d02090;
  462. }
  463. /* PaleTurquoise4 */
  464. .feature-warnings {
  465. color: #668b8b;
  466. }
  467. /* RosyBrown */
  468. .feature-misc {
  469. color: #bc8f8f;
  470. }
  471. /* Sienna*/
  472. .feature-blowfish {
  473. color: #8E6B23
  474. }