-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
119 lines (117 loc) · 2.03 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
body {
text-align: center;
margin: 0px;
display: table;
position: absolute;
height: 100%;
width: 100%;
}
.bottom {
display: table-row;
vertical-align: bottom;
height: 20px;
}
h1, h2, h3, h4, p, a {
font-family: 'Roboto', sans-serif;
margin: 0px;
}
h2 {
font-size: 1.43em;
}
img {
max-width: 90%;
}
.status {
font-style: italic;
font-size: 1.25em;
font-weight: bold;
text-transform: capitalize;
}
.status-Full {
background-color: #FF6666;
}
.status-Open {
background-color: #99FF99;
}
.status-Unknown {
background-color: #FFFF99;
}
#logo {
margin-left: auto;
margin-right: auto;
margin-top: 10px;
max-width: 200px;
}
.alert {
font-style: italic;
font-weight: bold;
color: #CC0000;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
}
.last-checked {
font-style: italic;
margin-top: 5px;
}
.list-element {
width: 100%;
border-bottom: 2px solid #000;
}
.list-label {
font-size: 3em;
}
.list-left {
display: inline-block;
width: 15%;
vertical-align: middle;
}
.list-right {
display: inline-block;
width: 80%;
vertical-align: middle;
border-left: 2px solid #000;
min-height: 4em;
padding-top: .5em;
}
.button {
background-color: #7F54A3;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
padding-left: 0;
padding-right: 0;
width: 100%;
}
#icon {
display: inline-block;
width: 50px;
vertical-align: top;
padding-top: 12px;
}
.title {
display: inline-block;
padding: 10px;
}
.ad {
width:320px;
margin-left:auto;
margin-right:auto;
padding-top: 10px;
padding-bottom: 10px;
}
.loading {background-color: grey; width: 100%;}
.progress {height: 30px; margin: 10px;}
.progress-bar {line-height: 30px; font-size: 15px;}
.background-warning {
background-color: #ffddbb;
}
.background-danger {
background-color: #ffd0cf;
}