-
Notifications
You must be signed in to change notification settings - Fork 619
Expand file tree
/
Copy pathqa-styles.css
More file actions
539 lines (444 loc) · 29.5 KB
/
qa-styles.css
File metadata and controls
539 lines (444 loc) · 29.5 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
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
/*
Theme Name: Candy
Theme URI:
Theme Version: 1.5
Theme Date: 2012-09-11
Theme Author: Question2Answer
Theme Author URI: http://www.question2answer.org/
Theme License: GPLv2
Theme Update Check URI:
*/
/* General page layout */
body {background:#bddb62 url(page-bg.png) repeat-x left top; margin:0; padding:0; text-align:center;}
body,td,input,textarea {font-size:12px; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;}
a:link,a:active,a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
input {outline:none;}
p {margin-top:0;}
.qa-notice {background:#ebc5e2 url(suggest-bg.png) repeat-x left bottom; border-bottom:1px solid #597700; color:#5c0045; font-size:14px; padding:12px 32px; font-weight:bold; position:relative;}
.qa-notice-close-button {font-family:"Arial Black"; color:#5c0045; font-size:18px; background:none; cursor:pointer; position:absolute; height:24px; border:none; top:4px; right:6px}
.qa-body-wrapper {background:#fff; border:1px solid #597700; width:980px; margin:-1px auto 0; text-align:left;}
/* Ajax loading spinner */
.qa-waiting {background:url(spinner-icon-14x14.gif) no-repeat center; width:14px; height:14px; display:inline-block; font-size:0; margin:0 8px 0 4px; vertical-align:middle;}
.qa-favoriting .qa-waiting {position:absolute; padding:18px 0;}
.qa-a-selection .qa-waiting {position:absolute; padding:18px 0; margin-left:-32px;}
/* Clearing classes */
.qa-nav-main-clear,
.qa-nav-sub-clear,
.qa-q-item-clear,
.qa-q-view-clear,
.qa-a-item-clear,
.qa-c-item-clear,
.qa-footer-clear,
.qa-page-links-clear {clear:both;}
/* Headings */
h1 {margin:1em 0 0.5em 0; color:#c659ab; font-size:28px; font-weight:bold;}
h2 {font-size:22px; color:#c659ab; padding-top:12px; clear:both;}
.qa-favoriting {float:right; padding-right:16px;}
.qa-favorite-button,.qa-unfavorite-button {background:url(favorite-heart.png) no-repeat; border:0; height:49px; width:50px;}
.qa-favorite-button {background-position: 0 -49px;}
.qa-favorite-button:hover {background-position: 0 0;}
.qa-unfavorite-button {background-position: 0 -98px;}
.qa-unfavorite-button:hover {background-position: 0 0;}
.qa-error {background:#fed8d8 url(error-bg.png) repeat-x left top; border:2px solid #c00; color:#c00; font-size:18px; padding:.5em; margin:1em 0; }
.qa-error a {color:#900; text-decoration:underline;}
.qa-error a:hover {color:#f00;}
.qa-warning {background:#fefed8 url(warning-bg.png) repeat-x left top; border:2px solid #bb0; color:#bb0; font-size:18px; padding:.5em; margin:1em 0; }
.qa-warning a {color:#990; text-decoration:underline;}
.qa-warning a:hover {color:#cc0;}
.qa-success {background: #d9fcde url(success-bg.png) repeat-x left top; border:2px solid #00cc1b; color: #00a113; font-size:18px; padding:.5em; margin:1em 0; }
.qa-success a {color: #009914; text-decoration:underline;}
.qa-success a:hover {color: #00ff22;}
/* Page sections */
.qa-header {position:relative;}
.qa-sidepanel {float:right; width:176px; word-wrap:break-word;}
.qa-sidebar {padding:12px; font-size:14px; background:#ebc5e2 url(sidebar-bg.png) repeat-y right top; border: 2px solid #6a1b56; border-right:none; margin:18px 0;}
.qa-feed {background:url(feed-icon-14x14.png) no-repeat left 1px; padding-left:20px; margin:18px 12px 18px 0;}
.qa-feed-link {font-size:12px; color:#666;}
.qa-main {padding-left:20px; float:left; width:750px; margin-bottom:24px; clear:left; overflow:hidden;}
.qa-main-hidden h1 {color:#999;}
.qa-footer {clear:both; background:#3b7c1f url(footer-bg.png) repeat-x left top; color:#FFF; font-size:10px; padding:10px;}
* html .qa-footer {padding-top:6px;} /* IE6 */
/* Widget wrappers */
.qa-widget-full {clear:both; margin:12px 20px; width:920px;}
.qa-widget-full-high {margin-bottom:0;}
.qa-widgets-main-high {margin-bottom:24px;}
.qa-widget-main {margin:16px 0; width:748px;}
.qa-widget-main-bottom {margin-bottom:0;}
.qa-widget-side {margin:24px 0; width:160px;}
/* Header sections */
.qa-logo {float:left; margin-bottom:16px; padding-left:20px; padding-top:10px; font-size:48px; font-weight:bold; color:#6a1b56;}
.qa-logo-link, .qa-logo-link:hover {color:#6a1b56;}
.qa-search {float:right; background:#efecb2; border:2px solid #c0b600; border-top:0; padding:10px; margin-right:10px; white-space:nowrap;}
* html .qa-search {margin-right:6px;} /* IE6 */
.qa-search form {margin:0;} /* IE6/7 */
.qa-search-field {width:12em; margin-right:2px;}
.qa-nav-user {float:right; clear:right; font-size:12px; color:#293D39; margin:10px 20px 0 0; white-space:nowrap; }
* html .qa-nav-user {margin-right:12px;} /* IE6 */
.qa-nav-user-list {list-style:none; padding:0; margin:0; display:inline;}
.qa-nav-user-item {display:inline; margin-left:12px; font-weight:normal; text-transform:uppercase;}
.qa-nav-user-link {color:#293d39;}
.qa-logged-in {display:inline;}
/* Main, sub and category navigation */
.qa-nav-main {clear:both; background:#efeb9c url(nav-main-bg.png) repeat-x left top;}
.qa-nav-main-list {font-size:20px; list-style:none; padding:0; margin:0;}
.qa-nav-main-item,.qa-nav-main-item-opp {background:#efeb9c url(nav-main-bg.png) repeat-x left top;}
.qa-nav-main-item {float:left; padding-left:10px;}
.qa-nav-main-item-opp {float:right; padding-right:10px;}
.qa-nav-main-link {background:#efeb9c url(nav-main-bg.png) repeat-x left top; color:#597700; display:block; padding:14px 10px;}
.qa-nav-main-link:hover,.qa-nav-main-selected {background: url(nav-main-sel-bg.png) repeat-x left top; border-left:1px solid #e9e697; border-right:1px solid #e9e697; color:#8d006a; padding:14px 9px; text-decoration:none;}
.qa-nav-main-hot .qa-nav-main-link {color:#c33;}
.qa-nav-sub {clear:both; background:url(nav-sub-bg.png) repeat-x left top;}
* html .qa-nav-sub {background:none;} /* IE6 since z-order goes wrong */
.qa-nav-sub-list {font-size:12px; list-style:none; padding:0; margin:0;}
.qa-nav-sub-item {float:left; padding:5px 0 11px 10px;}
.qa-nav-sub-link {color:#7d7600; font-weight:normal; padding:5px 8px; display:block; text-transform:uppercase;}
.qa-nav-sub-link:hover, .qa-nav-sub-selected {color:#000; text-decoration:none;}
.qa-nav-cat {margin:18px 12px 18px 0;}
.qa-nav-cat-list {list-style:none; padding:0; margin:0;}
.qa-nav-cat-list-1 {font-size:14px;}
.qa-nav-cat-list-2 {font-size:12px; margin-left:1em;}
.qa-nav-cat-list-3 {font-size:10px; margin-left:1em;}
.qa-nav-cat-list-4 {font-size:9px; margin-left:1em;}
.qa-nav-cat-item {margin:0.5em 0;}
.qa-nav-cat-link {font-weight:bold;}
.qa-nav-cat-selected,.qa-nav-cat-selected:hover {text-decoration:none; color:#000;}
/* Pagination */
.qa-page-links {padding:12px 0; font-size:14px; clear:both; zoom:1;} /* zoom:1 for IE6 */
.qa-page-links-label {display:none;}
.qa-page-links-list {margin:0; padding:0; list-style:none;}
.qa-page-links-item {text-align:center; border:1px solid #CCC; float:left; display:inline;}
.qa-page-link,.qa-page-selected,.qa-page-prev,.qa-page-next,.qa-page-ellipsis {display:block; padding:10px 0;}
.qa-page-link,.qa-page-selected,.qa-page-ellipsis {width:40px;}
.qa-page-link {color:#999; background:#f1f1f1;}
.qa-page-selected {color:#333; background-color:#fff;}
.qa-page-prev,.qa-page-next {color:#333; background:#f1f1f1; width:60px;}
.qa-page-ellipsis {color:#666;}
.qa-page-link:hover,.qa-page-prev:hover,.qa-page-next:hover {text-decoration:none; background-color:#FFF; color:#333;}
/* Standard form (tall version) */
.qa-form-tall-table {width:500px; border-collapse:collapse;}
.qa-form-tall-spacer {line-height:1px; padding:0; font-size:1px;}
.qa-form-tall-ok {color:#090; font-size:18px; padding:6px; text-align:center;}
.qa-form-tall-label {background:url(form-cell-bg.png) repeat-y scroll left top transparent; border-top:6px solid #fff; color:#253845; padding:8px; font-size:14px;}
.qa-form-tall-data {background:url(form-cell-bg.png) repeat-y scroll left top transparent; padding:8px; width:480px;}
.qa-form-tall-text,.qa-form-tall-number,.qa-form-tall-email {padding:3px;}
.qa-form-tall-text,.qa-form-tall-email {width:480px; border:1px solid #999; font-size:16px;}
.qa-form-tall-number {width:48px; border:1px solid #999;}
.qa-form-tall-checkbox {float:left; margin-right:4px;}
.qa-form-tall-image {text-align:center; margin-top:12px;}
.qa-form-tall-image img {border:1px solid #000;}
.qa-form-tall-suffix {font-weight:normal; font-size:10px; color:#666;}
.qa-form-tall-error {color:#c00; font-size:14px; margin-top:6px; display:inline-block;}
.qa-form-tall-note {margin-top:6px;}
.qa-form-tall-note a {color:#293D39; text-decoration:underline;}
.qa-form-tall-note a:hover {color:#396E63;}
.qa-form-tall-buttons {padding:24px 8px 8px 8px; text-align:center;}
.qa-form-tall-button {background:#f6f5f5 url(button-bg.png) repeat-x left top; border:1px solid #bfbfbf; color:#206b00; padding:4px 8px; text-transform:uppercase;}
.qa-form-tall-button:hover {background:#e8c6df url(button-hover-bg.png) repeat-x left top; border:1px solid #c1a0b9; color:#6a1b56; padding:4px 8px; text-transform:uppercase;}
/* Standard form (wide version) */
.qa-form-wide-table {background:url(form-cell-bg.png) repeat-y scroll left top transparent; border-collapse:collapse;}
.qa-form-wide-spacer {line-height:1px; padding:0; font-size:1px; border-bottom:4px solid #fff; background:#fff;}
.qa-form-wide-ok {color:#090; font-size:18px; padding:6px; text-align:center;}
.qa-form-wide-label {border-bottom:2px solid #FFF; color:#253845; padding:10px; font-size:14px; font-weight:normal; white-space: nowrap;}
.qa-form-wide-data {border-bottom:2px solid #FFF; padding:6px 10px;}
.qa-form-wide-text,.qa-form-wide-number,.qa-form-wide-email {padding:3px;}
.qa-form-wide-text,.qa-form-wide-email {width:320px; border:1px solid #999;}
.qa-form-wide-number {width:48px; border:1px solid #999; vertical-align:middle;}
.qa-form-wide-error {display:inline-block; color:#c00; font-size:11px; margin-left:6px;}
.qa-form-wide-note {font-size:10px; margin-left:4px; color:#666;}
.qa-form-wide-buttons {background:#FFF; padding:12px 0 8px 0;}
.qa-form-wide-prefix {font-size:14px;}
.qa-form-wide-button {background:#f6f5f5 url(button-bg.png) repeat-x left top; border:1px solid #bfbfbf; color:#206b00; padding:4px 8px; text-transform:uppercase;}
.qa-form-wide-button:hover {background:#e8c6df url(button-hover-bg.png) repeat-x left top; border:1px solid #c1a0b9; color:#6a1b56; padding:4px 8px; text-transform:uppercase;}
.qa-form-tall-help, .qa-form-wide-help {display:inline-block; width:17px; height:17px; margin-left:4px; border-radius:17px; background-color:#6a1b56; color:#fff; font-size:10px; line-height:17px; text-align:center; cursor:help;}
/* Standard form (light version - buttons only) */
.qa-form-light-button {background:none; border:0; height:24px; cursor:pointer; padding:0; margin-right:6px; font-size:12px; text-align:left; overflow:visible;} /* overflow:visible for IE */
.qa-form-light-button {color:#666;}
.qa-form-light-button:hover {color:#000;}
.qa-form-light-button-edit,.qa-form-light-button-retagcat {background:url(edit-icon.png) no-repeat left center; padding-left:24px;}
.qa-form-light-button-flag {background:url(flag-icon.png) no-repeat left center; padding-left:24px;}
.qa-form-light-button-unflag,.qa-form-light-button-clearflags {background:url(unflag-icon.png) no-repeat left center; padding-left:24px;}
.qa-form-light-button-hide {background:url(hide-icon.png) no-repeat left center; padding-left:24px;}
.qa-form-light-button-follow {background:url(follow-icon.png) no-repeat left center; padding-left:24px;}
.qa-form-light-button-comment {background:url(comment-icon.png) no-repeat left center; padding-left:22px;}
.qa-form-light-button-answer {background:url(answer-icon.png) no-repeat left center; padding-left:26px;}
.qa-form-light-button-reshow {background:url(reshow-icon.png) no-repeat left center; padding-left:24px;}
.qa-form-light-button-claim {background:url(claim-icon.png) no-repeat left center; padding-left:22px;}
.qa-form-light-button-delete {background:url(delete-icon.png) no-repeat left center; padding-left:24px;}
.qa-form-light-button-approve {background:url(approve-icon.png) no-repeat left center; padding-left:24px;}
.qa-form-light-button-reject {background:url(reject-icon.png) no-repeat left center; padding-left:24px;}
.qa-form-light-button-close {background:url(close-icon.png) no-repeat left center; padding-left:24px;}
.qa-form-light-button-reopen {background:url(reopen-icon.png) no-repeat left center; padding-left:24px;}
/* Standard form (basic version - buttons only) */
.qa-form-basic-button {margin:4px 4px 8px 0; vertical-align:middle;}
.qa-form-basic-button {background:#f6f5f5 url(button-bg.png) repeat-x left top; border:1px solid #bfbfbf; color:#206b00; padding:4px 8px; text-transform:uppercase;}
.qa-form-basic-button:hover {background:#e8c6df url(button-hover-bg.png) repeat-x left top; border:1px solid #c1a0b9; color:#6a1b56; padding:4px 8px; text-transform:uppercase;}
.qa-form-basic-note {font-size:11px;}
/* Question list */
.qa-q-list-item {background:#fff url(post-bg.png) repeat-x left top; margin-bottom:24px; padding:15px 0 1px 10px; zoom:1;} /* zoom for IE, padding for early FF */
.qa-q-item-stats {float:left;}
.qa-q-item-main {width:500px; float:left; padding-left:10px;}
.qa-q-item-title {color:#000; font-size:20px;}
.qa-q-item-title a {color:#000;}
.qa-q-item-content {font-size:10px; margin-top:8px; max-height:80px; overflow-y:auto; padding:4px; border:1px solid #ccc;}
.qa-q-item-avatar {display:inline-block; vertical-align:middle; margin-top:8px; margin-right:2px;}
.qa-q-item-meta {display:inline-block; vertical-align:middle; margin-top:8px; font-size:14px;}
.qa-q-item-when-data {font-weight:bold;}
.qa-q-item-who-title {font-size:80%; font-weight:bold; color:#6b0000;}
.qa-q-item-points-data {font-weight:bold;}
.qa-q-item-flags {color:#f00; font-weight:bold; padding-left:4px;}
.qa-q-item-tags {margin-top:12px;}
.qa-q-item-tag-list {list-style:none; margin:0; padding:0;}
.qa-q-item-tag-item {display:inline;}
.qa-q-item-buttons {text-align:right;}
.qa-suggest-next {background:#ebc5e2 url(suggest-bg.png) repeat-x left bottom; border:1px solid #6a1b56; color:#c659ab; font-size:14px; padding:8px; text-align:center; clear:both;}
.qa-suggest-next a {color:#5c0045; font-style:italic; text-decoration:underline;}
.qa-suggest-next a:hover {background:#5c0045; color:#FFF; text-decoration:underline;}
/* Votes */
.qa-voting {float:left; width:90px; margin-right:20px; padding-top:10px;}
.qa-vote-buttons {position:relative; height:40px; width:90px;}
.qa-vote-up-button,.qa-vote-up-disabled {background:url(vote-buttons.png) no-repeat; border:0; color:#f1c96b; font-size:1px; width:27px; height:29px;}
.qa-vote-up-button {background-position:0 0; color:#f1c96b;}
.qa-vote-up-disabled {background-position:0 -116px; color:#CCC;}
.qa-vote-up-button:hover {background-position:0 -29px; color:#f1c96b;}
.qa-vote-down-button,.qa-vote-down-disabled {background:url(vote-buttons.png) no-repeat; border:0; color:#f1c96b; font-size:1px; width:27px; height:29px;}
.qa-vote-down-button {background-position:-27px 0; color:#f1c96b;}
.qa-vote-down-disabled {background-position:-27px -116px; color:#CCC;}
.qa-vote-down-button:hover {background-position:-27px -29px; color:#f1c96b;}
.qa-voted-up-button {background:url(vote-buttons.png); border:0; color:#f1c96b; font-size:1px; width:27px; height:29px;}
.qa-voted-up-button {background-position:0 -87px; color:#f1c96b;}
.qa-voted-up-button:hover {background-position:0 -29px; color:#f1c96b;}
.qa-voted-down-button {background:url(vote-buttons.png); border:0; color:#f1c96b; font-size:1px; width:27px; height:29px;}
.qa-voted-down-button {background-position:-27px -87px; color:#f1c96b;}
.qa-voted-down-button:hover {background-position:-27px -29px; color:#f1c96b;}
.qa-vote-one-button {position:absolute; left:32px; top:0;}
.qa-vote-first-button {position:absolute; left:10px; top:0;}
.qa-vote-second-button {position:absolute; left:53px; top:0;}
.qa-netvote-count {text-align:center; display:block;}
.qa-netvote-count-data {font-size:28px; font-weight:bold;}
.qa-netvote-count-pad {font-size:14px;}
.qa-upvote-count {text-align:center; display:block; float:left; width:45px;}
.qa-upvote-count-data {font-size:20px; font-weight:bold; display:block;}
.qa-upvote-count-pad {font-size:12px;}
.qa-downvote-count {text-align:center; display:block; float:left; width:45px;}
.qa-downvote-count-data {font-size:20px; font-weight:bold; display:block;}
.qa-downvote-count-pad {font-size:12px;}
/* Answers and views count */
.qa-a-count {background:url(a-count-icon.png) no-repeat 32px 13px; float:left; padding:50px 0 0 0; width:90px; text-align:center; margin-right:20px;}
.qa-a-count-data {font-size:28px; font-weight:bold;}
.qa-a-count-pad {font-size:14px;}
.qa-view-count {float:right; font-size:11px; color:#9560F0;}
.qa-q-item-main .qa-view-count {margin:6px 8px 0 20px;}
.qa-q-view-main .qa-view-count {margin:0 0 6px 6px;}
.qa-view-count-data {font-weight:bold;}
/* Tags, users and categories */
.qa-ranking-item { display:inline-block; margin:0 5px 15px 0; padding:3px; vertical-align:top; width:220px; line-height:1.3; }
.qa-top-users-item { border:1px solid #c0b600; background:#ffffe6; }
.qa-top-users-avatar { float:left; margin-right:6px; }
.qa-top-users-label, .qa-top-users-score { display:block; }
.qa-top-tags-item { width:170px; border:1px solid #c0b600; background:#ffffe6; }
.qa-top-tags-count { display:inline-block; min-width:40px; text-align:right; padding-right:3px; }
.qa-top-tags-label { display:inline-block; }
.qa-browse-cat-list {list-style:none; padding:0; margin: 0 0 0 2em;}
.qa-browse-cat-list-1 {font-size:18px; margin-top:1em;}
.qa-browse-cat-list-2 {font-size:16px;}
.qa-browse-cat-list-3 {font-size:14px;}
.qa-browse-cat-list-4 {font-size:12px;}
.qa-browse-cat-item {margin:0.5em 0; font-weight:bold; color:#26434D;}
.qa-browse-cat-closed {list-style:square; color:#86A7B3;}
.qa-browse-cat-open {list-style:square; color:#26434D;}
.qa-browse-cat-link {font-weight:bold; text-decoration:none; color:#26434D;}
.qa-browse-cat-note {font-weight:normal; font-size:85%; color:#6C7B80;}
.qa-browse-cat-note a {color:#1e5568;}
/* Question view */
.qa-q-view-content, .qa-a-item-content, .qa-c-item-content {word-break: break-word;}
.qa-q-view {padding-left:10px; padding-top:10px;}
.qa-q-view-main {float:left; width:550px; padding-left:10px;}
.qa-q-view-content {font-size:16px; margin-bottom:16px;}
.qa-q-view-avatar {display:inline-block; vertical-align:middle; margin-right:8px;}
.qa-q-view-meta {display:inline-block; vertical-align:middle; font-size:12px;}
.qa-q-view-follows {font-size:14px; margin-bottom:12px;}
.qa-q-view-closed {font-size:14px; margin-bottom:18px;}
.qa-q-view-closed-content {font-weight:bold;}
.qa-q-view-extra {font-size:14px; margin-bottom:18px;}
.qa-q-view-extra-content {font-weight:bold;}
.qa-q-view-when-data {font-weight:bold;}
.qa-q-view-who-title {font-size:80%; font-weight:bold; color:#6b0000;}
.qa-q-view-points-data {font-weight:bold;}
.qa-q-view-flags {color:#f00; font-weight:bold; padding-left:4px;}
.qa-q-view-tags {clear:both; margin-bottom:12px;}
.qa-q-view-tag-list {list-style:none; margin:0; padding:0;}
.qa-q-view-tag-item {display:inline;}
.qa-q-view-buttons {margin-top:16px;}
.qa-q-view-c-list {clear:both; margin:24px 0 0 24px; border-top:1px solid #ccc;}
.qa-q-view-hidden {}
.qa-q-view-hidden .qa-voting {color:#ccc;}
.qa-q-view-hidden .qa-q-view-content {color:#999;}
.qa-q-view-hidden .qa-q-view-meta {color:#ccc;}
.qa-q-view-hidden .qa-user-link {color:#999;}
.qa-q-view-hidden .qa-q-view-who-title {color:#999;}
.qa-q-view-hidden .qa-category-link {color:#999;}
.qa-q-view-hidden .qa-tag-link {color:#ccc; opacity:0.5;}
/* Answer view */
.qa-a-list-item {background:#FFF url(post-bg.png) repeat-x left top; margin-bottom:40px; zoom:1; padding:15px 0 1px 10px; position:relative;} /* zoom for IE, padding for early FF */
.qa-a-list-item-selected {background:#FFF url(post-selected-bg.png) repeat-x left top !important;}
.qa-a-list-item-hidden {}
.qa-a-list-item-hidden .qa-voting {color:#ccc;}
.qa-a-list-item-hidden .qa-a-item-content {color:#999;}
.qa-a-list-item-hidden .qa-a-item-what {color:#ccc;}
.qa-a-list-item-hidden .qa-a-item-meta {color:#ccc;}
.qa-a-list-item-hidden .qa-a-item-who-title {color:#999;}
.qa-a-list-item-hidden .qa-user-link {color:#999;}
.qa-a-item-main {float:left; width:550px; display:inline-block; padding-left:10px;} /* inline-block for IE */
.qa-a-item-content {font-size:16px; margin-bottom:16px;}
.qa-a-item-avatar {display:inline-block; vertical-align:middle; margin-right:8px;}
.qa-a-item-meta {display:inline-block; vertical-align:middle; font-size:12px;}
.qa-a-item-when-data {font-weight:bold;}
.qa-a-item-who-title {font-size:80%; font-weight:bold; color:#6b0000;}
.qa-a-item-points-data {font-weight:bold;}
.qa-a-item-flags {color:#f00; font-weight:bold; padding-left:4px;}
.qa-a-item-buttons {margin-top:16px;}
.qa-a-item-c-list {clear:both; margin:24px 0 0 24px; border-top:1px solid #ccc;}
/* Answer selection */
.qa-a-selection {position:absolute; right:10px; width:60px; text-align:center;}
.qa-a-select-button {background:url(select-star.gif) no-repeat; border:0; height:49px; width:50px;}
.qa-a-select-button {background-position: 0 -49px;}
.qa-a-select-button:hover {background-position: 0 -98px;}
.qa-a-unselect-button {background:url(selected-star.gif) no-repeat; border:0; height:49px; width:50px;}
.qa-a-unselect-button {background-position: 0 0;}
.qa-a-unselect-button:hover {background-position: 0 -49px;}
.qa-a-selected {background:url(selected-star.gif) no-repeat 0 0; height:49px; width:50px; margin:0 auto;}
.qa-a-selected-text {font-size:10px; font-weight:bold; display:block; margin-top:6px;}
/* Comments */
.qa-c-list-item {border-bottom:1px solid #ccc; padding: 8px 0 8px 8px;}
.qa-c-item-hidden {}
.qa-c-item-hidden .qa-c-item-content {color:#bbb;}
.qa-c-item-hidden .qa-c-item-link {color:#aaf;}
.qa-c-item-hidden .qa-c-item-what {color:#ccc;}
.qa-c-item-hidden .qa-c-item-meta {color:#ccc;}
.qa-c-item-hidden .qa-c-item-who-title {color:#999;}
.qa-c-item-hidden .qa-user-link {color:#999;}
.qa-c-item-link {display:block; margin-bottom:6px;}
.qa-c-item-expand {display:block; color:#666; font-style:italic; margin:2px 0;}
.qa-c-item-content {display:block; color:#333; margin-bottom:6px;}
.qa-c-item-footer {position:relative; height:1%;} /* height for IE6 */
.qa-c-item-avatar {display:inline-block; vertical-align:middle; margin-right:4px;}
.qa-c-item-meta {display:inline-block; vertical-align:middle; font-size:10px; color:#666;}
.qa-c-item-who-title {font-size:80%; font-weight:bold; color:#6b0000;}
.qa-c-item-who-points {display:none;}
.qa-c-item-flags {color:#f00; font-weight:bold; padding-left:3px;}
.qa-c-item-buttons {display:block; position:absolute; bottom:0; right:0;}
.qa-c-item-buttons .qa-form-light-button {background:none; height:auto; font-size:10px; padding:0;}
/* Comment voting */
.qa-c-list-item .qa-voting {width:60px; margin-right:12px; padding-top:0;}
.qa-c-list-item .qa-vote-buttons {width:60px; height:25px;}
.qa-c-list-item .qa-netvote-count-data {font-size:14px;}
.qa-c-list-item .qa-upvote-count, .qa-c-list-item .qa-downvote-count {width:30px;}
.qa-c-list-item .qa-upvote-count-data, .qa-c-list-item .qa-downvote-count-data {font-size:13px;}
.qa-c-list-item .qa-vote-up-button,
.qa-c-list-item .qa-vote-up-disabled,
.qa-c-list-item .qa-vote-down-button,
.qa-c-list-item .qa-vote-down-disabled,
.qa-c-list-item .qa-voted-up-button,
.qa-c-list-item .qa-voted-down-button {
background-image:url(vote-buttons-sm.png); width:18px; height:19px;
}
.qa-c-list-item .qa-vote-one-button {left:21px;}
.qa-c-list-item .qa-vote-first-button {left:6px;}
.qa-c-list-item .qa-vote-second-button {left:36px;}
.qa-c-list-item .qa-vote-up-button {background-position:0 0;}
.qa-c-list-item .qa-vote-up-disabled {background-position:0 -76px;}
.qa-c-list-item .qa-vote-up-button:hover {background-position:0 -19px;}
.qa-c-list-item .qa-vote-down-button {background-position:-18px 0;}
.qa-c-list-item .qa-vote-down-disabled {background-position:-18px -76px;}
.qa-c-list-item .qa-vote-down-button:hover {background-position:-18px -19px;}
.qa-c-list-item .qa-voted-up-button {background-position:0 -57px;}
.qa-c-list-item .qa-voted-up-button:hover {background-position:0 -19px;}
.qa-c-list-item .qa-voted-down-button {background-position:-18px -57px;}
.qa-c-list-item .qa-voted-down-button:hover {background-position:-18px -19px;}
/* Message list */
.qa-message-item {margin:12px 0;}
.qa-message-content {width:600px; margin-bottom:6px;}
.qa-message-avatar {display:inline-block; vertical-align:middle; margin-right:4px;}
.qa-message-meta {display:inline-block; vertical-align:middle; font-size:10px; color:#666;}
.qa-message-buttons {display:inline-block; vertical-align:middle; font-size:10px; margin-left:12px;}
.qa-message-buttons .qa-form-light-button {background:none; height:auto; font-size:10px; padding:0;}
/* Related questions and activity count widgets */
.qa-related-qs {font-size:14px;}
.qa-related-qs h2 {font-size:18px;}
.qa-related-q-list {list-style-type:none; padding:0;}
.qa-related-q-item {
display: flex;
padding: 5px 0;
word-wrap: break-word;
border-bottom: 1px solid #e0e0e0;
}
.qa-related-q-item-stats {
flex-shrink: 0;
background-color: #ecf0f1;
width: 28px;
height: 18px;
vertical-align: top;
text-align: center;
margin-top: 2px;
margin-inline-end: .6rem;
border-radius: 3px;
}
.qa-related-q-item .qa-a-count-selected {
background-color: #27ae60;
color: #fff;
}
.qa-activity-count {font-size:14px;}
.qa-activity-count-item {margin:0.5em 0;}
.qa-activity-count-data {font-size:24px; font-weight:bold;}
/* Footer parts */
.qa-nav-footer-list {float:left; list-style-type:none; padding:0; margin:0;}
.qa-nav-footer-item {float:left; margin-right:12px;}
.qa-nav-footer-link {color:#FFF; text-decoration:underline !important;}
.qa-nav-footer-link:hover {color:#f5d495;}
.qa-attribution {float:right;}
.qa-attribution a {color:#FFF; text-decoration:underline !important;}
.qa-attribution a:hover {color:#f5d495;}
/* Classes passed to theme */
.qa-user-link {color:#206b00; font-weight:bold;}
.qa-category-link {color:#1e5568; font-weight:bold;}
.qa-tag-link {background:url(tag-icon.png) no-repeat left center; color:#206b00 !important; font-size:12px; height:16px; display:inline-block; display:-moz-inline-stack; margin-right:4px; margin-bottom:3px; padding-left:18px; vertical-align:middle; text-decoration:none !important;}
.qa-tag-link:hover {text-decoration:underline !important;}
.qa-avatar-image {border:0; vertical-align:middle;}
.qa-avatar-link,.qa-avatar-link:hover {text-decoration:none;}
.qa-favorite-image {background: url(favorite-heart.png) no-repeat 0 0; border:0; height:49px; width:50px; vertical-align:middle; display:inline-block;}
.qa-q-favorited .qa-q-item-title a, .qa-tag-favorited, .qa-cat-favorited, .qa-user-favorited, .qa-nav-cat-favorited, .qa-browse-cat-favorited {background: url(favorite-icon-16x16.png) no-repeat;}
.qa-cat-parent-favorited {background: url(favorite-light-icon-16x16.png) no-repeat;}
.qa-q-favorited .qa-q-item-title a, .qa-nav-cat-favorited, .qa-browse-cat-favorited {background-position: left center; padding-left:20px;}
.qa-nav-cat-favorited {margin-left:-20px;}
.qa-tag-favorited, .qa-cat-favorited, .qa-cat-parent-favorited, .qa-user-favorited {background-position: left center; padding-left:19px;}
/* Miscellaneous */
[class^="qa-part-form-plugin"] {margin-top: 10px;}
.qa-part-form-plugin-0, .qa-part-form-plugin-options {margin-top: 0;}
.qa-part-form-profile .qa-form-wide-data {word-break: break-word;}
/* IE6 friendly versions of icons with binary alpha channel */
* html .qa-favorite-button {background:url(favorite-heart-ie6.png) no-repeat 0 -49px;}
* html .qa-unfavorite-button {background:url(favorite-heart-ie6.png) no-repeat 0 -98px;}
* html .qa-form-light-button-edit,* html .qa-form-light-button-retagcat {background:url(edit-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-flag {background:url(flag-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-unflag,* html .qa-form-light-button-clearflags {background:url(unflag-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-hide {background:url(hide-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-follow {background:url(follow-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-comment {background:url(comment-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-answer {background:url(answer-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-reshow {background:url(reshow-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-claim {background:url(claim-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-delete {background:url(delete-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-approve {background:url(approve-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-reject {background:url(reject-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-close {background:url(close-icon-ie6.png) no-repeat left center;}
* html .qa-form-light-button-reopen {background:url(reopen-icon-ie6.png) no-repeat left center;}
* html .qa-vote-up-button {background:url(vote-buttons-ie6.png) no-repeat 0 0;}
* html .qa-vote-up-disabled {background:url(vote-buttons-ie6.png) no-repeat 0 -116px;}
* html .qa-vote-down-button {background:url(vote-buttons-ie6.png) no-repeat -27px 0;}
* html .qa-vote-down-disabled {background:url(vote-buttons-ie6.png) no-repeat -27px -116px;}
* html .qa-voted-up-button {background:url(vote-buttons-ie6.png) no-repeat 0 -87px;}
* html .qa-voted-down-button {background:url(vote-buttons-ie6.png) no-repeat -27px -87px;}
* html .qa-tag-link {background:url(tag-icon-ie6.png) no-repeat left center;}
* html .qa-a-count {background:url(a-count-icon-ie6.png) no-repeat 32px 13px;}
* html .qa-favorite-image {background:url(favorite-heart-ie6.png) no-repeat 0 0;}