]> git.ipfire.org Git - thirdparty/cups.git/blob - doc/cups-printable.css
Load cups into easysw/current.
[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 TH.label {
80 padding-top: 5pt;
81 text-align: right;
82 vertical-align: top;
83 }
84
85 HR {
86 border: solid thin;
87 }
88
89 SPAN.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
99 H3 SPAN.info {
100 float: right;
101 font-size: 100%;
102 }
103
104 H2.title, H3.title {
105 border-bottom: solid 2pt #000000;
106 page-break-before: always;
107 }
108
109 DT {
110 margin-left: 36pt;
111 margin-top: 12pt;
112 }
113
114 DD {
115 margin-left: 54pt;
116 }
117
118 P.summary {
119 margin-left: 54pt;
120 font-family: monospace;
121 }
122
123 SPAN.message {
124 font-style: italic;
125 font-size: smaller;
126 }