-
Notifications
You must be signed in to change notification settings - Fork 11
/
MMM-NOAA.css
93 lines (93 loc) · 1.94 KB
/
MMM-NOAA.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
.MMM-NOAA {
width: 200px;
}
.MMM-NOAA .table td{
text-align:center;
table-layout:fixed;
}
.MMM-NOAA tr {
height: 29px;
text-align:center;
table-layout:fixed;
}
.MMM-NOAA th {
line-height: 20%;
padding-top: 9px;
}
.MMM-NOAA .blink_tr {
animation: blinker 2s linear infinite;
}
@keyframes blinker {
60% { opacity: 0; }
}
.MMM-NOAA .wheading {
background-color: #b97e11;
text-align:center;
color: rgba(0,0,0,0.6);
text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
padding: 2px;
font-size: 13px;
line-height: 110%;
border-radius: 7px;
}
.MMM-NOAA .img {
width: 70px;
height: 70px;
align-content: center;
}
.MMM-NOAA .Forecasttable {
float: left;
clear: left;
display: inline;
margin-left: auto;
margin-right:auto;
text-align: center;
}
.MMM-NOAA .forehead {
background-color: #868c88;
text-align:center;
color: rgba(0,0,0,0.6);
text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
padding: 2px;
font-size: 13px;
line-height: 110%;
border-radius: 7px;
}
.MMM-NOAA .rheading {
background-color: #868c88;
text-align:center;
color: rgba(0,0,0,0.6);
text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
padding: 2px;
font-size: 13px;
line-height: 110%;
border-radius: 7px;
}
.MMM-NOAA .font {
font-size: 23px;
}
.MMM-NOAA .fontac {
color:#e4ab5f
}
.MMM-NOAA .fontss{
color: #e0e29a;
}
.MMM-NOAA .fontauw{
color:#51c7ca
}
.MMM-NOAA .fontfor {
color: #000;
}
.MMM-NOAA .IMG {
width: 25px;
height: 24px;
}
.MMM-NOAA .xxsmall {
font-size: 12px;
color:#a4c6c5;
margin: 10px;
}
.MMM-NOAA .tempf {
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
}