forked from mockturtl/cinnamon-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stylesheet.css
63 lines (50 loc) · 1.01 KB
/
stylesheet.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
/* taken from gnome-shell.css, .dash-search-button */
.weather-current-location-link:selected,
.weather-current-location-link:hover {
background-gradient-direction: vertical;
background-gradient-start: rgba(255, 255, 255, 0.4);
background-gradient-end: rgba(255, 255, 255, 0.2);
}
.weather-current-summarybox {
padding-top: 15px;
}
.weather-current-summary {
font-size: 35px;
}
.weather-current-databox {
padding-top: 15px;
padding-left: 30px;
}
.weather-current-icon {
padding: 0 30px;
}
.weather-current-iconbox {
padding: 10px;
}
.weather-icon {
padding-right: 5px;
}
.weather-icon-rtl {
padding-left: 5px;
}
.weather-current-databox-captions {
text-align: right;
padding-right: 5px;
color: #999999;
}
.weather-current-astronomy {
color: #AAAAAA;
}
.weather-forecast-icon {
padding: 0 15px 0 30px;
}
.weather-forecast-databox {
padding: 0 30px 0 0;
}
.weather-forecast-day {
color: #999999;
font-size: 90%;
}
.weather-config {
padding-right: 10px;
}