source: stylesheets/blfs.css@ fdb8f2c9

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 v5_1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since fdb8f2c9 was fdb8f2c9, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

More grammar and some minor changes to qt

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

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