source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/epub3/docbook-epub.css.xml@ 58675ce

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 12.2 12.2-rc1 7.5 7.6 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 58675ce was 15c7d39, checked in by Matthew Burgess <matthew@…>, 11 years ago

Update stylesheets to docbook-xsl-1.78.1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 2.0 KB
Line 
1<?xml version="1.0"?>
2<style>
3
4/********************************/
5/* start of styles in block.xsl */
6
7.formalpara-title {
8 font-weight: bold;
9}
10
11div.blockquote-title {
12 font-weight: bold;
13 margin-top: 1em;
14 margin-bottom: 1em;
15}
16
17span.msgmain-title {
18 font-weight: bold;
19}
20
21span.msgsub-title {
22 font-weight: bold;
23}
24
25span.msgrel-title {
26 font-weight: bold;
27}
28
29div.msglevel, div.msgorig, div.msgaud {
30 margin-top: 1em;
31 margin-bottom: 1em;
32}
33
34span.msglevel-title, span.msgorig-title, span.msgaud-title {
35 font-weight: bold;
36}
37
38div.msgexplan {
39 margin-top: 1em;
40 margin-bottom: 1em;
41}
42
43span.msgexplan-title {
44 font-weight: bold;
45}
46
47div.sidebar {
48 border: 0.5pt solid black;
49 margin-top: 1em;
50 margin-bottom: 1em;
51 padding: 8px;
52}
53
54/* end of styles in block.xsl */
55/********************************/
56
57/********************************/
58/* start of styles in autotoc.xsl */
59
60/* top level entries */
61nav&gt;ol&gt;li&gt;a {
62 margin-top: 1em;
63 margin-bottom: 1em;
64}
65
66
67/* end of styles in autotoc.xsl */
68/********************************/
69
70/********************************/
71/* start of styles in formal.xsl */
72
73div.figure-title {
74 font-weight: bold;
75}
76
77div.example-title {
78 font-weight: bold;
79}
80
81div.equation-title {
82 font-weight: bold;
83}
84
85div.table-title {
86 font-weight: bold;
87}
88
89div.sidebar-title {
90 font-weight: bold;
91}
92
93
94/* end of styles in formal.xsl */
95/********************************/
96
97/********************************/
98/* start of styles in verbatim.xsl */
99
100div.programlisting {
101 white-space: pre-wrap;
102 font-family: monospace;
103}
104
105div.screen {
106 white-space: pre-wrap;
107 font-family: monospace;
108}
109
110div.synopsis {
111 white-space: pre-wrap;
112 font-family: monospace;
113}
114
115/* end of styles in verbatim.xsl */
116/********************************/
117
118/********************************/
119/* NAVIGATION */
120
121nav ol {
122list-style-type: none;
123margin: 0 0 0 2em;
124padding: 0 0 0 0;
125}
126
127nav ol li {
128margin: 0 0 0 0;
129padding: 0 0 0 0;
130}
131
132nav ol li a {
133text-decoration: none;
134color: black;
135font-family: sans-serif;
136}
137
138#guide {
139display: none;
140}
141
142</style>
Note: See TracBrowser for help on using the repository browser.