source: stylesheets/blfs.css@ b26d107

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 b26d107 was b26d107, checked in by Bruce Dubbs <bdubbs@…>, 19 years ago

Updated license of book to

make compatible with OSI

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

  • Property mode set to 100644
File size: 2.3 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
106div.appendix p.title {
107 font-weight: bold;
108 font-size: large;
109 text-align: center;
110}
111
112
113tt {
114 font-family: courier, monospace;
115 font-size: 110%;
116}
117
118pre.screen {
119 color: black;
120 background-color: #dddddd;
121 font-family: Courier, monospace;
122 font-size: 13px;
123}
124
125pre.screen {
126 padding: 0.5em 1.5em;
127 line-height: 110%;
128}
129
130pre.synopsis {
131 color: black;
132 background-color: #dddddd;
133}
134
135div.admonition {
136 border: medium solid;
137 width: 90%;
138 margin: .5em auto;
139}
140
141div.admonhead h3 {
142 display: inline;
143 margin-left: 1.5em;
144}
145
146div.admonbody {
147 margin: .5em;
148}
149
150b.command {
151 font-family: courier, monospace;
152}
153
154.item {
155 width: 15em;
156 float: left;
157}
158
159.secitem {
160 font-weight: normal;
161 width: 12.5em;
162 float: left;
163}
Note: See TracBrowser for help on using the repository browser.