source: stylesheets/blfs.css@ 4122007

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4122007 was 4122007, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

Initial update with new xml style

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2285 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.2 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 {
13 font-size: smaller;
14 text-align: center;
15 padding-bottom: 0.5em;
16 border-bottom: solid 2px #080;
17}
18
19.navheader p {
20 margin: 1em 0em;
21}
22
23.navfooter {
24 font-size: smaller;
25 text-align: center;
26 padding-top: 0.5em;
27 border-top: solid 2px #080;
28}
29
30div.sect3 li {
31 /* padding: 0em; */
32}
33
34div.sect3 li p {
35 padding: 0.3em;
36 margin: 0em;
37 background-color: #f0fff0;
38}
39
40.prev {
41 width: 40%
42 float: left;
43 text-align: left;
44 padding-left: 1em;
45}
46
47.next {
48 width: 40%
49 float: right;
50 text-align: right;
51 padding-right: 1em;
52}
53
54p, h1, h2, h3, h4, h5, h6 {
55 margin: 0.5em 0em;
56}
57
58h4 {
59 font-size: 90%;
60 padding-left: 0em;
61}
62
63
64div.navheader ul li, div.navfooter ul li {
65 display: inline;
66 padding: 4em;
67}
68
69li.preface {
70 margin-left: 2.5em;
71}
72
73div.book div.titlepage h1.title {
74 font-weight: bold;
75 font-size: xx-large;
76 text-align: center;
77}
78
79div.book div.titlepage h2.subtitle {
80 font-weight: bold;
81 font-size: x-large;
82 text-align: center;
83}
84
85div.book div.titlepage h3.author {
86 font-size: large;
87}
88
89div.book div.dedication div.titlepage h2.title {
90 font-weight: normal;
91 font-size: x-large;
92}
93
94div.chapter div.titlepage h2.title {
95 font-weight: bold;
96 font-size: x-large;
97 text-align: left;
98}
99
100div.sect1 div.titlepage h2.title {
101 font-weight: bold;
102 font-size: x-large;
103 text-align: left;
104}
105
106tt {
107 font-family: courier, monospace;
108 font-size: 110%;
109}
110
111pre.screen {
112 color: black;
113 background-color: #dddddd;
114 font-family: Courier, monospace;
115 font-size: 13px;
116}
117
118pre.screen {
119 padding: 0.5em 1.5em;
120 line-height: 110%;
121}
122
123pre.synopsis {
124 color: black;
125 background-color: #dddddd;
126}
127
128div.admonition {
129 border: medium solid;
130 width: 90%;
131 margin: .5em auto;
132}
133
134div.admonhead h3 {
135 display: inline;
136 margin-left: 1.5em;
137}
138
139div.admonbody {
140 margin: .5em;
141}
142
143b.command {
144 font-family: courier, monospace;
145}
146
147.item {
148 width: 15em;
149 float: left;
150}
151
152.secitem {
153 font-weight: normal;
154 width: 12.5em;
155 float: left;
156}
Note: See TracBrowser for help on using the repository browser.