-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcompact.css
466 lines (418 loc) · 25.9 KB
/
compact.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
/*WYSWYG Editor CSS*/
@import url("http://jaxboards.com/wysiwyg.css");
#menu{background:#2D2D2B url('http://i.minus.com/ibiyCMpPYgooHR.png') repeat; position:fixed; top:0px; left:0px; width:100%; z-index:1; border:none;}
body{background:#2D2D2B; font-family:arial;font-size:16px;color:#A6A4A1;text-align:center;overflow-y:scroll;word-wrap:break-word;}
img{border:0;}
a:active,a:visited,a:link{color:#86B5D9;text-decoration:none;}
a:hover{text-decoration:underline;}
textarea{background:#171614;border:1px solid #000;color:#A6A4A1;}
img{max-width:680px;}
/*Misc (Global)*/
.error{background:#FCC;border:1px solid #F33;margin:5px;padding:5px;}
.success{background:#CFC;border:1px solid #3F3;margin:5px;padding:5px;}
.clear{clear:both;}
.center{text-align:center;}
/*Avatars*/
.avatar img{max-width:200px;max-height:200px;}
.userprofile .avatar img{max-width:200px;max-height:200px;}
/* 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-color:#383635;color:#A6A4A1;}
.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:#171614;overflow:hidden;padding-bottom:5px;}
.window .content,.window .title{position:relative;top:-5px;left:-5px;border:1px solid #000;color:#A6A4A1;}
/* IM windows */
.im .ims{padding:5px;width:200px;height:100px;overflow:auto;}
.im .ims div{background:#171614;}
.im form{display:block;width:100%;border-top:1px solid #555;background-color:#383635;}
.im input[type=text] {padding:5px;width:95%;border:none;}
.im .you .name{color:#86B5D9;}
.im .them .name{color:#86B5D9;}
.im .them {color:#FFF;}
.im .action,.im .action .you,.im .action .them{font-style:italic;}
.im .action{color:#522994;}
.im .offline{display:none;}
.im.offline .offline{display:block;color:#600;background:#ECC;font-style:italic;padding:5px;font-size:10px;}
.im .content{padding:0;}
.immenu,.emotewin{border:1px solid #000;background:#EEF;}
/* User Control Panel */
#ucp .content{background-color: #171614}
#ucp textarea{width:650px;height:100px;color:#A6A4A1;}
#ucp label{display:inline-block;width:150px;}
#ucp .leftbar{float:left;width:170px; background:#171614;}
#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:#171614;font-size:16px;border:1px solid #171614;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-color: #171614;border-left:1px solid #000;margin-left:170px;padding:20px;min-height:400px;}
#ucppage h2{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:#171614;}
#modcp .minibox{border:1px solid #000;margin:10px;}
#modcp .minibox .title{background:#CCDDFF;padding:5px;}
#modcp .minibox .content{padding:5px;background:#171614;}
#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:#171614;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{font-size:14px;width:100%;border-collapse:collapse;}
.inbox .listing .unread{font-weight:bold;}
.inbox .listing td{padding:2px;background:#171614;}
.inbox .listing th{padding:8px 2px;color:#A6A4A1;text-align:left;background:#171614;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:#171614;padding:10px;}
.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{background:#171614;padding:10px;}
.inbox .message{margin-top:10px;background:#171614;padding:10px;}
.inbox .messageinfo{background:#171614;font-size:smaller;}
.inbox .messageinfo .title{font-weight:bold;}
.inbox .messagebuttons{margin-top:10px;text-align:left;}
/* Shoutbox */
#shoutbox{background:none;margin-top:50px;}
#shoutbox .content table{width:100%;border-collapse:collapse;}
#shoutbox .shout.highlight{background:#FF0;}
#shoutbox .shout{background:#171614;}
#shoutbox .shouts{padding:3px;background:#171614;font:14px arial;}
#shoutbox .shoutform{background-color: #171614;padding:20px;width:220px;margin-top:30px}
#shoutbox .title{background:#2D2D2B;color:#A6A4A1;}
#shoutbox .title a{color:#A6A4A1;}
#shoutbox .action,#shoutbox .action a,.sbhistory .action,.sbhistory .action a{font-style:italic;color:#A6A4A1;}
#shoutbox .action a,.sbhistory .action a{color:#A6A4A1;}
#shoutbox img{max-height:50px;max-width:150px;}
#shoutbox .shout .delete{margin-right:10px;display:none;}
#shoutbox .shout:hover .delete{display:inline;}
.sbhistory .shout .delete{margin-right:10px;}
.sbhistory{padding:10px;}
/*Buddy/Contacts List*/
#buddylist .online{color:#383635;}
#buddylist .offline{color:#CCC;}
#buddylist .blocked{color:#F00;}
#buddylist .content{height:300px;width:200px;overflow-y:auto;}
#buddylist .contact{background:#171614;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{}
.contact-card .content a{font-size:14px;}
.contact-card .right{padding:10px;width:150px;}
.contact-card .left{padding:10px 30px;}
.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; background-color:#171614;}
.userprofile .leftbar{float:left;width:300px;border:1px solid #000;background:#171614;}
.userprofile .leftbar .username{background:#171614;border-bottom:1px solid #000;padding:.5em;font-weight:bold;}
.userprofile .leftbar .avatar{margin-top:20px;text-align:center;width:300px !important;height:300px !important;}
.userprofile .leftbar .usertitle{font-size:.8em;margin:1px;text-align:center;}
.userprofile .infobox{background:#171614;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:310px;}
.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:#171614;}
.userprofile .pftabs a.active{background:#171614;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:#171614;border:1px solid #171614;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:95%;text-align:left;}
.head{padding-bottom:0;position:relative;}
.navigation ul{list-style-type:none;padding:0;margin:0;height:15px; width:100%;}
.navigation ul li{padding: 5px 10px 5px 10px;float:left;}
.navigation ul li.active a{color:#FFF;}
.navigation a{color:#A6A4A1; }
.navigation a:hover{color:#FFF; text-decoration:none;}
.c_bottom{height:9px;}
.footer{text-align:center;margin-top:10px;color:#86B5D9;}
.footer a{color:#86B5D9;}
.odsc {text-align:center;color:#86B5D9;font-size:9px;}
.odsc a{color:#86B5D9;}
.bodyshad{padding:0 9px;}
/*#body{padding-bottom:10px}
*:focus{outline:none;}
/*Logo*/
#logo{clear:both;margin-left:40px;line-height:155px;}
#logo img{vertical-align:middle;}
/*UserBox*/
#userbox{color:#A6A4A1;padding:5px;}
#userbox{color:#171614;position:absolute;top:0px;right:0px;}
#userbox form{margin:0;font-size:16px; color:#A6A4A1;}
#userbox form input{width:200px; background-color:171614; color:#A6A4A1;}
#userbox form input[type=submit]{width:auto; background-color:171614; color:#A6A4A1;}
#userbox a{color:#86B5D9;}
#userbox a:first-child{color:#86B5D9;}
#userbox .welcome{text-align:center;color:#A6A4A1;}
#userbox .lastvisit{color:#A6A4A1;text-align:center;}
#userbox .messages{float:left;width:50%;color:#A6A4A1;}
#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:#86B5D9;}
#userbox .forgot{font-size:smaller;float:right;color:#86B5D9;}
#userbox a.num-messages{color:#86B5D9;}
/*Breadcrumbs*/
#path{font:14px arial;margin-top:10px;padding:.5em 0 .5em 1em;}
#path ul{list-style:none;margin:0;padding:0;}
#path ul li{background:url(http://i.imgur.com/l7p5U.png) no-repeat;padding-left:20px;margin-right:10px;float:left;}
#path ul li:first-child{background:none;padding-left:0;}
#path a{color:#86B5D9;}
/*Board Index*/
.idxtools{font-size:smaller;margin:10px;}
.idxtools a{color:#A6A4A1;}
.boardindex{width:100%;border-collapse:collapse;font:12px arial;}
.boardindex td{background:#262627; border:1px solid #383635;}
.boardindex .last_post{background:#171614 ;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:#86B5D9;}
.boardindex .f_icon{border-style:solid none solid none;background-color:#262627;width:0px;vertical-align:middle;text-align:center;padding-left:0px;}
.boardindex .unread .forum a{font-weight:bold; color:#86B5D9;}
.boardindex .forum{border-left:none;background-color:#262627;padding-left:10px;}
.boardindex .forum a{font:14px arial; color:#A6A4A1;}
.boardindex .subforums,.boardindex .ledby,
.boardindex .subforums a,.boardindex .ledby a{font-style:italic;font-size:10px;}
.boardindex .item_1,.boardindex .item_2{font-size:11px;width:165px;background:#171614;text-align:center;border-right:none;}
/*Forum Listings*/
.forumindex{width:100%;border-collapse:collapse;font:12px arial;}
.forumindex td{border:1px solid #383635;}
.forumindex .f_icon{width:12px;padding:0;background:#171614;display:none;}
.forumindex .unread .topic{font-weight:bold;}
.forumindex .topic{background-color:#171614;border-left:none;padding-top:0 !important; padding-bottom:0 !important;}
.forumindex .last_post{width:250px;background-color:#171614;}
.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:85px;text-align:center;background-color:#171614; padding-top:0 !important; padding-bottom:0 !important;}
.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;}
.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;}
.forum-buttons-top a{color:#86B5D9;}
/*Subforums (in forum listings)*/
.subindex{width:100%;border-collapse:collapse;font:12px arial;}
.subindex td{border:1px solid #383635;}
.subindex .last_post{background-color:#171614;padding:10px;border-right:none;}
.subindex .last_post a{color:#86B5D9;}
.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:#262627;width:40px;vertical-align:middle;text-align:center;}
.subindex .forum{border-left:none;background-color:#262627;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:#171614;text-align:center;padding:5px 2px;border-right:none;}
/*Topic View*/
#intopic{width:100%;margin:auto;border-collapse:collapse; background-color:#2D2D2B;}
#intopic td{vertical-align:top;}
#intopic .userdata{text-align:center;width:0px; background-color:#171614; border-top:10px solid #2D2D2B;}
#intopic .avatar{margin-right:10px;margin-top:10px;}
#intopic .username a{font-weight:bold;}
#intopic .signature{font-size:smaller;display:inline-block;margin-left:20px;margin-right:20px;border-top:1px dashed #CCC;}
#intopic .edit,#intopic .quotepost{margin-left:10px;padding-left:18px;) no-repeat top left;}
#intopic textarea{width:650px;height:200px;color:#A6A4A1;}
#intopic .modpost.selected{color:#090;}
#intopic .quotepost{background-position:0 -32px;}
#intopic .post{line-height:140%;background:#171614;max-width:700px; border-top:10px solid #2D2D2B;}
#intopic .post .attachment{font-size:smaller;}
#intopic .post .post_content{padding:10px;}
#intopic .post .post_buttons{font-size:smaller;float:left;text-align:left;padding:4px;}
#intopic .post .post_info{padding:4px;text-align:right;color:#55C;font-size:smaller;}
#intopic .postbottom{height:30px;text-align:right;border-top:hidden;background:#171614;}
/*Post Ratings*/
#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;border:1px solid #99F;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;border:1px dashed #99F;}
/*end post ratings*/
#intopic .userstats{font-size:smaller;text-align:left;padding:10px;background:#CCF;margin:10px;}
#intopic .usertitle{font-size:.6em;}
.topic-buttons-top,.topic-buttons-bottom{margin:10px;text-align:right;}
.topic-buttons-top a,.topic-buttons-bottom a{color:#86B5D9;}
.topic-tools{float:right;}
.topic-reply-form textarea{width:500px;height:200px;}
#poll{margin-bottom:10px;}
#poll .content{background:#171614;padding:10px;}
#poll .title,#poll .buttons{text-align:center;}
#poll .choice{padding:5px;margin-bottom:10px;background:#171614;border:1px solid #171614;}
#poll table{border-collapse:collapse;background:#171614;width:100%;}
#poll td{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{padding:20px;background:#383635;}
.topicform input[type=text]{width:500px; background-color:#171614; color:#A6A4A1; border:none;}
.topicform label{display:inline-block;width:100px;padding-bottom:20px;}
.topicform textarea {height:300px;width:100%;color:#A6A4A1; background-color:#171614;}
.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:#DDF;}
.topicform .files .file .name{display:inline;}
.topicform .progressbar{margin-left:10px;display:inline-block;width:200px;height:20px;border:1px solid #000;background:#171614;}
.topicform .progressbar .progress{height:100%;background:#2663C3;}
#polloptions{padding:10px;background:#383635;}
#polloptions textarea{height:200px;width:100%;color:#A6A4A1;}
#qreply textarea{border-style:none none solid none; color:#A6A4A1;}
/*New Post Form*/
.postform {padding:10px;background:#383635;}
.postform textarea{height:300px;width:100%;color:#A6A4A1;}
.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 #CCF;background:#DDF;}
.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:#171614;}
.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;}
#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;}
/*Calendar*/
.calendar{width:100%;empty-cells:hide;}
.calendar .month{font-size:25px;padding:20px;}
.calendar th{text-align:center;}
.calendar td{height:100px;width:14%;border:1px solid #000;}
.calendar td>div{height:100%;position:relative;}
.calendar .today{background:#CCDDFF;}
.calendar .birthdays{font-size:smaller;position:absolute;bottom:0;background:url(http://jaxboards.com/Themes/Default/icons/birthday.png) no-repeat;padding-left:18px;}
/*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:0px 5px 0 0px;}
.box>.title{position:relative;background-color: #2D2D2B;color:#A6A4A1;}
.box>.title .x{background:url(http://jaxboards.com/Themes/Default/icons/collapse.png);position:absolute;top:4px;right:4px;width:9px;height:9px;text-indent:10px;overflow:hidden;cursor:pointer;}
.box.collapsed .title .x{background-position:0 -9px;}
.box .content_top{display:none;}
.box .content{background:#171614;}
.box .content>.error{margin:0;padding:10px;}
/*Function-Specific*/
#debug{display:none;position:absolute;top:0;left:0;background:#171614;color:#000;}
#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:#171614;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 #171614;}
.pages-top .active,.pages-bottom .active{color:#86B5D9;text-decoration:underline;}
.pages-top,.pages-bottom{position:absolute;margin-left:10px; color:#86B5D9;}
.pages-top a{color:#86B5D9 !important;}
.pages-bottom a{color:#86B5D9 !important;}
.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;}
#status{display:block;background:url(http://jaxboards.com/Themes/Default/icons/status.png) top no-repeat;width:16px;height:16px;position:absolute;top:3px;left:3px;}
#status.invisible{background-position:bottom;}
/*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{padding:20px;background-color: #262627;}
#stats .userstoday{margin-top:10px;padding-top:10px;}
#stats .stats{margin-top:10px;padding:10px 25px;background:url(http://jaxboards.com/Themes/Default/icons/boardstats.png) left center no-repeat;}
#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;}
/*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: #1F1D1B;padding:10px; border:1px solid #171614;}
.quote .quotee{margin:-10px 0 10px -5px;font-weight:bold; color:#86B5D9;}
.code{background:#000;padding:10px;font-family:consolas,fixedsys;font-size:12px;color:#FFF;}
.spoilertext{display:inline-block;background:#000;color:#000}
.spoilertext *{visibility:hidden;}
.spoilertext:hover *{visibility:visible;}
.spoilertext:hover{background:#000;color:#FFF;}
/*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;}
/*Social icons*/
.social{display:inline-block;background:url(http://jaxboards.com/Themes/Default/icons/social.png) no-repeat;width:16px;height:16px;overflow:hidden;text-indent:-1000px;}
.rss{background-position:0 0;}
/*Tooltip*/
.tooltip{position:absolute;border-collapse:collapse;color:#A6A4A1;max-width:550px;}
.tooltip td{background:url(http://jaxboards.com/Themes/Default/img/tooltip.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;}
/*Arcade*/
.arcade{width:100%;}
.gameinfo{float:right;width:200px;text-align:center;height:100%;margin:10px 10px 0 0;border:1px solid #99F;background:#EEF;}
#scores{margin:10px;border:1px solid #99F;background:#171614;}
#searchform .content{padding:10px;}
#searchform label{margin:10px;display:inline-block;}