-
Notifications
You must be signed in to change notification settings - Fork 56
/
base.css
64 lines (61 loc) · 873 Bytes
/
base.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
body {
margin: 0;
}
div {
overflow: hidden;
position: absolute;
font: 20px sans-serif;
margin: 0;
padding: 0;
color: #ff0000;
}
.txtlg {
font-size: 22px;
font-weight: bold;
}
img {
border: 0;
margin: 0;
padding: 0;
}
div.txtdiv {
line-height: 26px;
color: #ffffff;
}
div.imgdiv {
background-repeat: no-repeat;
}
ul.menu {
padding: 0;
margin: 0;
position: absolute;
width: 400px;
}
.menu li {
display: none;
overflow: hidden;
width: 400px;
height: 34px;
text-align: left;
padding-left: 11px;
padding-top: 5px;
font: 20px sans-serif;
color: #ffffff;
background-color: #3073b8;
}
.menu .lisel {
color: #002048;
background-color: #89c3ff;
}
div.statok {
color: #50ff30;
}
div.statfail {
color: #ff5030;
}
div.statwarn {
color: #ffe550;
}
div.statok, div.statfail, div.statwarn {
word-wrap: break-word;
}