-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.css
122 lines (98 loc) · 1.66 KB
/
theme.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
120
121
122
* {
margin:0px;
padding:0px;
}
body {
background-color : #111;
min-width: 1050px;
}
#body {
align: center;
margin: 10px;
margin-top: 0px;
border-radius: 15px;
position: relative;
z-index:1;
background-color : white;
moz-box-shadow:inset 0 0 10px #000000;
-webkit-box-shadow:inset 0 0 10px #000000;
box-shadow:inset 0 0 10px #000000;
}
/* help */
#help {
display: block;
position: absolute;
width: 200px;
border-radius: 15px;
z-index: 10;
padding: 5px;
background: rgba(0, 0, 0, 0.3);
color: white;
box-shadow: 1px 1px 8px #FFFFFF;
}
#help a {
color: white;
text-decoration: none;
text-shadow:1px 1px 8px #FFFFFF;
}
#helpclose {
float:right;
}
/* load */
#popupLoad{
visibility: hidden;
width: 300px;
}
#mmList{
moz-box-shadow:inset 0 0 5px #333333;
-webkit-box-shadow:inset 0 0 5px #333333;
box-shadow:inset 0 0 5px #333333;
border-radius: 10px;
margin-left: auto;
margin-right: auto;
height:100px;
width:95%;
background: white;
overflow:scroll=yes;
overflow-X:hidden
}
/* join */
#popupJoinus{
visibility: hidden;
}
#joinusOk{
width: 100px;
}
.buttonContainer{
margin-top: 10px;
}
#popupJoinOK{
display: none;
}
#popupJoinFail{
display: none;
}
#popupJoinus{
display: block;
}
/* popup load confirm */
#popupLoadConfirm{
visibility: hidden;
}
#popupLoadConfirm .popupContent {
color: white;
}
/* popup save new confirm */
#popupSaveNewConfirm {
visibility: hidden;
}
#popupSaveNewConfirm .popupContent {
color: white;
}
/* popup ok */
#popupOk {
visibility: hidden;
}
#popupOk .popupContent {
color: white;
}