-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
rollup.build.css
132 lines (132 loc) · 3.64 KB
/
rollup.build.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
#plugin-windy-plugin-sounding {
line-height: 2;
}
#plugin-windy-plugin-sounding.plugin-mobile-bottom-small {
padding: 5px;
max-height: fit-content !important;
}
#plugin-windy-plugin-sounding.plugin-mobile-bottom-small p.desktop-only {
display: none;
}
#plugin-windy-plugin-sounding.plugin-mobile-bottom-small .plugin__content {
position: initial;
}
#plugin-windy-plugin-sounding .plugin__content #wsp-zoom {
position: absolute;
top: 5px;
left: 60px;
font-size: 25px;
user-select: none;
color: var(--color-red);
}
#plugin-windy-plugin-sounding .plugin__content select {
font-size: 1rem;
}
#plugin-windy-plugin-sounding .plugin__content .axis path,
#plugin-windy-plugin-sounding .plugin__content .axis line {
fill: none;
stroke: #000;
}
#plugin-windy-plugin-sounding .plugin__content .axis .light {
stroke-width: 0.3;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart svg {
touch-action: none;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart p.model {
margin-bottom: 1em;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .chart .border {
fill: none;
stroke: gray;
stroke-width: 1;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .cumulus {
stroke: #030104;
stroke-width: 2px;
fill: ivory;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .line {
pointer-events: none;
stroke-width: 3;
fill: none;
stroke-linejoin: round;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .line.dewpoint {
stroke: steelblue;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .line.temperature {
stroke: red;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .line.wind {
stroke: purple;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart line.boundary {
stroke-width: 1;
stroke-dasharray: 8;
stroke: gray;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .moist {
fill: none;
stroke: green;
stroke-width: 0.4;
stroke-dasharray: 4 6;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .dry {
fill: none;
stroke: green;
stroke-width: 0.4;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .isohume {
fill: none;
stroke: blue;
stroke-width: 0.4;
stroke-dasharray: 4 6;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .isotherm {
stroke: darkred;
stroke-width: 0.4;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .isotherm.zero {
stroke-width: 1;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .parcel {
stroke-width: 3;
fill: none;
stroke-linejoin: round;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .parcel.trajectory {
stroke: #599c00;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .parcel.isohume {
stroke-width: 1;
stroke: gray;
stroke-dasharray: 4;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart text.tick {
font-size: 12px;
font-family: sans-serif;
fill: black;
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart text.tick.temp {
fill: var(--color-text-primary);
}
#plugin-windy-plugin-sounding .plugin__content #bsounding-chart .surface {
fill: #8f6d4d;
}
#plugin-windy-plugin-sounding .plugin__content #fly-to {
padding: 0 1em 0 0.5em;
}
#plugin-windy-plugin-sounding .plugin__content #fly-to .location {
border: 1px solid #bbb;
border-radius: 12px;
line-height: 1em;
padding: 0.3em 0.6em;
user-select: none;
display: inline-block;
margin-right: 0.3em;
cursor: pointer;
}
#plugin-windy-plugin-sounding .plugin__content #fly-to .selected {
background-color: var(--color-orange);
}