source: stylesheets/blfs.css@ 0459c559

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

update to joe-3.0, fixed formating within screens

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2186 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
56div.navheader ul li, div.navfooter ul li {
57 display: inline;
58 padding: 4em;
59}
60
61li.preface {
62 margin-left: 2.5em;
63}
64
65div.book div.titlepage h1.title {
66 font-weight: bold;
67 font-size: xx-large;
68 text-align: center;
69}
70
71div.book div.titlepage h2.subtitle {
72 font-weight: bold;
73 font-size: x-large;
74 text-align: center;
75}
76
77div.book div.titlepage h3.author {
78 font-size: large;
79}
80
81div.book div.dedication div.titlepage h2.title {
82 font-weight: normal;
83 font-size: x-large;
84}
85
86div.chapter div.titlepage h2.title {
87 font-weight: bold;
88 font-size: x-large;
89 text-align: left;
90}
91
92div.sect1 div.titlepage h2.title {
93 font-weight: bold;
94 font-size: x-large;
95 text-align: left;
96}
97
98tt {
99 font-family: courier, monospace;
100}
101
102pre.screen {
103 color: black;
104 background-color: #dddddd;
105 font-family: Courier, monospace;
106 font-size: 13px; */
107}
108
109pre.screen {
110 padding-left: 1.5em;
111 line-height: 110%;
112}
113
114pre.synopsis {
115 color: black;
116 background-color: #dddddd;
117}
118
119div.admonition {
120 border: medium solid;
121 width: 90%;
122 margin: .5em auto;
123}
124
125div.admonhead h3 {
126 display: inline;
127 margin-left: 1.5em;
128}
129
130div.admonbody {
131 margin: .5em;
132}
133
134b.command {
135 font-family: courier, monospace;
136}
137
138.item {
139 width: 15em;
140 float: left;
141}
142
143.secitem {
144 font-weight: normal;
145 width: 12.5em;
146 float: left;
147}
Note: See TracBrowser for help on using the repository browser.