source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/docsrc/reference.css@ dd2d8eb

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 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/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since dd2d8eb 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: 1.5 KB
Line 
1/* reference.css, a stylesheet for reference documentation
2 * generated by the DocBook XSL Stylesheets */
3/* $Id: reference.css 8234 2009-02-09 12:10:48Z xmldoc $ */
4
5div.legalnotice {
6 font-size: 80%;
7}
8
9div.note, div.tip, div.warning {
10 margin-left: 5%;
11 margin-right: 10%;
12 padding: 5px;
13}
14
15div.note, div.tip {
16 border-left: solid #d5dee3 20px;
17 border-right: solid #d5dee3 20px;
18}
19
20div.note, div.tip {
21 border-left: solid palegreen 20px;
22 border-right: solid palegreen 20px;
23}
24
25div.warning {
26 border-left: solid yellow 20px;
27 border-right: solid yellow 20px;
28}
29
30div.note p, div.tip p, div.warning p {
31 margin-top: 0px;
32 margin-bottom: 4px;
33}
34
35div.note h3, div.tip h3, div.warning h3 {
36 margin-top: 0;
37}
38
39div.informalexample {
40 background-color: #d5dee3;
41 border-top-width: 2px;
42 border-top-style: double;
43 border-top-color: #d3d3d3;
44 border-bottom-width: 2px;
45 border-bottom-style: double;
46 border-bottom-color: #d3d3d3;
47 padding: 4px;
48 margin: 0em;
49 margin-left: 2em;
50}
51
52pre.programlisting, pre.synopsis {
53 whitespace: pre;
54 font-family: monospace;
55 background-color: #d5dee3;
56 border-top-width: 1px;
57 border-top-style: single;
58 border-top-color: #d3d3d3;
59 border-bottom-width: 1px;
60 border-bottom-style: single;
61 border-bottom-color: #d3d3d3;
62 padding: 4px;
63 margin: 0em;
64 margin-top: 6px;
65 margin-bottom: 6px;
66}
67
68div.informalexample pre {
69 whitespace: pre;
70 font-family: monospace;
71 border-top-width: 0px;
72 border-bottom-width: 0px;
73 padding: 0px;
74}
75
76/* Parameter and PI titles */
77 div.refnamediv h2 {
78 font-size: 2em;
79}
Note: See TracBrowser for help on using the repository browser.