]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/cups-printable.css
Merge changes from CUPS 1.3.1.
[thirdparty/cups.git] / doc / cups-printable.css
CommitLineData
4744bd90 1BODY {
2 font-family: sans-serif;
3}
4
5H1, H2, H3, H4, H5, H6, P, TD, TH {
6 font-family: sans-serif;
7}
8
9KBD {
10 font-family: monospace;
11 font-weight: bold;
12}
13
14PRE {
15 font-family: monospace;
16}
17
18PRE.command {
19 margin-left: 36pt;
20}
21
22P.command {
23 font-family: monospace;
24 margin-left: 36pt;
25}
26
27P.formula {
28 font-style: italic;
29 margin-left: 36pt;
30}
31
32BLOCKQUOTE {
33 background: #cccccc;
34 border: solid thin #999999;
35 padding: 10pt;
36}
37
38A:link, A:visited {
39 text-decoration: none;
40 font-weight: bold;
41}
42
43A:link:hover, A:visited:hover, A:active {
44 text-decoration: underline;
45 font-weight: bold;
46}
47
48SUB, SUP {
49 font-size: 50%;
50}
51
52DIV.table TABLE {
53 border: solid thin #999999;
54 border-spacing: 0;
55 margin-left: auto;
56 margin-right: auto;
57}
58
59DIV.table CAPTION {
60 caption-side: top;
61 font-size: 120%;
62 font-style: italic;
63 font-weight: bold;
64 margin-left: auto;
65 margin-right: auto;
66}
67
68DIV.table TABLE TD {
69 border: solid thin #cccccc;
70 padding-top: 5pt;
71}
72
73DIV.table TABLE TH {
74 background: #cccccc;
75 border: none;
76 border-bottom: solid thin #999999;
77}
78
e1d6a774 79DIV.figure TABLE {
80 margin-left: auto;
81 margin-right: auto;
82}
83
84DIV.figure CAPTION {
85 caption-side: bottom;
86 font-size: 120%;
87 font-style: italic;
88 font-weight: bold;
89 margin-left: auto;
90 margin-right: auto;
91}
92
4744bd90 93TH.label {
94 padding-top: 5pt;
95 text-align: right;
96 vertical-align: top;
97}
98
99HR {
100 border: solid thin;
101}
102
103SPAN.info {
104 background: #000000;
105 border: thin solid #000000;
106 color: #ffffff;
107 font-size: 80%;
108 font-style: italic;
109 font-weight: bold;
110 white-space: nowrap;
111}
112
db1f069b 113H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
4744bd90 114 float: right;
115 font-size: 100%;
116}
117
118H2.title, H3.title {
119 border-bottom: solid 2pt #000000;
4744bd90 120}
121
122DT {
123 margin-left: 36pt;
124 margin-top: 12pt;
125}
126
127DD {
128 margin-left: 54pt;
129}
130
757d2cad 131DL.category DT {
132 font-weight: bold;
133}
134
4744bd90 135P.summary {
db1f069b 136 margin-left: 36pt;
4744bd90 137 font-family: monospace;
138}
139
140SPAN.message {
141 font-style: italic;
142 font-size: smaller;
143}