1/*
2    Style sheet for weather plugin
3*/
4
5body {
6  height: 50px;
7  background-image:url('qrc:/marble/satellites/marble_deco.png');
8  background-repeat:no-repeat;
9  background-position:0px 0px;
10}
11
12h1 {
13  color:#2c72c7;
14  font:bold 20px "Linux Biolinum O", Verdana, Arial, Helvetica, sans-serif;
15  margin-top: 70px;
16}
17
18h2 {
19  color:#888a85;
20}
21
22h3 {
23  color:#6193cf;
24}
25
26
27tr.blue td {
28  border-top: 1px solid #00316e;
29  border-bottom: 1px solid #00316e;
30  background: #00438a;
31  color:white;
32}
33
34td {
35  border-bottom: 1px solid #CCC;
36  padding: 0 0.5em;
37}
38
39td+td {
40  border-left: 1px solid #CCC;
41  text-align: center;
42}
43
44
45hr {
46  margin-left:0px;
47  width: 220px;
48  margin-top:25px
49}
50
51a {
52  color: #2c72c7
53}
54