-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.css
569 lines (516 loc) · 25.4 KB
/
base.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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
@media all {
/* Main tags */
body {font-family:arial,helvetica,sans-serif; font-size:75%; margin:0; -webkit-text-size-adjust:none; padding-top:0px!important; min-width:320px}
input, textarea, select, button {font-family:arial,helvetica,sans-serif; font-size:100%; outline:none}
p {line-height:1.4; margin:0 0 1em 0}
a img {border:0}
abbr {cursor:help}
/* Links */
a {text-decoration:none}
a:hover {color:#000; text-decoration:underline}
a:active {color:#666}
a, .link, .p .hdr a.link {color:#00f}
/* Misc */
.fl {float:left}
.fr {float:right}
.clear {clear:both; font-size:1px; margin:0; padding:0; width:1px}
small, dt {font-size:90%}
#loading {font-size:120%; padding:5px 15px; position:fixed; right:25px; top:0; z-index:10000}
.strike {text-decoration:line-through}
img.avatar, div.avatar img {width:105px; max-height:151px; object-fit:cover; vertical-align:bottom; image-rendering:auto}
.disabled {cursor:default}
h2 {font-size:160%; font-weight:normal}
h3 {font-size:120%; font-weight:bold}
#appearance #preview {margin-bottom:0}
/* Header */
#hdr {overflow:hidden; padding:0 25px; position:relative}
#hdr h1 {float:left; font-size:190%; font-weight:normal; margin:0; padding:17px 0}
#hdr h1 img {height:36px; margin-right:15px}
#hdr h1 img, #forumTitle {vertical-align:middle}
#stats {float:right; font-size:90%; line-height:1.5em; margin-top:1em; text-align:right}
.small #hdr h1 {float:left; font-size:150%; line-height:1.7; overflow:hidden; padding:7px 0; margin-right:5%; white-space:nowrap}
.small #hdr h1 img {height:32px}
#hdr #search {margin-bottom:0; margin-top:10px; overflow:hidden}
/* Forum description */
#forumDescription {font-size:12px}
#hdr h1#hasForumDescription img {float:left}
#hdr h1#hasForumDescription #forumTitle {float:right; position:absolute; font-size:20px}
#hdr h1#hasForumDescription #forumDescription {display:block; white-space:nowrap}
/* User bar */
#bar {line-height:18px; overflow:hidden; padding:6px 25px; height:18px}
#bar ul {list-style-type:none; margin:0; padding:0}
#bar li {float:left; margin:0}
#bar .fl li {margin-right:3px}
#bar .fr li {margin-left:3px}
#bar strong {font-size:120%}
#bar form {font-size:90%; margin-top:-1px; margin-bottom:-2px}
#bar .text {width:8em}
#bar input.text {height:14px; border-radius:0; -webkit-appearance:none}
#bar span.button {height:18px}
#bar img {vertical-align:-4px}
#bar li a span.button {font-size:90%; margin-top:-1px; margin-bottom:2px; display:flex; display:-webkit-flex; display:-webkit-box; display:-moz-box; display:-ms-flexbox}
#login {margin-top:-6.5px!important; padding-top:5.5px; padding-bottom:5.5px; padding-right:3px}
a#nav-exit {display:block; margin-top:-6px; padding-top:6px; padding-bottom:3px; padding-left:3.5px}
#nav-dpav select {height:20px; margin-left:3px}
strong#nav-prof {margin-right:5px}
#mbl-prof {display:none}
#mbl-prof span {display:none}
/* Header and bar */
#hdrbarpack {top:0; z-index:100; position:relative}
/* Body */
#body {padding:10px 25px; padding-bottom:0}
#wrapper {max-width:1000px; margin:0 auto}
/* Tags & gambits */
#tagArea {margin-bottom:10px}
#tags, #gambits {line-height:1.2; margin:10px 10px 10px; text-align:justify}
#tags a, #gambits a {margin-right:0.7em}
a.s1 {font-size:140%}
a.s2 {font-size:115%}
a.s3 {font-size:110%}
a.s4 {font-size:100%}
a.s5 {font-size:90%}
/* Search form */
#search {font-size:150%; min-width:100px; overflow:hidden; padding-right:7.1em; margin-bottom:10px}
#search .fr {margin-right:-18.5em; width:18.5em}
#searchText {float:left; height:21px; min-width:100px; width:100%; margin-right:-100%; padding-right:2em}
#search.withStartConversation {padding-right:18.5em}
#submit {float:left; font-size:100%; position:relative}
#submit input {font-size:100%; margin-left:-5px; padding-left:8px; width:5.5em}
#new {float:right; font-size:100%}
#new input {font-size:100%; width:10.5em}
#reset {display:block; float:left; height:27px; line-height:23px; overflow:hidden; text-align:center; width:1.5em}
/* Messages */
#messages .msg {margin:0}
.msg .close {float:right; padding:0 5px; margin:-2px -4px 0 0}
.msg {line-height:1.4; margin:0 0 1em 0; padding:5px 10px}
.msg code {background:none}
/* Stars */
.star1, .star0 {cursor:default; display:block; font-size:600%; font-weight:normal; height:0.4em; line-height:0.8; overflow:hidden; width:0.4em}
a.star1, a.star0 {cursor:pointer}
.star1 span, .star0 span {display:none}
.starInline {cursor:inherit; display:none; display:inline-block; font-size:350%; margin-bottom:-4px}
/* Conversation labels */
.label {font-size:90%; padding:0 5px; white-space:nowrap}
/* Conversations table */
.c {margin:10px 0 1px; width:100%}
.c th {font-weight:normal; font-size:90%; padding:6px 0; text-align:left}
.c td {line-height:1.1; padding:5px 0}
.c .labels {margin-right:3px}
.c strong {font-size:120%; font-weight:bold}
.c .read {font-weight:normal}
.c strong a {margin:0}
.c a {margin-left:8.5px; margin-bottom:-5px}
.c .author a, .c .lastPost a {margin:0}
.c td.avatar {padding:4px 0 4px 4px; width:32px; text-align:center}
.c td.avatar img {width:30px; height:30px; object-fit:cover; vertical-align:middle}
.c td.star {width:2em}
.c td.star a {margin-left:5px}
.c td.conversation {width:50%; word-break:break-word}
.c .conversation, .c .posts {padding:5px 10px}
.c .posts {text-align:center}
.c td.posts {font-size:175%}
small.tags {margin-right:8.5px}
small.tags:empty {margin:0}
#unreadPost a, #lastPost a {margin:0}
#newResults td {padding:1px 0}
#newResults .msg {margin:0; padding:3px 0; font-size:90%; text-align:center}
#newResults a {margin:0; font-weight:bold}
#more .msg {margin:0; margin-top:-2px; padding:3px 0; text-align:center; font-size:90%}
#more .msg a {font-weight:bold}
#searchResults {margin-bottom:10px}
#searchResults .msg.warning {margin:0}
/* #searchResults tbody tr:hover #unreadPost a, #searchResults tbody tr:hover #lastPost a {display:inherit} */
/* Conversation header */
#cHdr {margin:0 0 10px; overflow:hidden; padding:10px}
/* Info and title (left part) */
#cInfo {float:left; overflow:hidden; width:60%}
#cInfo .star1, #cInfo .star0 {float:left; width:32px; margin:0 5px 0 0; padding:5px 0 0 0}
#cInfo h2 {font-size:100%; margin:0; overflow:hidden}
#cInfo #cTitle {font-size:180%; font-weight:normal; width:75%; margin:0; word-wrap:break-word; text-overflow:ellipsis}
#cInfo #cTitle:not(.text) {padding-left:0}
#cTitle {display:inline-block; padding:3px 2px}
#cInfo .editable {box-shadow:none}
#cInfo .text {width:75%}
#cInfo .editable {background:none; padding:3px}
#cInfo dl {margin:0}
#cInfo dt {clear:left; float:left; line-height:2.1em; margin:5px 5px 0 0; width:32px}
#cInfo dd {display:block; line-height:2em; margin:0; padding-top:4px}
#cInfo .button {line-height:1}
#cTags a {line-height:1.5; padding:0 5px 0 5px; width:fit-content; text-align:center}
#cTags a:empty {display:none}
/* Members allowed (right part) */
#allowed {float:right; text-align:right; width:40%}
#allowed dd {margin:0}
#allowedList {display:block; font-size:90%; margin:5px 0}
#addMember {width:9em; height:14px; margin:0 -5px 5px 0}
/* Pagination */
.pg {clear:both; font-size:95%; line-height:1.8em; margin:0 0 10px; overflow:hidden; padding:0 10em; text-align:center}
.pg li {display:block; float:left; list-style-type:none}
.pg li.left {margin-left:-10em; margin-right:-1px; width:10em}
.pg li.right {margin-left:-1px; margin-right:-10em; width:10em}
.pg li.middle {cursor:pointer; margin:0 -1px; width:100%}
.pg .viewing {bottom:-1px; cursor:E-resize; cursor:col-resize; margin-top:-2px; position:relative; white-space:nowrap}
.pg .viewing div {overflow:hidden; padding:0 2px}
.pg .unread {display:block; margin-top:-20px; overflow:hidden; white-space:nowrap}
.pg li.left a, .pg li.right a {cursor:pointer; display:block; float:left; overflow:hidden; text-align:center; width:6em; white-space:nowrap}
.pg li.left a.first, .pg li.right a.last {width:4em}
/* Conversation post */
hr {display:none}
.p {margin-bottom:10px}
.p .hdr {margin-bottom:5px; white-space:nowrap; overflow:hidden; overflow-x:scroll; overflow-y:hidden; -ms-overflow-style:none; scrollbar-width:none; padding:5px 10px}
.p .hdr::-webkit-scrollbar {display:none}
.p .hdr h3, .p .hdr h4 {border:0; display:inline; font-size:120%; font-weight:bold; margin:0}
.p .hdr span, .p .hdr form {display:inline; font-size:90%; margin-left:7px}
.p .hdr select, .p .hdr input.save {background:none; display:inline; padding-top:1px; margin:-1px 0 -2px 0}
.p .hdr input.save {padding:0 2px}
.p .hdr .thumb {margin:0 8px 0 0; display:inline-block}
.p .hdr .thumb img {width:30px; height:30px; margin:-10px 0 -10px 0; object-fit:cover; display:block; image-rendering:auto}
.p .hdr .pInfo {float:left}
.p .hdr .pInfo .thumb {margin:0 8px 0 -10px; display:none}
.p .hdr .pInfo .thumb img {border-top-color:transparent; border-top-style:solid; border-top-width:3px; box-sizing:border-box}
.p .hdr .controls {float:right; padding-top:1px}
.p .hdr .controls a {font-size:90%; line-height:1.5; margin:0 0 3px 0; width:3.5em; text-align:center; display:inline-block}
.p .hdr .controls span {font-size:100%}
.p .hdr a.button {padding:1px 4px}
.p .body {line-height:1.3; overflow:auto; padding:5px 10px 0}
.p .body img {vertical-align:bottom; max-width:100%}
.p .body video {max-width:100%}
.p .body video, .p .body audio {margin-bottom:-4px}
.p div.avatar {overflow:hidden; padding:5px 0; position:relative; text-align:center; width:115px}
.p.r {border-right-style:solid; border-right-width:115px; border-left-style:solid; border-left-width:1px; border-bottom-style:solid; border-bottom-width:1px}
.p.r div.avatar {float:right; margin-right:-115px}
.p.l {border-left-style:solid; border-left-width:115px; border-right-style:solid; border-right-width:1px; border-bottom-style:solid; border-bottom-width:1px}
.p.l div.avatar {float:left; margin-left:-115px}
.p .parts {width:100%}
.p.r .parts {float:left}
.p.l .parts {float:right}
#cPosts p {word-wrap:break-word; text-align:justify}
#cPosts p:empty {display:none}
.deleted .hdr {margin:0}
.deleted .controls span, .deleted .controls span:nth-child(n+2) > a {margin-left:0}
/* Reply to a conversation */
.p .edit {padding:5px 10px 10px 10px}
.r .edit {padding:5px 10px 10px 0; padding-left:10px}
.l .edit {padding:5px 0 10px 10px; padding-right:10px}
.p .body textarea {height:25em; width:fill-available; width:-webkit-fill-available; width:-moz-available}
.p .editButtons {text-align:right}
#reply-preview p {text-align:justify}
#discardDraft, #submitPost {margin-left:5px}
/* Formatting buttons */
.p .controls {margin:-1px 0 -3px 0}
.p .controls .formattingButtons {overflow:hidden; display:block; float:left; margin-left:5px; margin-right:5px}
.p .controls .formattingButtons a span {margin-left:0}
.p .hdr .formattingButtons a:last-child {margin-right:0}
#reply-previewCheckbox {margin-top:2px; margin-left:0}
#format-b {font-weight:bold}
#format-i {font-style:italic}
#format-h {text-decoration:underline}
#format-s {text-decoration:line-through}
#format-code {font-family:monospace; font-size:120%; line-height:1.4}
/* Formatting checkbox */
.formattingCheckbox {font-size:90%!important; display:inline-table!important; margin-left:0!important}
.formattingCheckbox input {height:12px; display:inline-flex; display:-webkit-inline-flex; margin:0!important; margin-top:2px!important; margin-right:4px!important}
.formattingCheckbox label {display:inline-block; margin-top:3px}
/* Code, quotes, headers */
pre, code, .fixed {font-family:monospace; font-size:120%; overflow-x:auto; white-space:pre-wrap; white-space:-moz-pre-wrap !important; white-space:-pre-wrap; white-space:-o-pre-wrap; word-wrap:break-word}
pre {margin:0 10px 1em; padding:7px}
blockquote {margin:0 0 1em; padding:8px 10px 0 10px}
blockquote cite {display:block; font-style:normal; font-weight:bold; padding-bottom:2px}
blockquote p {margin-bottom:.75em}
.p .body h3 {margin:0 0 5px}
.p hr {display:block; height:1px}
/* Join this forum */
#join input.text {font-size:140%}
#join .msg {padding:4px 10px}
/* My settings */
#settings .post {margin:0}
#settings .submit {margin-bottom:5px}
#preview .body {overflow:visible}
form#settingsAvatar {padding-bottom:8px}
#settingsAvatar label {width:20em}
#settingsAvatar li:last-child {margin-top:-20px}
#settingsPassword label {width:12em}
#settingsOther label {width:32em}
#settingsOther input.checkbox, #settingsOther input.radio {margin:3px 5px 5px 0}
.hidden#settingsOther, .hidden#settingsPassword {margin-bottom:5px; padding-bottom:0}
/* Color palette */
#palette {margin:-10px 0 12px; margin-left:-8px; margin-right:-10px}
#palette table {position:relative; width:100%}
#palette td {padding:0 2px 0 0; vertical-align:top}
#palette a {display:block; height:35px; margin-top:2px}
#palette a.selected {height:40px; margin-top:0}
#palette table#tblfirst a.selected {margin-top:-3px}
#palette table#tblsecond a.selected {height:37px}
/* Admin */
#admin {margin:-15px -25px}
#admin .menu {float:left; width:175px; margin:0; margin-top:5px; margin-left:-175px; padding:10px 0}
#admin .menu li {list-style-type:none; margin:0; padding:0; display:block}
#admin .menu li a {display:block; margin-left:25px; padding:10px 15px; font-size:120%}
#admin .menu li.active a {margin-right:-1px; font-weight:bold}
#admin .inner {padding:15px 25px; padding-bottom:2px; margin-bottom:15px}
#admin .stats label {font-weight:normal; text-align:left; width:30%}
#admin .stats div {float:none; font-size:115%; margin-left:35%}
#admin .stats li {padding-left:10px}
#admin .settingsForm input.text, #admin .settingsForm select {font-size:140%}
#admin .logoForm label, #admin .iconForm label, #admin .settingsForm label {width:20em}
#admin input.checkbox {margin:3px 5px 5px 0}
#admin .clear {display:none}
.form.logoForm img {height:32px; padding:5px}
.form.iconForm img {width:128px; height:128px}
.form.logoForm li:last-child, .form.iconForm li:last-child {margin-top:-20px}
/* Plugins */
#plugins .controls {float:right}
#plugins .controls a, #plugins .toggle {font-size:90%; width:4.5em; text-align:center; display:block; float:left; padding:2px 0}
#plugins .controls a, #plugins small, #plugins strong {margin-left:10px}
#plugins ul {list-style:none; margin:0; padding:0}
#plugins li {display:block; padding:5px}
#plugins li strong {font-weight:normal; font-size:120%}
#plugins li.enabled strong {font-weight:bold}
#plugins li form {margin:15px 5px}
#plugins li .settings {padding:5px 20px; margin-top:5px}
#plugins li form label {margin-bottom:10px; width:25em}
#plugins li input.checkbox {margin:2px 7px 2px 0}
#plugins li li {border:0; padding:0}
#addPlugin .warning {margin:0}
/* Skins */
#skins ul {list-style:none; margin:0; padding:0}
#skins li {float:left; width:297px}
#skins a {display:block; padding:10px}
#skins strong {font-weight:normal; font-size:120%}
#skins li.enabled strong {font-weight:bold}
#skins small {margin-left:10px}
#skins .preview {display:block; font-size:20px; height:153px; margin-bottom:5px; overflow:hidden; text-align:center; width:275px}
#skins .preview span {display:block; margin-top:65px}
#addSkin .warning {margin:0}
/* Profile */
.profile .body {overflow:visible; padding:5px 10px}
.profile .form label {font-weight:normal; text-align:left; width:30%}
.profile .form div {float:none; font-size:115%; margin-left:35%}
.profile .form li {padding-left:10px}
.profile div.about {margin:0 0 1em 0}
.p.profile {margin-bottom:0}
/* Members online */
#membersOnline .p {margin-bottom:4px; border:0}
#membersOnline .p:last-child {margin-bottom:0}
#membersOnline .hdr {margin:0; padding-left:0}
#fieldmembers .warning {margin:unset}
/* Footer */
#ftr {font-size:90%; padding:0 25px 20px; overflow:hidden}
#ftr ul {margin:0; padding:0; list-style-type:none}
#ftr #copyright {margin:0; padding:10px}
#ftr small {font-size:inherit}
#ftr small:not(:first-child) {padding-top:5px}
/* Inputs, buttons, and other form elements */
form {margin:0}
input.text, textarea {padding:2px}
input.checkbox, input.radio {padding:0; margin:0 2px 0 5px; vertical-align:-2px}
label.checkbox, label.radio {cursor:pointer}
fieldset {margin:5px 0 10px 0; padding:0 15px 15px}
legend {font-size:140%; font-weight:bold; padding:5px 10px 10px}
fieldset.hidden {padding:0 16px 0}
fieldset li:last-child {border-bottom:none!important; margin-bottom:0!important}
/* Structured forms */
.form label {float:left; line-height:1.5; margin:0 1em 1px 0; text-align:right; width:12em}
.form div label {float:none; margin:0; text-align:left; width:auto}
.form label.long {text-align:left; width:100%}
.form label.radio {cursor:pointer; text-align:left}
.form input.text, .form select {float:left; margin:0; width:20em}
.form div {float:left; line-height:1.5}
.form div input.text, .form div select {float:none}
.form {margin:0; padding:0}
.form li {display:block; list-style:none; margin-bottom:4px; overflow:hidden}
.form .msg {float:left; font-size:95%; margin:0 0 0 10px; padding:2px 10px}
/* Buttons */
.button, .button input {cursor:pointer; display:-moz-inline-box; display:inline-block; height:20.3px; padding:0; text-align:center}
.button {margin:0; height:18px}
.button input {background:none; border:0; margin-left:5px; margin-right:5px; height:18px}
.big {height:25px}
.big input {font-size:140%; height:26px}
.buttonDisabled, .buttonDisabled:active, .buttonDisabled:hover, .bigDisabled, .bigDisabled:active, .bigDisabled:hover {cursor:default}
.buttonDisabled input, .buttonDisabled:active input, .buttonDisabled:hover input, .bigDisabled input, .bigDisabled:active input, .bigDisabled:hover input {cursor:default}
/* Special properties */
#forgotPassword, #markAsRead, #startConversation {line-height:1.5; margin:0 0 10px 0; padding:0 5px 0 5px; width:fit-content; text-align:center; display:inline-block}
#forgotPassword, #startConversation {display:none}
#forgotPassword {margin:0 0 10px 0}
#accountInformation input {max-width:20em; width:96%}
#settingsOther {padding:0 15px 12px}
td.author, td.lastPost {max-width:95px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
#cInfo #saveTitleTags {display:none!important}
#beenLoggedOutShadow {width:100%!important; height:100%!important}
@keyframes Gradient {
0% {background-position:0% 50%}
50% {background-position:100% 50%}
100% {background-position:0% 50%}
}
@-webkit-keyframes Gradient {
0% {background-position:0% 50%}
50% {background-position:100% 50%}
100% {background-position:0% 50%}
}
@-moz-keyframes Gradient {
0% {background-position:0% 50%}
50% {background-position:100% 50%}
100% {background-position:0% 50%}
}
@media print {
#hdr, #bar, .pg .left, .pg .right, #reply, .avatar, .p .controls {display:none}
.pg {padding:0}
hr {display:block}
.p.r, .p.l {border:0}
}
/* Mobile properties */
@media only screen and (max-width:1000px) {
#editedBy, span.star0 {display:none}
#nav-prof, #nav-conv {display:none}
#nav-dpav {visibility:hidden}
#mbl-prof {display:inherit}
#bar {height:18px}
ul.fl, ul.fr {position:absolute}
ul.fl {z-index:1}
ul.fr {z-index:0; right:25px}
#name-message, #email-message, #password-message, #confirm-message {clear:left; padding-left:146px}
}
@media only screen and (max-width:870px) {
.form.settingsForm li {margin-bottom:10px}
.form.settingsForm li label {text-align:left; width:auto}
.form.settingsForm li div {clear:left}
.form.settingsForm li .checkbox {margin-left:20px}
.form.settingsForm li:last-child {width:20em}
.form.settingsForm li:last-child label {width:20em!important}
.form.settingsForm li:nth-last-child(2) div, .form.settingsForm li:nth-last-child(3) div {position:absolute; padding-left:2px}
#admin .logoForm label, #admin .iconForm label, #admin .settingsForm label {width:auto}
.form.logoForm li, .form.iconForm li {margin-bottom:10px}
.form.logoForm li label, .form.iconForm li label {text-align:left}
.form.logoForm li input, .form.iconForm li input {clear:left; max-width:20em}
.form.logoForm li:last-child, .form.iconForm li:last-child {width:20em; margin-top:0}
.form.logoForm li:last-child label, .form.iconForm li:last-child label {width:20em!important}
.form.logoForm li div, .form.iconForm li div {clear:left}
}
@media only screen and (max-width:800px) {
#reply .hdr {min-height:16px}
#reply .pInfo {display:none}
}
@media only screen and (max-width:735px) {
#settingsOtherForm label {text-align:left; width:auto}
#settingsOtherForm select {max-width:20em; width:96%; clear:left}
#settingsOtherForm li {margin-bottom:5px}
select#avatarAlignment {margin-bottom:10px}
#settingsOtherForm .checkbox {margin-left:20px; width:auto}
#settingsOtherForm input {position:absolute; left:41px}
.c td.conversation {width:75%}
th.author, th.lastPost {display:none}
td.author, td.lastPost {display:none}
/* Change your avatar */
#lbl-avt {display:none}
#upl-ava, #upl-url {clear:left; max-width:20em; width:96%}
#settingsAvatar li:last-child {margin-top:0}
#settingsAvatar label.radio {width:auto}
/* #settingsAvatar .button {margin-left:-1px} */
#appearance .form li {margin-bottom:10px}
}
@media only screen and (max-width:710px) {
div#copyright {margin-top:0}
ul.fl, ul.fr {white-space:nowrap}
#accountInformation .form div:not(.msg) {padding-left:0; width:calc(100% - 5px)}
#accountInformation .msg {margin-left:0}
#accountInformation .form label {text-align:left}
#accountInformation .form input {clear:left}
}
@media only screen and (max-width:670px) {
.form input[name="installPlugin"] {width:15em}
}
@media only screen and (max-width:620px) {
#wrapper.small #search {display:none}
#search.withStartConversation {padding-right:7.15em}
#search .fr {margin-right:-7.15em; width:7.15em}
#bar .fr, #new {display:none}
#startConversation {display:inline-block}
#markasread {margin-bottom:0}
#admin {margin-top:0; border-left:0; border-image:none; background:unset}
#admin .menu {float:none; margin-top:0; margin-left:25px; margin-right:25px; padding:0; width:-webkit-fill-available}
#admin .menu li {display:block; margin-right:0}
#admin .menu li a {display:block; margin:0}
#admin .menu li.active a {margin-right:0; border-left:unset; border-bottom:unset}
#admin .menu li:first-child a {border:none}
#admin .inner {padding-top:10px}
.form input[name="installPlugin"] {width:inherit}
}
@media only screen and (max-width:570px) {
#body {padding:15px 10px; padding-top:10px; padding-bottom:0; overflow:hidden}
#loading {right:10px}
#hdr, #bar {padding-left:10px; padding-right:10px}
#tags {display:none}
#searchResults table.c {margin-top:0}
#ftr {padding:0 10px 10px}
#sconvo .pInfo {display:none}
.p.deleted {margin-bottom:10px}
.p.l div.avatar, .p.r div.avatar {display:none}
.p.l {border-left-width:1px}
.p.r {border-right-width:1px}
.p .hdr .pInfo .thumb {display:inline-block}
blockquote {margin:0 0 1em}
#allowed {margin-block-start:0; margin-bottom:0}
#preview {margin-bottom:0}
#appearance .p .body {padding:5px 0 0}
form#settingsAvatar {padding-left:10px; padding-right:10px}
#palette {margin-left:2px; margin-right:0}
#settingsOtherForm input {left:26px}
.profile .form li, #report {padding-left:0}
/* Formatting controls */
#sconvo .hdr {min-height:16px}
#cPosts .p .hdr .controls {float:none; clear:left; overflow:overlay; margin:21px -10px -7px -10px; padding-top:4px; padding-bottom:4px}
#cPosts .p .hdr .controls a:first-child:not(.deleted .controls span a), #cPosts .deleted .hdr .controls span:first-child {margin-left:10px}
#cPosts .p .hdr .controls .formattingButtons {margin-left:10px; margin-right:10px}
#cPosts .p .hdr .controls .formattingButtons a:first-child {margin-left:0}
#reply .controls {float:none; clear:none; overflow:overlay; margin:-1px 0 -3px 0; padding:0; background:inherit; box-shadow:none}
.p .hdr .controls:blank {display:none}
.p .hdr .controls:empty {display:none}
#reply .formattingButtons {margin:0}
.formattingCheckbox {clear:left; float:left; width:-webkit-fill-available; margin-top:3px; margin-bottom:3px; padding-top:3px}
#cPosts .p .hdr .controls .formattingCheckbox {padding-left:10px}
.p.deleted .body {margin-top:5px}
}
@media only screen and (max-width:500px) {
#nav-fgpw {display:none}
#forgotPassword {display:inline-block}
/* #login {padding-right:0; border-right:0} */
#nav-join span.button {margin-right:-20px}
}
@media only screen and (max-width:490px) {
#settingsPassword .form li, #settingsUser .form li {margin-bottom:10px}
#settingsPasswordForm label, #settingsUserForm label {text-align:left; width:auto}
#settingsPasswordForm input.text, #settingsUserForm input.text {clear:left; max-width:20em}
#lbl-pass {display:none}
fieldset#forgot-pass {padding:0 15px 10px}
#forgot-password .form label {text-align:right; width:auto}
#forgot-password input#email {clear:left; max-width:20em; width:96%}
label#lbl-fgps {width:12em; display:none}
#forgot-password .button {margin-top:6px; margin-bottom:6px}
#forgot-pass-reset .form li {margin-bottom:10px}
#forgot-pass-reset .form label {text-align:right; width:auto}
#forgot-pass-reset input {clear:left; max-width:20em; width:96%}
label#lbl-fgcf {width:12em; display:none}
#forgot-pass-reset .button {margin-top:2px; margin-left:-1px}
#addPlugin ul.form li:first-child, #addSkin ul.form li:first-child {margin-bottom:10px}
#addPlugin ul.form li:first-child label, #addSkin ul.form li:first-child label {text-align:left}
#addPlugin ul.form li:first-child input, #addSkin ul.form li:first-child input {clear:left}
#addPlugin ul.form li:last-child label, #addSkin ul.form li:last-child label {display:none}
#addPlugin .warning, #addSkin .warning {margin:0}
}
@media only screen and (max-width:420px) {
#addMember {width:5em}
}
@media only screen and (max-width:405px) {
#rememberMe, #rememberChk {display:none}
}
@media only screen and (max-width:395px) {
#membersOnline .hdr span {display:none}
#basicSettings .form.settingsForm li:nth-child(-n+3) div {width:100%}
#admin .settingsForm input.text, #admin .settingsForm select {width:-webkit-fill-available}
}
@media only screen and (max-width:340px) {
#discardDraft {clear:left; margin:5px 0 0 0}
}
@media only screen and (max-width:320px) {
#nav-skin, #nav-plgn {display:none}
}