-
Notifications
You must be signed in to change notification settings - Fork 1
/
weather-print-php.css
212 lines (179 loc) · 3.53 KB
/
weather-print-php.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
/**********************************
* TITLE: Gila Print Stylesheet *
* URI : gila/gila-print.css *
* MODIF: 2003-Apr-30 19:09 +0800 *
**********************************/
/* ##### Common Styles ##### */
body {
color: black;
background-color: white;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
margin: 0;
padding: 0;
}
acronym, .titleTip {
font-style: italic;
border-bottom: none;
}
acronym:after, .titleTip:after { /* Prints titles after the acronyms/titletips. Doesn't work in MSIE */
content: "(" attr(title) ")";
font-size: 90%;
font-style: normal;
padding-left: 1ex;
}
.doNotPrint {
display: none !important;
}
/* ##### Header ##### */
#header {
margin: 0;
padding: 0;
border-bottom: 1px solid black;
}
.headerTitle {
font-size: 200%;
margin: 0;
padding: 0 0 0.5ex 0;
}
.headerTitle a {
color: black;
background-color: transparent;
font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
font-weight: normal;
text-decoration: none;
}
.subHeader {
display: none;
}
/* ##### Side Bars ##### */
#side-bar {
display: none;
}
/* ##### Main Copy ##### */
#main-copy {
text-align: justify;
margin: 0;
padding: 0;
}
#main-copy h1 {
font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
font-size: 120%;
margin: 2ex 0 1ex 0;
padding: 0;
}
#main-copy a {
color: black;
background-color: transparent;
text-decoration: none;
}
#main-copy a:after { /* Prints the links' URIs after the links' texts. Doesn't work in MSIE */
content: "<" attr(href) ">";
font-size: 90%;
padding-left: 1ex;
}
p {
margin: 0 0 2ex 0;
padding: 0;
}
dl {
margin: 0;
padding: 0;
}
dt {
font-weight: bold;
margin: 0;
padding: 0 0 1ex 0;
}
dd {
margin: 0 0 2ex 1.5em;
padding: 0;
}
.watchBox {
color: black;
font-size: 12pt;
text-align: center;
background-color: #FF9900;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}
.advisoryBox {
color: black;
font-size: 12pt;
text-align: center;
background-color: #FFCC00;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(34,70,79);
}
.warningBox {
color: white;
font-size: 13pt;
text-align: center;
background-color: #CC0000;
margin: 0 0 0 0;
padding: .5em 0em .5em 0em;
border: 1px dashed rgb(255,255,255);
}
/* ##### ajaxSidebar ##### */
.ajaxSidebar {
background-color:#FFFFFF;
border: none;
}
.ajaxSidebar h2 {
font-size: 12pt;
color: #FFFFFF;
background-color: #CC6600;
text-align: center;
margin-right: 6px;
}
.ajaxSidebar .meas {
font : x-small Arial, Helvetica, sans-serif;
color : #000000;
text-align : right;
background-color: #FFFFFF;
width: 35%;
}
.ajaxSidebar .data {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color : #0000FF;
text-align : left;
background-color: #FFFFFF;
}
.ajaxSidebar td {
border: none;
background-color: #FFFFFF;
}
.ajaxDashboard .datahead {
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
font-weight: bold;
color: #FFFFFF;
background-color: #CC6600;
text-align: center;
}
.ajaxDashboard .data1 {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
border-bottom: 1px solid #CCCCCC;
background-color: #FFFFFF;
text-align: left;
}
.ajaxDashboard td {
border: none;
background-color: #FFFFFF;
}
/* ##### Footer ##### */
#footer {
margin: 2em 0 0 0;
padding: 1ex 0 0 0;
border-top: 1px solid black;
}
#footer a {
color: black;
background-color: transparent;
text-decoration: none;
}