]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/cups-printable.css
Load cups into easysw/current.
[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
79TH.label {
80 padding-top: 5pt;
81 text-align: right;
82 vertical-align: top;
83}
84
85HR {
86 border: solid thin;
87}
88
89SPAN.info {
90 background: #000000;
91 border: thin solid #000000;
92 color: #ffffff;
93 font-size: 80%;
94 font-style: italic;
95 font-weight: bold;
96 white-space: nowrap;
97}
98
99H3 SPAN.info {
100 float: right;
101 font-size: 100%;
102}
103
104H2.title, H3.title {
105 border-bottom: solid 2pt #000000;
106 page-break-before: always;
107}
108
109DT {
110 margin-left: 36pt;
111 margin-top: 12pt;
112}
113
114DD {
115 margin-left: 54pt;
116}
117
757d2cad 118DL.category DT {
119 font-weight: bold;
120}
121
4744bd90 122P.summary {
123 margin-left: 54pt;
124 font-family: monospace;
125}
126
127SPAN.message {
128 font-style: italic;
129 font-size: smaller;
130}