source: stylesheets/blfs.css@ 5d4975d

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 v5_1-pre1 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5d4975d was 5d4975d, checked in by Larry Lawrence <larry@…>, 20 years ago

updated stylesheets to 0.9

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

  • Property mode set to 100644
File size: 1.5 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
17div.navheader ul li, div.navfooter ul li {
18 display: inline;
19 padding: 4em;
20}
21
22li.preface {
23 margin-left: 2.5em;
24}
25
26div.book div.titlepage h1.title {
27 font-weight: bold;
28 font-size: xx-large;
29 text-align: center;
30}
31
32div.book div.titlepage h2.subtitle {
33 font-weight: bold;
34 font-size: x-large;
35 text-align: center;
36}
37
38div.book div.titlepage h3.author {
39 font-size: large;
40}
41
42div.book div.dedication div.titlepage h2.title {
43 font-weight: normal;
44 font-size: x-large;
45}
46
47div.chapter div.titlepage h2.title {
48 font-weight: bold;
49 font-size: x-large;
50 text-align: left;
51}
52
53div.sect1 div.titlepage h2.title {
54 font-weight: bold;
55 font-size: x-large;
56 text-align: left;
57}
58
59tt {
60 font-family: courier, monospace;
61}
62
63pre.screen {
64 color: black;
65 background-color: #dddddd;
66}
67
68pre.synopsis {
69 color: black;
70 background-color: #dddddd;
71}
72
73div.admonition {
74 border: medium solid;
75 width: 90%;
76 margin: .5em auto;
77}
78
79div.admonhead h3 {
80 display: inline;
81 margin-left: 1.5em;
82}
83
84div.admonbody {
85 margin: .5em;
86}
87
88.command {
89 font-family: courier, monospace;
90}
91
92.item {
93 width: 15em;
94 float: left;
95}
96
97.secitem {
98 font-weight: normal;
99 width: 12.5em;
100 float: left;
101}
Note: See TracBrowser for help on using the repository browser.