source: stylesheets/lfs.css@ 1b9d582

Last change on this file since 1b9d582 was 8c5aa90, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Changed the output tags for navigational links.
Contributed by Bruce Dubbs.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/b5_1/BOOK@3525 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 1.9 KB
Line 
1body {
2 font-weight: normal;
3 font-size: medium;
4 font-family: verdana, tahoma, helvetica, arial, sans-serif;
5 text-align: left;
6}
7
8.toc ul, .index ul {
9 list-style: none;
10}
11
12.navheader, .navfooter {
13 font-size: smaller;
14 text-align: center;
15}
16
17.headerlinks {
18 border-bottom : solid 2px green;
19 padding-bottom: 0.5em;
20}
21
22.navfooter {
23 border-top : solid 2px green;
24 padding-top: 0.5em;
25 margin-top: 0.5em;
26}
27
28.prev {
29 float : left;
30 text-align: left;
31 /* border : solid 1px #ddd; */
32 padding-left: 2em;
33}
34
35.next {
36 float : right;
37 text-align: right;
38 /* border : solid 1px #0dd; */
39 padding-right: 2em;
40}
41
42.up {
43 /* border : solid 1px #ff0; */
44 width : 10em;
45 /* background-color: #bbb; */
46 margin: 0px auto;
47}
48
49li.preface {
50 margin-left: 2.5em;
51}
52
53div.book div.titlepage h1.title {
54 font-weight: bold;
55 font-size: xx-large;
56 text-align: center;
57}
58
59div.book div.titlepage h2.subtitle {
60 font-weight: bold;
61 font-size: x-large;
62 text-align: center;
63}
64
65div.book div.titlepage h3.author {
66 font-size: large;
67}
68
69div.book div.dedication div.titlepage h2.title {
70 font-weight: normal;
71 font-size: x-large;
72}
73
74div.chapter div.titlepage h2.title {
75 font-weight: bold;
76 font-size: x-large;
77 text-align: left;
78}
79
80div.sect1 div.titlepage h2.title {
81 font-weight: bold;
82 font-size: x-large;
83 text-align: left;
84}
85
86tt {
87 font-family: courier, monospace;
88}
89
90pre.screen {
91 color: black;
92 background-color: #dddddd;
93}
94
95pre.synopsis {
96 color: black;
97 background-color: #dddddd;
98}
99
100div.admonition {
101 border: medium solid;
102 width: 90%;
103 margin: .5em auto;
104}
105
106div.admonhead h3 {
107 display: inline;
108 margin-left: 1.5em;
109}
110
111div.admonbody {
112 margin: .5em;
113}
114
115.command {
116 font-family: courier, monospace;
117}
118
119.item {
120 width: 15em;
121 float: left;
122}
123
124.secitem {
125 font-weight: normal;
126 width: 12.5em;
127 float: left;
128}
Note: See TracBrowser for help on using the repository browser.