source: stylesheets/blfs.css@ ae8a3e4

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 ae8a3e4 was ae8a3e4, checked in by Larry Lawrence <larry@…>, 20 years ago

updated stylesheets to match LFS

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

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