admin_panel.css
8.16 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
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
@charset "utf-8";
/* CSS Document */
.form-table th {
width: 260px !important;
}
.clear{
clear: both;
height: 0;
visibility: hidden;
display: block;
}
#container{
width: 100%;
}
#container ul{
list-style: none;
list-style-position: outside;
}
#container ul.menu li{
float: left;
margin-right: 5px;
margin-bottom: -1px;
}
#container ul.menu li{
font-weight: 700;
display: block;
padding: 5px 10px 5px 10px;
background: #F4F9FF;
margin-bottom: -1px;
border: 1px solid #d0ccc9;
border-width: 1px 1px 1px 1px;
position: relative;
color: #898989;
cursor: pointer;
}
#container ul.menu li.active{
background: #fff;
top: 1px;
border-bottom: 0;
color: #5f95ef;
}
.content{
margin: 0pt auto;
background: #efefef;
background: #fff;
border: 1px solid #d0ccc9;
text-align: left;
padding: 10px;
padding-bottom: 20px;
font-size: 12px;
}
.content h1{
line-height: 1em;
vertical-align: middle;
height: 48px;
padding: 10px 10px 10px 52px;
font-size: 32px;
}
/* Main settings tabs */
#container2{
width: 100%;
}
#container2 ul{
list-style: none;
list-style-position: outside;
}
#container2 ul.menu2 li{
float: left;
margin-right: 5px;
margin-bottom: -1px;
}
#container2 ul.menu2 li{
font-weight: 700;
display: block;
padding: 5px 10px 5px 10px;
background: #F4F9FF;
margin-bottom: -1px;
border: 1px solid #d0ccc9;
border-width: 1px 1px 1px 1px;
position: relative;
color: #898989;
cursor: pointer;
}
#container2 ul.menu2 li.active{
background: #fff;
top: 1px;
border-bottom: 0;
color: #5f95ef;
}
/*** Added 11-3-12 by Josh Lobe to re-vamp admin panel ***/
div.updated {
background-color:#D6F9D8 !important;
border:1px solid #060 !important;
}
.jwl_support_sidebar, .jwl_follow_sidebar, .jwl_rate_sidebar, .jwl_signup_sidebar, .jwl_pro_sidebar {
/*background-color:#CCFFCC;*/
background-color:#F4F9FF;
/*border:1px solid #006600;*/
border: 1px solid #60AFFF;
padding:10px;
border-radius: 5px 20px 5px 20px;
margin-bottom:20px;
}
.jwl_support_sidebar h3, .jwl_follow_sidebar h3, .jwl_rate_sidebar h3, .jwl_signup_sidebar h3, .jwl_pro_sidebar h3 {
padding-left:10px !important;
font-family:'Unlock',cursive !important;
/*border:1px solid #006400 !important;*/
/*background-color:#008000 !important;*/
border:1px solid #016391 !important;
background-color:#2A89B2 !important;
border-radius:4px !important;
/*box-shadow:inset 1px 6px 12px #7CFC00, inset -1px -10px 5px #006400, 1px 2px 1px black !important;
-o-box-shadow:inset 1px 6px 12px #7CFC00, inset -1px -10px 5px #006400, 1px 2px 1px black !important;
-webkit-box-shadow:inset 1px 6px 12px #7CFC00, inset -1px -10px 5px #006400, 1px 2px 1px black !important;
-moz-box-shadow:inset 1px 6px 12px #7CFC00, inset -1px -10px 5px #006400, 1px 2px 1px black !important;*/
box-shadow:inset 1px 6px 12px #79ABFC, inset -1px -10px 5px #016391, 1px 2px 1px black !important;
-o-box-shadow:inset 1px 6px 12px #79ABFC, inset -1px -10px 5px #016391, 1px 2px 1px black !important;
-webkit-box-shadow:inset 1px 6px 12px #79ABFC, inset -1px -10px 5px #016391, 1px 2px 1px black !important;
-moz-box-shadow:inset 1px 6px 12px #79ABFC, inset -1px -10px 5px #016391, 1px 2px 1px black !important;
color:white !important;
text-shadow:1px 1px 1px #000000 !important;
}
.jwl_support_sidebar:hover h3, .jwl_follow_sidebar:hover h3, .jwl_rate_sidebar:hover h3, .jwl_signup_sidebar:hover h3, .jwl_pro_sidebar:hover h3 {
text-shadow: 0 0 5px #A5F1FF, 0 0 10px #A5F1FF,
0 0 20px #A5F1FF, 0 0 30px #A5F1FF,
0 0 40px #A5F1FF !important;
}
.jwl_support_sidebar p a, .jwl_follow_sidebar p a, .jwl_rate_sidebar p a, .jwl_pro_sidebar p a {
margin-left: 20px !important;
}
.jwl_pro_sidebar {
margin-top:40px;
}
/* Used for Tabs section */
.content.news, .content.buttons1_tab{
display: block;
}
.content.tutorials, .content.spread, .content.defaults, .content.links, .content.whypro, .content.misc_tab, .content.admin_tab, .content.editor_tab {
display: none;
}
.help_wrapper {
background: #f4f9ff;
border: 1px solid #60AFFF;
border-radius: 5px;
color: #555;
height: 100%;
margin-top: 10px;
padding: 5px;
position: relative;
width: 100%;
}
.content_wrapper {
background: #FFE6BF;
border: 1px solid #FAC46D;
border-radius: 5px;
color: #555;
height: 100%;
margin-top: 10px;
margin-left: 65px;
margin-bottom: 10px;
padding: 5px;
position: relative;
width: 35%;
float:left;
}
.help_tab_list_image {
list-style-image: url("img/list_image.png") !important;
margin-left:30px !important;
}
.donations {
display:block;
border:1px solid black;
padding:10px;
background-color: #DFFFDF;
margin-bottom:20px;
}
.plugin_addons {
background-color:#CFF;
color:#009;
border:1px solid #36F;
padding:5px;
display:block;
border-radius:5px;
}
.content_wrapper_tips {
margin: 10px 0 10px 10px;
width: 31%;
padding: 5px;
color: #555;
position: relative;
float: left;
}
.content_wrapper_title {
font-family: 'Unlock', cursive;
font-size: 14px;
color: #5F95EF;
margin-bottom:5px;
}
.content_title {
font-family: 'Unlock', cursive;
font-size: 18px;
color: #5F95EF;
}
.main_help_wrapper {
width: 98%;
padding: 10px;
display: inline-block;
background: #f4f9ff;
border: 1px solid #60AFFF;
border-radius: 5px;
color: #555;
height: 100%;
margin-top: 10px;
padding: 5px;
position: relative;
}
.blog_image {
float: left;
width: 33%;
margin-top: 40px;
margin-left: -20px;
padding-right: 20px;
}
.vote_image {
float: left;
width: 40%;
margin-top: 40px;
}
div.clear {
clear: both;
width: 100%;
height: 1px;
}
.image_ads {
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;
}
.image_ads:hover {
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
}
.show-hide
{
display:none;
margin: 0;
padding: 0;
clear:both;
}
/* Used for PRO upgrade icons */
.jwl_pro_span {
background:#E8E6FB;
padding:2px 5px 2px 5px;
border-radius: 5px;
font-weight: bold;
font-size: 12px;
border: 1px solid #000000;
}
/* Used for upgrade texts */
.jwl_pro_text {
color: #999999;
font-weight: bold;
margin-left: 10px;
}
/* Used for buttons on addons tab */
.jwl_addon_button {
-moz-box-shadow:inset 1px 1px 0px 0px #dcecfb;
-webkit-box-shadow:inset 1px 1px 0px 0px #dcecfb;
box-shadow:inset 1px 1px 0px 0px #dcecfb;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea));
background:-moz-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
background:-webkit-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
background:-o-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
background:-ms-linear-gradient(top, #bddbfa 5%, #80b5ea 100%);
background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea',GradientType=0);
background-color:#bddbfa;
-moz-border-radius:7px;
-webkit-border-radius:7px;
border-radius:7px;
border:1px solid #84bbf3;
display:inline-block;
color:#ffffff;
font-family:Trebuchet MS;
font-size:13px;
font-weight:bold;
padding:6px 11px;
text-decoration:none;
text-shadow:0px 1px 0px #528ecc;
margin-left:10px;
margin-top:10px;
cursor:pointer;
}
.jwl_addon_button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa));
background:-moz-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
background:-webkit-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
background:-o-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
background:-ms-linear-gradient(top, #80b5ea 5%, #bddbfa 100%);
background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa',GradientType=0);
background-color:#80b5ea;
}
.jwl_addon_button:active {
position:relative;
top:1px;
}