-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (77 loc) · 1.33 KB
/
style.css
File metadata and controls
80 lines (77 loc) · 1.33 KB
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
.mumble_server {
text-align: left;
}
.mumble_line {
margin: 0px;
padding: 0px;
border: none;
white-space: nowrap;
font-family: Tahoma, Helvetica;
font-size: 12px;
line-height: 16px;
vertical-align: top;
}
.mumble_line img {
vertical-align: top;
}
mumble_server * img {
border-style: none;
}
mumble_server * a {
white-space: nowrap;
font-family: Tahoma, Helvetica;
font-size: 12px;
text-decoration: underline;
}
.mumstatus{
width: 200px;
overflow: hidden;
position: relative;
}
.mumstatus, .mumstatus *{
font-family: Verdana;
font-size: 10px;
vertical-align: middle;
margin: 0;
padding: 0;
white-space:nowrap;
}
.mumstatuserror{
font-family: Verdana;
font-size: 10px;
color: red;
}
.mumstatus .mumstatusNickname{
border-bottom: 1px solid #aaa;
padding-bottom: 2px;
margin-bottom: 2px;
}
.mumstatus .mumstatusServerName{
}
.mumstatus input{
width: 135px;
height: 18px;
}
.mumstatus .mumstatusItem{
margin-left: 15px;
clear: both;
}
.mumstatus .mumstatusLabel{
float: left;
}
.mumstatus .mumstatusFlags{
position: absolute;
right: 0;
clear: right;
}
.mumstatus a{
text-decoration: none;
color: #333;
}
.mumstatus a:hover{
text-decoration: none;
}
.mumstatus img{
margin-right: 2px;
border: 0;
}