lfs.css 7.9 KB

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