forked from leowinterde/TS3ServerStatusViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ts3ssv.css
72 lines (58 loc) · 897 Bytes
/
ts3ssv.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
/* https://github.com/LeoWinterDE/TS3ServerStatusViewer */
.ts3ssv, .ts3ssverror{
background-color: #ffffff;
width: 300px;
}
.ts3ssv, .ts3ssv *, .ts3ssverror{
color: #00000;
font-family: Verdana;
font-size: 10px;
}
.ts3ssv label{
border-bottom: 1px solid #aaaaaa;
}
.ts3ssvItem a{
color: #000000;
}
.ts3ssvItem a:hover{
background-color: #f6f6f6;
color: #000099;
}
.ts3ssverror{
color: #ff0000;
}
.ts3ssv, .ts3ssv *{
vertical-align: middle;
margin: 0;
padding: 0;
}
.ts3ssv{
position: relative;
overflow: hidden;
}
.ts3ssv label{
display: block;
padding: 2px 0;
}
.ts3ssvItem{
margin-left: 16px;
position: relative;
white-space:nowrap;
}
.ts3ssvItem a{
display: block;
text-decoration: none;
}
.ts3ssvItem img{
border: 0;
vertical-align: middle;
margin-right: 2px;
}
.ts3ssvFlags{
position: absolute;
right: 0;
top: 0;
}
.ts3ssvServer{
margin-left: 0;
}