import torrus 1.0.9
[freeside.git] / torrus / sup / webplain / torrus-printer.css
1 /*
2    Torrus Renderer stylesheet.
3    Designed by Stanislav Sinyagin
4
5    $Id: torrus-printer.css,v 1.1 2010-12-27 00:04:04 ivan Exp $
6    */
7 BODY {
8   background-color : white;
9   color : black;
10   font-family : verdana, arial, helvetica, sans-serif;
11   font-size : 10pt;
12   margin : 0;
13   padding-bottom : 0;
14   padding-left : 0;
15   padding-right : 0;
16   padding-top : 0;
17   voice-family : inherit, male;
18 }
19
20 H1, H2, H3 {
21   background-color : transparent;
22   color : black;
23 }
24
25
26 H1 {
27   font-size : 18pt;
28   font-weight : 900;
29   line-height : 20pt;
30 }
31
32 H2 {
33   font-size : 16pt;
34   font-weight : 700;
35   line-height : 18pt;
36 }
37
38 H3 {
39   font-size : 14pt;
40   line-height : 16pt;
41 }
42
43 P {
44   background-color : transparent;
45   color : black;
46   line-height : 18pt;
47   text-decoration : none;
48   padding-bottom : 0;
49   padding-left : 0;
50   padding-right : 0;
51   padding-top : 0;
52 }
53
54 A, A:link, A:visited {
55   background-color : transparent;
56   color : black;
57   text-decoration : none;
58 }
59
60 *.Header {
61   background-color : transparent;
62   border-bottom : 0.5pt solid black;
63   border-left : 0 solid black;
64   border-right : 0 solid black;
65   border-top : 0.5pt solid black;
66   color : black;
67   font-size : 9pt;
68   font-weight : 700;
69   margin : 5pt 0 10pt;
70   padding-bottom : 0;
71   padding-left : 10pt;
72   padding-right : 0;
73   padding-top : 10pt;
74 }
75
76 DIV.LoginInfo {
77   position : absolute;
78   right : 0;
79   top : 8px;
80   font-size : 9px;
81   text-align : right;
82 }
83
84 DIV.LoginInfo SPAN.UserName {
85   display : block;
86 }
87
88 DIV.LoginInfo SPAN.Logout {
89   display : none;
90 }
91
92 DIV.CurrentTime {
93   float: right;
94   font-size : 9px;
95   text-align: right;
96 }
97
98 *.Content, *.SingleColumnContent  {
99   margin-bottom : 0;
100   margin-left : 5pt;
101   margin-right : 5pt;
102   margin-top : 0;
103   padding-bottom : 10pt;
104   padding-left : 10pt;
105   padding-right : 10pt;
106   padding-top : 10pt;
107 }
108
109 DIV.CurrentPath {
110   background-color : transparent;
111 }
112
113 *.PathURLs {
114   font-size : 9px;
115 }
116
117 DIV.CurrentTree {
118   background-color : transparent;
119 }
120
121 DIV.Legend {
122   background-color : transparent;
123   color : black;
124   font-size : 8pt;
125   margin-bottom : 10pt;
126   margin-top : 10pt;
127 }
128
129 DIV.LegendRow {
130   clear : both;
131   height : 9pt;
132   width : 100%;
133   margin-bottom : 3pt;
134 }
135
136 *.LegendRow *.LegendName {
137   font-weight : bold;
138   padding-right : 5pt;
139   text-align : left;
140 }
141
142 *.LegendRow *.LegendValue {
143   text-align : left;
144 }
145
146 P.Variables SPAN.VariableName {
147   font-weight : bold;
148 }
149
150 DIV.Monitors {
151   clear : both;
152   float : none;
153   font-size : 8pt;
154   margin-bottom : 10pt;
155   position : relative;
156   width : 90%;
157 }
158
159 SPAN.MonitorName {
160   padding-left: 20pt;
161   padding-right: 20pt;
162 }
163
164
165 DIV.Listing {
166   margin-bottom : 10pt;
167   margin-left : 20pt;
168   margin-right : 20pt;
169 }
170
171 *.ListRow, *.ListRowEven  {
172   border-bottom : 0.5pt solid gray;
173   clear : both;
174   font-size : 8pt;
175   line-height : 12pt;
176   padding-top : 3pt;
177   width : 100%;
178 }
179
180 *.Listing *.NodeName {
181   display : block;
182   font-weight : bold;
183   padding-right : 5pt;
184   padding-left : 5pt;
185   text-align : left;
186 }
187
188 *.Listing *.NodeDescr {
189   display : block;
190   padding-left : 30pt;
191   padding-right : 5pt;
192   text-align : left;
193 }
194
195 DIV.Graph, DIV.ShortGraph  {
196   border-bottom : 0.5pt solid gray;
197   margin-bottom : 10pt;
198   margin-left : 20pt;
199   margin-right : 20pt;
200   margin-top : 15pt;
201   page-break-inside : avoid;
202 }
203
204
205 DIV.ShortGraph *.NodeName {
206   font-weight : bold;
207   width : 100%;
208 }
209
210 DIV.ShortGraph *.NodeDescr {
211   margin-bottom : 5pt;
212   width : 100%;
213 }
214
215 *.GraphImage {
216   text-align: center;
217 }
218
219 *.GraphImage IMG {
220   border-width : 0;
221   border-color : transparent;
222   float : none;
223 }
224
225
226 /* In tokenset display, short graphs are placed in two
227    columns on the screen, but one column on printer */
228
229 DIV.ShortLeft, DIV.ShortRight {
230   width : 100%;
231 }
232
233
234
235 *.BottomShortcuts {
236   display : none;
237 }
238
239
240 *.TopMenu, *.BottomMenu {
241   display : none;
242 }
243
244
245 *.Footer {
246   background-color : transparent;
247   border-bottom : 0 solid black;
248   border-left : 0 solid black;
249   border-right : 0 solid black;
250   border-top : 0.75pt solid black;
251   color : black;
252   font-size : 6pt;
253   margin : 0 0 10pt;
254   padding-bottom : 0;
255   padding-left : 0;
256   padding-right : 0;
257   padding-top : 0;
258   text-align : right;
259   width : 100%;
260 }
261
262 *.SiteInfo, *.TreeInfo {
263   padding-left : 5em;
264 }