default.css
6.72 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
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
.js_link{text-decoration:underline;color: #3B5998;cursor:pointer;border-bottom:1px dashed;text-decoration:none}
.js_link:hover{color:red;text-decoration:none}
.message, .ajax_msg {
padding:10px;
margin:0px;
font-weight:bold;
text-decoration:underline;
color:white;
position:fixed;
right:0px;
top:0px;
overflow:auto;
display:none;
z-index:110;
font-size:16px;
}
#message{
padding:10px;
margin:0px;
font-weight:bold;
text-decoration:underline;
position:fixed;
right:0px;
top:0px;
overflow:auto;
display:none;
z-index:110;
max-width:500px;
font-size:16px;
}
.ajax_red_msg{
background-color:red;
color:#FFFFFF;
display:block !important;
}
#ajax_green_msg{
background-color:green;
display:block !important;
}
.ajax_system_msg {
background-color:red;
color:#FFFFFF;
display:block !important
}
.ajax_hidden_msg {
display:none !important;
}
.snippet{
position:absolute;
z-index:101;
width:32px;
height:32px;
display:none;
font-size:16;
font-weight:600;
background-image: url(../img/edit.png);
cursor:pointer;
}
.background{
position:fixed !important;
position: absolute;
bottom: 0;
top:0px;
left:0px;
width:100%;
background-color:#000000;
height: 100%;
min-height: 100%;
opacity:0.5;
filter:alpha(opacity=50);
margin:0px;padding:0px;
z-index:100;
}
.msg{
position:fixed !important;
position: absolute;
width:auto;
border:#3A5774 solid 1px;
background-color:#ADAB93;
padding:10px;
overflow:auto;
z-index:101;
}
.msg h2{
background-color:#ECEBDA;
font-weight:bold;
padding:10px;
font-size:12px;
color:#000000;
}
.msg_content{
background-color:#F7F6EE;
padding:5px;
overflow:auto;
}
.cursor{
position: absolute;cursor:pointer;border:0px;right:15px;">
}
.window{z-index:20;position:fixed !important;position: absolute; border:#3A5774 1px solid;padding:10px;background-color:#ADAB93;}
.window .title{height:26px;overflow:hidden;background-color:#ECEBDA;font-weight:bold;}
.window .title h3{background-color:#ECEBDA;padding:5px;}
.window .title div{position:relative;float:right;right:8px;top:-20px;background: url(/source/tmpl/default/img/close.gif) no-repeat;width:15px;height:15px;background-color:#ECEBDA; }
.window .content{background-color:#F7F6EE;padding:5px;overflow:hidden}
.data{border: #CCCCCC 1px solid;border-collapse:collapse;font-size:15px;text-align:left;}
.data td{border-left: #CCCCCC 1px solid;border-bottom: #CCCCCC 1px solid;padding:4px;}
.data tr.header{background-color:#F8A720;text-align:center;font-weight:bold}
.data tr.header td{font-size:14px;padding:5px;padding-left:5px;color:white;}
.data tr.header .asc{margin-right:3px;width:14px;height:14px;background: url(/source/tmpl/default/img/sort_subtable_desc.png);cursor:pointer;}
.data tr.header .desc{margin-right:3px;width:14px;height:14px;background: url(/source/tmpl/default/img/sort_subtable_asc.png);cursor:pointer;}
.data tr.body2{background-color:#FFFFFF ;}
.data tr.body1{background-color:#EDF3FE;}
.data tr.body1:hover,.data tr.body2:hover {background-color:#E9E9E9;}
.data tr.body_red{background-color:red;}
.data .comment{font-size:12px;color:grey}
.data a{font-size:12px}
.filter{background-color:#EFEFEF;float:left;border:1px solid #CCCCCC;color:#999999}
.filter h3{text-align:center;margin:5px;font-size:14px;}
.filter h3 a{color:#F8A720;text-decoration:none}
.filter h3 a:hover{text-decoration:underline}
.filter .header{background-color:#B6CDE6;padding:2px;color:white}
.filter .content{padding:10px;}
.filter .content ul{padding-bottom:10px;}
.page_nav{margin:5px;margin-left:auto;margin-right:auto;}
.page_nav li{float:left;padding-left:5px;font-size:14px;}
.page_nav li a{ font-size:14px}
.top_nav {margin:-10px;margin-bottom: 5px; padding: 0; height: 20px; font-size: 12px; color: #4c4c4c;padding:1px;}
.top_nav li {margin: 0px; padding: 0 25px 0 10px; display: inline; line-height: 20px; background: url(/source/tmpl/default/img/arrow_tn.gif) right 5px no-repeat;}
.top_nav li.current {background: none; padding-right: 0; }
.top_nav li a{text-decoration:none;}
.top_nav li a:hover{text-decoration:none;text-decoration:underline}
.admin_menu {height:20px;font-family: arial, sans-serif; width:100%; font-size:10px; text-align:center;}
.admin_menu ul li a, .admin_menu ul li a:visited {display:block; text-decoration:none; color:#000;width:120px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#858484; line-height:20px; font-size:11px; overflow:hidden;}
.admin_menu ul {padding:0; margin:0; list-style: none;}
.admin_menu ul li {float:left; position:relative;}
.admin_menu ul li ul {display: none;}
.admin_menu ul li:hover a {color:#fff;}
.admin_menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.admin_menu ul li:hover ul li a.hide {background:#C5C5C5; color:#fff;}
.admin_menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.admin_menu ul li:hover ul li ul {display: none;}
.admin_menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.admin_menu ul li:hover ul li a:hover {background:#E9E9E9; color:#000;}
.admin_menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.admin_menu ul li:hover ul li:hover ul.left {left:-105px;}
#debug_link{position:fixed;bottom:1%;left:50%;opacity:0.5;}
#debug_link a {color:#F8A720;font-weight:bold}
#debug_wnd{display:none;position:fixed;bottom:1%;border:1px solid black;padding:5px;}
#debug_wnd span{float:right;position:relative;top:-20px;}
#debug_wnd ul li{float:left;padding-right:15px;}
#debug_content{clear:both;padding:15px;}
#debug_wnd table{display:none;width:100%}
#debug_wnd td{vertical-align:top;font-size:12px;width:100px;}
#debug_wnd .right{text-align:left;font-size:12px;padding-left:10px;width:auto;}
#debug_wnd .left{font-weight:bold;text-align:right;padding-right:10px;width:auto;}
form{padding:0px;margin:0px;}
.form input,select,textarea{font-size:12px;border:1 solid #E9E9E9;padding:1px;}
.form input[type="button"]{padding-left:10px;padding-right:10px;font-size:12px;}
.form input[type="text"]{width:300px;}
.form td{padding:5px;}
.form .info{background-color:#E9E9E9;text-align:right;font-size:14px;font-weight:bold;}
.live{
display:none;
position:absolute;
padding:2px;margin-top:20px;
background-color:white;
border:1px solid black;
}
.live li:hover{
background-color:grey;
cursor:pointer;
}
.h1{font-size:20px;font-weight: 600}
.h2{font-size:18px;font-weight: 400}
.h3{font-size:16px;font-weight: 200}
.h4{font-size:14px;}
.h5{font-size:12px;}
.h1,.h2,.h3,.h4,.h5{text-decoration:none;padding-right:10px;}
.red{color:red;}
.pagination
{
clear:both;
list-style-type:none;
}
.pagination li{
float:left;
margin:5px;
font-size:14px;
}
.pagination li a{
font-size:14px;
text-decoration:none;
}