-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyle.css
98 lines (80 loc) · 1.05 KB
/
style.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
.material-icons
{
display: inline-block;
vertical-align: middle;
}
ul
{
list-style-type: none;
padding-left: 5px;
}
a
{
color: white !important;
}
body
{
background-color: rgb(64,64,64);
color: white;
}
h2
{
margin-top: 0px;
margin-bottom: 0px;
}
.well
{
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
#col1, #col5
{
background-color: rgb(156,39,176);
color: white;
}
#col2, #col6
{
background-color: rgb(233,30,99);
}
#col3, #col7
{
background-color: rgb(76,175,80);
}
#col4, #col8
{
background-color: rgb(0,188,212);
}
#col5, #col6, #col7, #col8
{
margin-top: 0px !important;
padding-top: 0px !important;
}
.page-footer
{
text-align: center;
color: white;
height: 10%;
padding: 1%;
}
#weathershow
{
background-color: dodgerblue;
display: none;
margin-left: 0px !important;
margin-right: 0px !important;
text-align: center;
}
#weathershow div
{
margin-bottom: 20px;
padding-bottom: 0px !important;
}
#weather-icon
{
margin-bottom: 0px !important;
padding-top: 10px;
}
#weather-icon i
{
font-size: 120px;
}