-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvapor.css
474 lines (431 loc) · 27.5 KB
/
vapor.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
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
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
/*WYSWYG Editor CSS*/
@import url("http://jaxboards.com/wysiwyg.css");
body{background: #050607;font-family: arial;font-size:14px; color:#F1F1F1; text-align: left; overflow-y:scroll;word-wrap: break-word; margin: 0; padding: 0;}
img{border:0;}
a:active,a:visited,a:link{color:#9Fb5CE;text-decoration:none;}
a:hover{color: #F1f1f1; text-decoration:underline;}
textarea{background:#0C0F14;border:1px inset #3f3f3f; color: #FFF;}
img{max-width:680px;}
input[type=text], input[type=password]{background: #191E22 url(http://gmasterskins.b1.jcink.com/uploads/gmasterskins//post-10-1295486769.png) top center repeat-x; color: #F5F5F5;}
.ledby a{font-size:8px !important;}
div.ledby {font-size:8px}
/*Misc (Global)*/
.error{background:#FCC;border:1px solid #F33;color: #0C0F14;margin:5px;padding:5px;}
.success{background:#CFC;border:1px solid #3F3;color: #0C0F14;margin:5px;padding:5px;}
.clear{clear:both;}
.center{text-align:center;}
#intopic .postbottom{height:30px;text-align:right;border-top:hidden;}
#intopic .postrating{float:left;}
#intopic .postrating .form{display:none;}
#intopic .postrating .form img{opacity:.5;}
#intopic .topic-post-row:hover .postrating .showrating{display:none;}
#intopic .topic-post-row:hover .postrating .form{display:block;}
#intopic .postrating a:hover img{opacity:1;}
.postrating_list{position:absolute;overflow:hidden;background:#EEF;font-size:smaller;}
.postrating_list .column{width:90px;float:left;}
.postrating_list ul{list-style-type:none;padding:0;margin:0;max-height:200px;overflow-y:auto;}
.forumindex .locked .topic>a:first-child{background:url(http://jaxboards.com/Themes/Default/icons/lock.png) left no-repeat;padding-left:18px;}
.forumindex .pinned .topic>a:first-child{font-style:italic;background:url(http://jaxboards.com/Themes/Default/icons/pin.gif) center left no-repeat;padding-left:14px;}
/*Avatars*/
.avatar img{max-width:300px;max-height:300px;}
/* All windows */
.window{background:url(http://jaxboards.com/Themes/Default/img/shadowAlpha.png) bottom right;position:fixed;}
.window .title{padding-right:20px;cursor:move;text-align:center;background: #10151B url(http://gmasterskins.b1.jcink.com/uploads/gmasterskins//post-10-1295483603.jpg) repeat-x; color:#FFF;border-radius:10px 10px 0 0;}
.window .title .controls{cursor:pointer;position:absolute;top:2px;right:2px;font-size:smaller;}
.window .title .controls div{display:inline-block;padding:0 5px;}
.window.minimized .content{top:0;left:0;display:none;}
.window.minimized .title{top:0;left:0;padding-right:50px;}
.window .resize{cursor:nw-resize;width:10px;height:10px;background:url(http://jaxboards.com/Themes/Default/icons/cornerdrag.png);position:absolute;}
.window .content{text-align:left;background:#0C0F14;overflow:hidden;border-radius:0 0 10px 10px;padding-bottom:5px;}
.window .content,.window .title{position:relative;top:-5px;left:-5px;border:1px solid #3F3F3F;}
/* IM windows */
.im .ims{padding:5px;width:200px;height:100px;overflow:auto;}
.im .ims div{background:#050607;}
.im .content{border-radius:0;}
.im form{display:block;width:100%;}
.im input[type=text] {padding:5px;width:95%;border:none; background: #10151B url(http://gmasterskins.b1.jcink.com/uploads/gmasterskins//post-10-1295483603.jpg) repeat-x top center; color: #F5F5F5;}
.im .you .name{color:#9Fb5CE;}
.im .them .name{color:#F1F1F1;}
.im .action,.im .action .you,.im .action .them{font-style:italic;}
.im .action{color:#A5B9B2;}
.im .offline{display:none;}
.im.offline .offline{display:block;color:#FFF;background:#10151B;font-style:italic;padding:5px;font-size:10px;}
.im .content{padding:0;}
.immenu,.emotewin{border:1px solid #3F3F3F;background:#10151B;}
/* User Control Panel */
#ucp .content{background: #10151B;}
#ucp textarea{width:650px;height:100px;}
#ucp label{display:inline-block;width:150px;}
#ucp .leftbar{float:left;width:170px;}
#ucp .leftbar .icon{margin:10px;font-size:12px;padding:2px 25px;background:url(http://jaxboards.com/Themes/Default/icons/inboxicons.png) 0 0 no-repeat;}
#ucp .leftbar h2{margin:0;background:#1A232B;font-size:16px;border-bottom:1px solid #3F3F3F;padding:3px;}
#ucp .icon.inbox{background-position:0 -32px;}
#ucp .icon.sent{background-position:0 -64px;}
#ucp .icon.flagged{background-position:0 -96px;}
#ucp .icon.compose{background-position:0 -128px;}
#ucp .leftbar,.ucp #ucppage{}
#ucp .leftbar a{display:block;margin:5px 10px;}
#ucp .error{margin:5px;padding:5px;}
#ucppage{background:#0D1114;border-left:1px solid #000;margin-left:170px;padding:20px;min-height:400px;}
#ucppage h2{border-bottom:1px solid #3f3f3f;font-size:20px;}
#ucppage .tooltip{font-size:14px;background:url(http://jaxboards.com/Themes/Default/icons/help.png) no-repeat;text-indent:-1000px;display:inline-block;width:20px;border:none;cursor:help;}
#ucp .error{text-align:left;margin-bottom:15px;padding:8px;}
/* Mod CP */
#modcp .content{background:#CCF;}
#modcp .minibox{border:1px solid #000;margin:10px;}
#modcp .minibox .title{background:#CCDDFF;padding:5px;}
#modcp .minibox .content{padding:5px;background:#FFF;}
#modcp .minibox .post{border-bottom:1px solid #CCC;padding:10px;}
#modcp .leftbar{float:left;padding:10px;width:150px;}
#modcp .modcppage{border-left:1px solid #000;margin-left:170px;padding:10px;background:#FFF;min-height:200px;}
#modcp .modcppage .error{margin:5px;padding:5px;}
#modcp td{vertical-align:top;}
#modcp textarea{width:500px;height:100px;}
/*Inbox*/
.inbox{}
.inbox .listing{border:1px solid #3F3F3F;font-size:14px;width:100%;border-collapse:collapse;}
.inbox .listing .unread{font-weight:bold;}
.inbox .listing td{padding:2px;border:1px solid #3F3F3F;border-style:solid none;background:#10151B;}
.inbox .listing tr:hover td{background:#10151B;}
.inbox .listing th{padding:8px 2px;color:#005;text-align:left;background:#DDF;font-weight:normal;}
.inbox .listing .center{text-align:center;}
.inbox .compose{font-weight:bold;background-position:0 -128px;}
.inbox .compose a{color:#090;}
.inbox .composeform{background:#050607;padding:10px;border:1px solid #3F3F3F;}
.inbox .composeform label{margin-bottom:10px;display:inline-block;width:100px;}
.inbox .composeform textarea{width:650px;height:300px;}
.inbox .switch_converted.flag{height:16px;background:url(http://jaxboards.com/Themes/Default/icons/flags.png) no-repeat;background-position:center 0;}
.inbox .messageview{border:1px solid #000;background:#EEF;padding:10px;}
.inbox .message{margin-top:10px;background:#10151B;border:1px solid #3F3f3F;padding:10px;}
.inbox .messageinfo{background:#0C0F14;font-size:smaller;}
.inbox .messageinfo .title{font-weight:bold;}
.inbox .messagebuttons{margin-top:10px;text-align:left;}
/* Shoutbox */
#shoutbox{background: #050607;}
#shoutbox .content table{width:100%;border-collapse:collapse;}
#shoutbox .shout.highlight{background:#FF0;}
#shoutbox .shout{background: #050607;}
#shoutbox .shouts{padding:3px;background: #0C0F14; color: #F5F5F5; font:14px arial;}
#shoutbox .shoutform{background: #10151B;padding:20px;width:220px;margin-top:30px}
#shoutbox .title{background:url(http://gmasterskins.b1.jcink.com/uploads/gmasterskins//post-10-1295483603.jpg) center repeat-x; color:#FFF; font-weight: bold;}
#shoutbox .title a{color:#FFF;}
#shoutbox .action,#shoutbox .action a,.sbhistory .action,.sbhistory .action a{font-style:italic;color:#F00;}
#shoutbox .action a,.sbhistory .action a{color:#A00;}
#shoutbox img{max-height:50px;max-width:150px;}
#shoutbox .shout .delete{margin-right:10px;display:none;}
#shoutbox .shout:hover .delete{display:inline;}
#shoutbox input[type=text]{background: #191E22 url(http://gmasterskins.b1.jcink.com/uploads/gmasterskins//post-10-1295486769.png) top center repeat-x; color: #F5F5F5;}
.sbhistory .shout .delete{margin-right:10px;}
.sbhistory{padding:10px;}
/*Buddy/Contacts List*/
#buddylist .online{color:#1d71cf;}
#buddylist .offline{color:#CCC;}
#buddylist .blocked{color:#F00;}
#buddylist .content{height:300px;width:200px;overflow-y:auto;}
#buddylist .contact{background:#FFF;position:relative;cursor:hand;cursor:pointer;min-height:32px;padding:5px;border-bottom:1px solid #AAF;}
#buddylist .contact:hover{background:#DDF;}
#buddylist .avatar img{max-width:32px;max-height:32px;}
#buddylist .avatar{position:absolute;}
#buddylist .name,#buddylist .status{margin-left:50px;}
#buddylist .status{white-space:nowrap;overflow:hidden;font-size:12px;color:#555;}
#buddylist .contact:hover .status{white-space:normal;}
/* Contact cards */
.contact-card .content{ background: #1A232B; color: #F5F5F5;}
.contact-card .content a{font-size:14px;}
.contact-card .right{padding:10px;width:150px;}
.contact-card .left{padding:10px 30px; border-right: 1px solid #3F3F3F; margin: 5px 0;}
.contact-card .username{font-weight:bold;padding:10px;}
.contact-card .contact_details{font-size:12px;margin-top:20px;}
.contact-card .contact_details a:hover{text-decoration:none;}
/* User profiles */
.userprofile{margin:30px 5px;}
.userprofile .leftbar{float:left;width:200px;border:1px solid #000;background:#DDF;}
.userprofile .leftbar .username{background:#EEF;border-bottom:1px solid #AAF;padding:.5em;font-weight:bold;}
.userprofile .leftbar .avatar{margin-top:20px;text-align:center;}
.userprofile .leftbar .avatar img{border:1px solid #000;}
.userprofile .leftbar .usertitle{font-size:.8em;margin:1px;text-align:center;}
.userprofile .infobox{background:#DDD;margin:20px 5px 10px 5px;border:1px solid #35485E;padding:5px;}
.userprofile .infobox .content{font-size:.8em;}
.userprofile .infobox div{font-size:.8em;margin:5px}
.userprofile .rightbar{margin-left:210px;}
.userprofile .rightbar .post{border-bottom:1px solid #35485E;padding:10px;}
.userprofile .rightbar .postdate{font-size:.8em;margin:10px;background:#CCF;border:1px solid #339;padding:5px;}
.userprofile .rightbar .signature{border-top:1px dashed #CCC;margin:10px 0;padding-top:10px;}
.userprofile #pfbox{border:1px solid #000;padding:10px;}
.userprofile .pftabs a{margin-left:5px;display:inline-block;padding:.5em;border:1px solid #000;border-bottom:none;background:#35485E;color:#FFF;}
.userprofile .pftabs a.active{background:#FFF;color:#000;}
.userprofile .comment{position:relative;min-height:80px;border-bottom:1px solid #35485E;padding:10px;}
.userprofile .comment img{max-height:50px;max-width:50px;}
.userprofile .comment .userdata{position:absolute;}
.userprofile .comment .commenttext{margin-left:100px;padding:10px;}
.userprofile .comment .date{position:absolute;top:0;right:0;padding:0;font-size:smaller;color:#AAF;}
.userprofile .contacts{display:inline-block;}
.userprofile .contacts .contact{background:#FFF;border:1px solid #FFF;cursor:hand;cursor:pointer;padding:30px 10px;min-height:80px;width:120px;float:left;text-align:center;}
.userprofile .contacts .contact:hover{background:#DDF;border:1px solid #35485E;}
.userprofile .contacts .contact .avatar img{max-width:50px;max-height:50px;}
/* Activity (global) */
.activity{padding:10px 10px 10px 36px;background:url(http://jaxboards.com/Themes/Default/icons/activity.png) no-repeat;}
.activity.new_post{background-position:0 -64px;}
.activity.profile_name_change{background-position:0 -128px;}
.activity.profile_comment{background-position:0 -194px;}
.activity.buddy_add{background-position:0 -258px;}
/*Surrounding Container/Template for Board*/
#container {margin: auto; width: 1000px;text-align:left;}
.head{ height: auto; padding: 0; background: transparent; position: relative;}
.navigation ul{list-style-type:none; padding: 0 0 0 1em; margin:0; height: 29px; background: #191E22 url(http://gmasterskins.b1.jcink.com/uploads/gmasterskins//post-10-1295486769.png) top center repeat-x;}
.navigation ul li{margin: 1px 0 0 1px;padding:5px 10px;float:left;background: transparent; }
.navigation a{color:#9FB5CE; text-transform: uppercase;}
.navigation a:hover{color: #F1F1F1; text-decoration: none; }
.navigation ul li.active{
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
background: none repeat scroll 0 0 #0C0F11;
color: #F5F5F5;
padding: 5px 10px 9px 10px; font-weight: 800;}
.c_bottom{background:url(http://jaxboards.com/Themes/Default/img/c_shadow_bottom.png);height:9px;}
.footer{text-align:center;margin:10px;}
.bodyshad {background: transparent; padding:0 9px;}
#body{background: transparent; padding: 5px 25px;}
*:focus{outline:none;}
/*Logo*/
#logo{ background: #1A232C url(http://gmasterskins.b1.jcink.com/uploads/gmasterskins//post-10-1295577657.png) center center no-repeat;clear:both; padding-left: 40px; line-height:155px;}
#logo img{vertical-align:middle;}
/*UserBox*/
#userbox{padding:5px;color:#FFF;position:absolute;top:28px;right:28px;width:259px;height:95px; background: #0C0F14; border: 1px outset #3F3F3F;}
#userbox form{margin:0;font-size:16px;}
#userbox form input{width:200px;}
#userbox form input[type=submit]{width:auto;}
#userbox a{color:#9FB5CE; text-align: right;}
#userbox a:first-child{color:#FFF;}
#userbox .welcome{text-align:left;}
#userbox .lastvisit{margin:15px 0;color:#9FB5CE;text-align:left;}
#userbox .messages{float:left;width:50%;}
#userbox .settings{text-align:right;float:left;width:50%;}
#userbox .settings a{background:url(http://jaxboards.com/Themes/Default/icons/wrench.png) no-repeat;padding-left:20px;color:#FFF;}
#userbox a.num-messages{color:#F5f5f5; font-weight: bold;}
/*Breadcrumbs*/
#path{font:14px arial; background: #0C0F14;border: none; padding:.5em 0 .5em 1em;}
#path ul{list-style:none;margin:0;padding:0;}
#path ul li{background:url(http://jaxboards.com/Themes/Default/icons/pathsplitter.png) no-repeat;padding-left:20px;margin-right:10px;float:left;}
#path ul li:first-child{background:none;padding-left:0;}
#path a{color:#F1F1F1;}
/*Board Index*/
.idxtools{font-size:smaller;margin:10px;}
.boardindex{width:100%;border-collapse:collapse;font:12px arial;}
.boardindex td{ border:1px solid #3F3F3F;}
.boardindex .last_post{background:#10151B;padding:10px;border-right:none;}
.boardindex .last_post:first-letter{background:url(http://jaxboards.com/Themes/Default/icons/last.gif) center left no-repeat;padding-left:15px;}
.boardindex .last_post a{color:#f5f5f5;}
.boardindex .f_icon{border-style:solid none solid none;background-color:#10151B;width:40px;vertical-align:middle;text-align:center;}
.boardindex .unread .forum a{font-weight:bold;}
.boardindex .forum{border-left:none;background-color:#0d1116;padding:20px;padding-left:10px;}
.boardindex .forum a{font:14px arial;}
.boardindex .subforums,
.boardindex .subforums a{font-style:italic;font-size:10px;}
.boardindex .item_1,.boardindex .item_2{font-size:11px;width:165px;background:#0E1318;text-align:center;padding:5px 2px;border-right:none;}
/*Forum Listings*/
.forumindex{width:100%;border-collapse:collapse;font:12px arial;}
.forumindex td{padding:10px;height:50px; border:1px solid #3F3F3F;}
.forumindex .f_icon{width:12px;padding:0;background:#10151B;display:none;}
.forumindex .unread .topic{font-weight:bold;}
.forumindex .topic{background-color:#0d1116;border-left:none;}
.forumindex .last_post{width:250px;background-color:#0E1318;}
.forumindex .last_post:first-letter{background:url(http://jaxboards.com/Themes/Default/icons/last.gif) center left no-repeat;padding-left:15px;}
.forumindex .item_1,.forumindex .item_2{width:65px;text-align:center;background-color:#0E1318;}
.forumindex .pinned .topic>a:first-child{font-style:italic;background:url(http://jaxboards.com/Themes/Default/icons/pin.gif) center left no-repeat;padding-left:14px;}
.forumindex .error{margin:0;text-align:center;padding:20px;}
.forumindex .moderate{background:url(http://jaxboards.com/Themes/Default/icons/posticons.png);text-indent:-1000px;display:inline-block;visibility:hidden;width:16px;height:16px;float:right;}
.forumindex .moderate.selected,.forumindex tr:hover .moderate{visibility:visible;}
.forum-buttons-top{text-align:right;margin:10px;}
/*Subforums (in forum listings)*/
.subindex{width:100%;border-collapse:collapse;font:12px arial;}
.subindex td{border:1px solid #3F3F3F;}
.subindex .last_post{background-color:#0C0F14;padding:10px;border-right:none;}
.subindex .last_post a{color:#e77700;}
.subindex .last_post:first-letter{background:url(http://jaxboards.com/Themes/Default/icons/last.gif) center left no-repeat;padding-left:15px;}
.subindex .f_icon{border-style:solid none solid none;background-color:#10151B;width:40px;vertical-align:middle;text-align:center;}
.subindex .forum{border-left:none;background-color:#0C0F14;padding:20px;padding-left:10px;}
.subindex .forum a{font:14px arial;}
.subindex .unread .forum a{font-weight:bold;}
.subindex .item_1,.subindex .item_2{font-size:11px;width:165px;background:#0E1318;text-align:center;padding:5px 2px;border-right:none;}
/*Topic View*/
#intopic{width:100%;margin:auto;border-collapse:collapse;}
#intopic a:active{color:#9Fb5CE;text-decoration:underline;}
#intopic a:visited{color:#9Fb5CE;text-decoration:underline;}
#intopic a:hover{color:#F1f1f1;text-decoration:underline;}
#intopic a:link{color:#9Fb5CE;text-decoration:underline;}
#intopic .topic-post-row{clear:both;background:#0C0F14;}
#intopic td{vertical-align:top;border:1px solid #3F3F3F;}
#intopic .userdata{text-align:center;width:150px;}
#intopic .avatar{margin-top:10px;}
#intopic .avatar img{border:none;}
#intopic .username{background:#1A232C;padding:3px;}
#intopic .username a{font-weight:bold;}
#intopic .signature{font-size:smaller;display:inline-block;margin:20px;border-top:1px dashed #CCC;}
#intopic .edit,#intopic .quotepost{margin-left:10px;padding-left:18px;background:url(http://jaxboards.com/Themes/Default/icons/posticons.png) no-repeat top left;}
#intopic textarea{width:650px;height:200px;}
#intopic .modpost.selected{color:#090;}
#intopic .quotepost{background-position:0 -32px;}
#intopic .post{line-height:140%;background:#0D1118;max-width:700px;}
#intopic .post .attachment{font-size:smaller;}
#intopic .post .post_content{padding:20px;}
#intopic .post .post_buttons{font-size:smaller;float:left;text-align:left;padding:4px;}
#intopic .post .post_info{padding:4px;text-align:right;color:#F5F5f5;font-size:smaller;}
#intopic .userstats{font-size:smaller;text-align:left;padding:10px;background:#10151B;border:1px solid #3F3F3F;margin:10px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;}
#intopic .usertitle{font-size:.6em;}
.topic-buttons-top,.topic-buttons-bottom{margin:10px;text-align:right;}
.topic-reply-form textarea{width:500px;height:200px;}
#poll{margin-bottom:10px;}
#poll .content{background:#0C0F14;padding:10px;}
#poll .title,#poll .buttons{text-align:center;}
#poll .choice{padding:5px;margin-bottom:10px;background:#10151B;border:1px solid #3F3f3f;}
#poll .choice:hover{background:#DDF;border:1px solid #000;}
#poll table{border-collapse:collapse;background:#0D1116;width:100%;}
#poll td{border:1px solid #3F3f3F;padding:5px;}
#poll .bar{background:url(http://jaxboards.com/Themes/Default/img/pollbar1.png);height:16px;display:inline-block;border:1px solid #1234b4;}
#poll .numvotes{width:100px;text-align:center;}
#poll .totalvotes{text-align:center;font-weight:bold;}
/*New Topic Form*/
.topicform{border:1px solid #000;padding:20px;background:#10151B;}
.topicform input[type=text]{width:500px;}
.topicform label{display:inline-block;width:100px;padding-bottom:20px;}
.topicform textarea {height:300px;width:100%; color: #FFF;}
.topicform .buttons{text-align:center;margin-top:20px;}
.postoptions{margin-bottom:10px;}
.postoptions .uploadbutton,.postoptions .addpoll{padding:0 20px;margin:10px;background:url(http://jaxboards.com/Themes/Default/icons/postoptions.png) no-repeat top left;}
.postoptions .uploadbutton{background-position:0 -32px;}
.topicform .files .file{border:1px solid #CCF;background:#1A232C;}
.topicform .files .file .name{display:inline;}
.topicform .progressbar{margin-left:10px;display:inline-block;width:200px;height:20px;border:1px solid #3F3F3F;background:#1A232C;}
.topicform .progressbar .progress{height:100%;background:#9Fb5Ce;}
#polloptions{padding:10px;background:#0E1318;border:1px solid #3F3f3f;}
#polloptions textarea{height:200px;width:100%;background:#050607;}
#qreply textarea{border-style:none none solid none;}
/*New Post Form*/
.postform {padding:10px;background:#10151B;}
.postform textarea{height:300px;width:880px;}
.postform .uploadbutton{background:url(http://jaxboards.com/Themes/Default/icons/postoptions.png) no-repeat 0 -32px;padding-left:16px;width:100px;height:1em;}
.postform .files .file{border:1px solid #3F3F3F;background:#0C0F14;}
.postform .files .file .name{display:inline-block;width:300px;overflow:hidden;}
.postform .progressbar{display:inline-block;width:200px;height:1.1em;border:1px solid #000;background:#1A232C;}
.postform .progressbar .progress{height:100%;background:#2663C3;}
.postform .buttons{text-align:center;}
/*Search*/
#searchresults .content{padding:10px;}
.searchresult{border-bottom:1px solid #AAF;padding:10px;}
.searchresult .highlight{background:#FFA;color:#F00;}
#searchadvanced{width:100%;margin:10px;border-collapse:collapse;border-style:hidden;}
#searchadvanced label{display:inline-block;width:50px;}
#searchadvanced td{text-align:center;vertical-align:top;padding:10px;border-right:1px solid #000;}
#searchadvanced th{text-align:center;padding-left:10px;}
/*Ticker*/
#ticker .tick{height:20px;padding:5px;border-bottom:1px solid #CCC;}
#ticker .date{float:left;width:110px;font-size:10px;padding-top:3px;}
#ticker .by{float:right;width:150px;height:100%;overflow:hidden;text-align:right;}
/*Boxes/Collapse Boxes (Global)*/
/* DISCLAIMER: the borders around the title are actually not borders, but an image behind it (in .box) */
/* if you want to remove that border, just remove the background from .box and remove the margin on .box>.title */
.box{margin:10px 5px 0 5px; border: 1px solid #3F3F3F; -moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-color: #3F3F3F;}
.box>.title{position:relative;background:url(http://gmasterskins.b1.jcink.com/uploads/gmasterskins//post-10-1295483603.jpg) repeat-x #000; padding:10px; color:#FFF; font-weight: bold; -moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
border-top-left-radius: 8px;}
.box>.title .x{background:url(http://gmasterskins.b1.jcink.com/uploads/gmasterskins//post-10-1295557983.png);position:absolute;top:.75em;right:10px;overflow:hidden;cursor:pointer;}
.box.collapsed .title .x{background-position:0 -9px;}
.box .content_top{display:none;}
.box .content {background:#10151B;}
.box .content>.error{margin:0;padding:10px;}
.box .content_bottom{height:10px;background: url(http://gmasterskins.b1.jcink.com/uploads/gmasterskins//post-10-1295483603.jpg) center center; -moz-border-radius-bottomleft: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;}
/*Function-Specific*/
#debug{display:none;position:absolute;top:0;left:0;background:#0C0F14;color:#F5F5F5;}
#overlay{position:fixed;top:0px;left:0px;background:#000;opacity:.5;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";}
#notification,#modbox{cursor:pointer;text-align:left;font-size:14px;border:1px solid #000;background:#FFF;padding:20px;width:280px;border:1px solid #000;position:fixed;right:10px;bottom:10px;}
#notification.newmessage{padding-left:60px;background:url(http://jaxboards.com/Themes/Default/icons/newmessage.png) no-repeat 20px center #FFF;}
.pages-top .active,.pages-bottom .active{color:#9fb5ce;text-decoration:underline;}
.pages-top,.pages-bottom{position:absolute;margin-left:10px;}
.pages-bottom{margin-top:10px;}
.sort{background:url(http://jaxboards.com/Themes/Default/icons/collapse.png) no-repeat;padding-right:18px;display:inline-block;background-position:right -56px;}
.sort.desc{background-position:right -30px;}
/*Login Form (Full)*/
.login .content{padding:10px;}
.login label{display:inline-block;width:100px;}
/*Register Form*/
.register .content{padding:10px;}
.register .content label{display:inline-block;width:100px;}
/* Users Online*/
#statusers{display:inline;}
#statusers a{margin-left:5px;}
#statusers .idle{background:url(http://jaxboards.com/Themes/Default/icons/clock.png) no-repeat 2px 2px;padding-left:18px;font-style:italic;}
#stats .content{background: #0E1318; padding: 5px;}
#stats .userstoday{margin-top:10px;padding-top:10px;border-top:1px solid #3F3f3F;}
#stats .stats{margin-top:10px;padding:10px 25px;background:url(http://jaxboards.com/Themes/Default/icons/boardstats.png) left center no-repeat;border-top:1px solid #3F3F3F;}
#statusers a:after{content:",";}
#statusers a:last-child::after{content:"";}
/*Member List*/
#memberlist{clear:both;}
#memberlist table{width:100%;border-collapse:collapse;}
#memberlist th{padding:10px;}
#memberlist .avatar{width:50px;}
#memberlist .avatar img{max-width:50px;max-height:50px;}
#memberlist td{padding:10px;border-top:1px solid #CCC;}
/*Member/Group Specific*/
a.birthday{background:url(http://jaxboards.com/Themes/Default/icons/birthday.png) no-repeat 2px 2px;padding-left:18px;}
a.mgroup4{color:#A00;text-decoration:line-through;}
/*BBcodes*/
.quote{background-color: #000;padding:10px;color:#FFF}
.quote .quotee{margin:-10px 0 10px -5px;font-weight:bold;}
.code{border:1px solid #AAF;background:#e0e0ff;padding:10px;font-family:consolas,fixedsys;font-size:12px;}
.spoilertext{display:inline-block;background:#FFF;color:#FFF;border:1px solid #AAF;}
.spoilertext *{visibility:hidden;}
.spoilertext:hover *{visibility:visible;}
.spoilertext:hover{background:#FFF;color:#000;}
/*Contact icons*/
.contact{background:url(http://jaxboards.com/Themes/Default/icons/contact.png) no-repeat;padding-left:20px;padding-top:3px;}
.contact:hover{text-decoration:none;}
.skype{background-position:0 -32px;}
.gtalk{background-position:0 -64px;}
.aim{background-position:0 -96px;}
.yim{background-position:0 -128px;}
.steam{background-position:0 -160px;}
.twitter{background-position:0 -192px;}
.contact.im,.contact.pm{background-position:0 -224px;}
/*Tooltip*/
.tooltip{position:absolute;border-collapse:collapse;color:#FFF;}
.tooltip td{background:url(http://gmasterskins.jaxboards.com/boards/gmasterskins/Uploads/a637229e588eb72b166dadd1a81bdd29.png);}
.tooltip .top{height:10px;}
.tooltip .bottom{height:15px;}
.tooltip .top .right{background-position:top right;}
.tooltip .content td{background-position:center center;}
.tooltip .content .left{background-position:center left;width:10px;}
.tooltip .content .right{background-position:center right;width:10px;}
.tooltip .bottom .left{background-position:bottom left;}
.tooltip .bottom .right{background-position:bottom right;}
/*AutoComplete*/
#autocomplete{border:1px solid #000;background:#EEF;text-align:left;}
#autocomplete div{padding:5px;cursor:pointer;}
#autocomplete div:hover,#autocomplete div.selected{color:#00F;background:#F5F5FF;border:1px solid #669;border-style:solid none;}
#validname.good,#validname.bad{display:inline-block;width:16px;height:16px;background:url(http://jaxboards.com/Themes/Default/icons/check_x.png) top center;}
#validname.good{background-position:bottom center;}
#searchform .content{padding:10px;}
#searchform label{margin:10px;display:inline-block;}