]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/cups-printable.css
What the heck, make it the full 1.3.3 release code - we've already got all of
[thirdparty/cups.git] / doc / cups-printable.css
1 BODY {
2 font-family: sans-serif;
3 }
4
5 H1, H2, H3, H4, H5, H6, P, TD, TH {
6 font-family: sans-serif;
7 }
8
9 KBD {
10 font-family: monospace;
11 font-weight: bold;
12 }
13
14 PRE {
15 font-family: monospace;
16 }
17
18 PRE.command {
19 margin-left: 36pt;
20 }
21
22 P.command {
23 font-family: monospace;
24 margin-left: 36pt;
25 }
26
27 P.formula {
28 font-style: italic;
29 margin-left: 36pt;
30 }
31
32 BLOCKQUOTE {
33 background: #cccccc;
34 border: solid thin #999999;
35 padding: 10pt;
36 }
37
38 A:link, A:visited {
39 text-decoration: none;
40 font-weight: bold;
41 }
42
43 A:link:hover, A:visited:hover, A:active {
44 text-decoration: underline;
45 font-weight: bold;
46 }
47
48 SUB, SUP {
49 font-size: 50%;
50 }
51
52 DIV.table TABLE {
53 border: solid thin #999999;
54 border-spacing: 0;
55 margin-left: auto;
56 margin-right: auto;
57 }
58
59 DIV.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
68 DIV.table TABLE TD {
69 border: solid thin #cccccc;
70 padding-top: 5pt;
71 }
72
73 DIV.table TABLE TH {
74 background: #cccccc;
75 border: none;
76 border-bottom: solid thin #999999;
77 }
78
79 DIV.figure TABLE {
80 margin-left: auto;
81 margin-right: auto;
82 }
83
84 DIV.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
93 TH.label {
94 padding-top: 5pt;
95 text-align: right;
96 vertical-align: top;
97 }
98
99 HR {
100 border: solid thin;
101 }
102
103 SPAN.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
113 H2 SPAN.info, H3 SPAN.info, H4 SPAN.info {
114 float: right;
115 font-size: 100%;
116 }
117
118 H2.title, H3.title {
119 border-bottom: solid 2pt #000000;
120 }
121
122 DT {
123 margin-left: 36pt;
124 margin-top: 12pt;
125 }
126
127 DD {
128 margin-left: 54pt;
129 }
130
131 DL.category DT {
132 font-weight: bold;
133 }
134
135 P.summary {
136 margin-left: 36pt;
137 font-family: monospace;
138 }
139
140 SPAN.message {
141 font-style: italic;
142 font-size: smaller;
143 }