qa-styles.css 45 KB
Newer Older
Gideon Greenspan committed
1 2
/*
	Theme Name: Snow
3
	Theme URI:
Gideon Greenspan committed
4 5
	Theme Version: 1.3
	Theme Date: 2013-11-13
Gideon Greenspan committed
6 7 8 9 10
	Theme Author: Q2A Market
	Theme Author URI: http://www.q2amarket.com/
	Theme License: GPLv2
*/

11

Scott committed
12 13
/* Global CSS */

Gideon Greenspan committed
14
.clearfix:after,
15
.qam-login-group:after,
Gideon Greenspan committed
16 17 18
.qa-header:after,
.qa-main-shadow:after,
.qa-footer-bottom-group:after,
Gideon Greenspan committed
19 20
.qa-main-wrapper:after,
.qa-nav-main-list:after,
Gideon Greenspan committed
21 22
.qa-nav-sub-list:after,
.qa-nav-cat-item:after {
Gideon Greenspan committed
23 24 25 26 27 28 29
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
30

Gideon Greenspan committed
31
.clearfix,
32
.qam-login-group,
Gideon Greenspan committed
33 34 35 36
.qa-header,
.qa-main-shadow,
.qa-nav-footer,
.qa-footer-bottom-group,
Gideon Greenspan committed
37 38
.qa-main-wrapper,
.qa-nav-main-list,
Gideon Greenspan committed
39
.qa-nav-sub-list,
40 41 42 43
.qa-nav-cat-item {
	display: inline-table;
}

Scott committed
44
/* hides from IE-mac \*/
45 46 47 48
* html .clearfix {
	height: 1%;
}

Gideon Greenspan committed
49
.clearfix,
50
.qam-login-group,
Gideon Greenspan committed
51 52 53 54
.qa-header,
.qa-main-shadow,
.qa-nav-footer,
.qa-footer-bottom-group,
Gideon Greenspan committed
55 56
.qa-main-wrapper,
.qa-nav-main-list,
Gideon Greenspan committed
57
.qa-nav-sub-list,
58 59 60
.qa-nav-cat-item {
	display: block;
}
Scott committed
61
/* end hide from IE-mac */
Gideon Greenspan committed
62

63 64 65 66
:-moz-placeholder {
	color: #aaa !important;
	font-style: italic;
	line-height: 20px;
Gideon Greenspan committed
67
}
68 69 70 71 72

::-webkit-input-placeholder {
	color: #aaa !important;
	font-style: italic;
	line-height: 20px;
Gideon Greenspan committed
73
}
74 75 76 77 78

html {
	position: relative;
	min-height: 100%;
}
79

Gideon Greenspan committed
80
body {
81 82
	background: #eeeeee url(images/bodybg.jpg) repeat left top;
	text-align: center;
83
	margin: 0 0 80px;
84
	padding: 0;
Gideon Greenspan committed
85
}
86 87 88 89

body, td, input, textarea {
	font: 14px/1.5 Helvetica, Arial, sans-serif;
	color: #333;
Gideon Greenspan committed
90
}
91

Gideon Greenspan committed
92
a:link, a:visited {
93 94
	text-decoration: none;
	color: #0179b5;
Gideon Greenspan committed
95
}
96 97 98 99

a:hover, a:active {
	color: #0179b5;
	text-decoration: underline;
Gideon Greenspan committed
100
}
101

Gideon Greenspan committed
102
button::-moz-focus-inner {
103 104 105 106 107 108 109 110 111 112
	border: 0;
	padding: 0;
}

form, fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

113
input[type="text"].qa-search-field {
114
	padding: 4px 5px;
115 116
}

Scott committed
117
input[type="text"], input[type="password"], textarea, select {
118 119 120
	border: 1px solid #ddd;
	padding: 5px;
	color: #777;
Gideon Greenspan committed
121
	border-radius: 3px;
Gideon Greenspan committed
122
	line-height: normal;
123 124 125 126 127 128 129 130 131 132
	-moz-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	-webkit-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	-o-transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
	transition: box-shadow ease-in-out 0.5s, border ease-in-out 0.5s;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3) inset;
	border: 1px solid #00AAFF !important;
	color: #333;
Gideon Greenspan committed
133
	line-height: normal;
134 135 136 137
	-moz-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	-webkit-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	-o-transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
	transition: box-shadow ease-in-out 0.2s, border ease-in-out 0.2s;
Gideon Greenspan committed
138
}
139

Gideon Greenspan committed
140
input {
141
	outline: none;
Gideon Greenspan committed
142
}
143 144 145

input[type="submit"] {
	cursor: pointer;
Gideon Greenspan committed
146
}
147 148 149 150

input::-moz-focus-inner {
	padding: 0;
	border: 0;
Gideon Greenspan committed
151
}
152 153 154 155 156 157 158 159 160 161

select {
	background: #fff;
	color: #666;
	border: 1px solid #ccc;
	padding: 2px 0 2px 2px;
}

table {
	border-collapse: collapse;
Gideon Greenspan committed
162
}
163 164


Gideon Greenspan committed
165
/* Headings */
Scott committed
166

167 168 169 170 171 172 173
.qa-main-heading {
	position: relative;
	margin: 5px 0 25px;
	padding: 0 25px 5px 0;
	border-bottom: 1px solid #ddd;
}

Gideon Greenspan committed
174
h1 {
175
	margin: 0;
176 177 178 179 180
	color: #444;
	font-size: 20px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	line-height: 1.1em;
Gideon Greenspan committed
181
}
182

Gideon Greenspan committed
183
h2 {
184 185 186 187 188 189 190
	font-size: 16px;
	color: #333;
	padding: 5px 10px !important;
	clear: both;
	background: #eee;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
Gideon Greenspan committed
191
	border-radius: 3px;
192 193 194 195 196 197 198 199 200
	box-shadow: 0 -25px 25px -25px white inset;
	border: 1px solid #ddd;
	text-shadow: 1px 1px 0 white;
}

h3 {
	margin: 0 0 10px 0;
	color: #111;
}
Gideon Greenspan committed
201

202 203 204 205 206 207 208 209 210
blockquote {
	background: #eee;
	padding: 15px;
	margin: 30px auto;
	border: 1px solid #aaa;
	font-size: 16px;
	font-style: italic;
	color: #000;
	position: relative;
Gideon Greenspan committed
211
}
212 213 214 215

blockquote p {
	margin: 0;
	padding: 0;
Gideon Greenspan committed
216
}
217 218 219

img {
	border: none;
Gideon Greenspan committed
220
}
221 222 223 224

.qa-q-view-follows {
	background: #eee;
	padding: 2px 5px;
Gideon Greenspan committed
225
}
226 227

.qa-q-view-follows-link {
228
	color: #3B5998 !important;
Gideon Greenspan committed
229
}
230

Gideon Greenspan committed
231
p {
232
	margin-top: 0;
Gideon Greenspan committed
233
}
234

Scott committed
235
/* Login bar */
236

237
.qam-login-bar {
238 239 240 241 242 243
	background: #ddd;
	margin: 0;
	height: 30px;
	border-bottom: 1px solid #aaa;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
244
.qam-login-group {
245 246 247 248 249
	width: 980px;
	margin: 0 auto;
	padding: 2px 10px;
	text-align: left;
}
250
.qam-login-form {
251 252
	float: left;
}
253
.qam-login-text, .qa-search-field {
254 255
	width: 165px;
	margin-right: 5px;
Gideon Greenspan committed
256
	padding: 4px 5px;
Gideon Greenspan committed
257
}
258
.qam-login-text {
259 260
	float: left;
}
261
.qam-rememberbox {
262 263
	float: left;
	padding: 7px 5px 1px;
Gideon Greenspan committed
264
}
265
#qam-rememberme {
266
	float: left;
267
	margin: 0 5px 0 0;
268
}
269
.qam-remember {
270
	float: left;
271
	line-height: 14px;
272 273 274
}


Scott committed
275
/* search box */
Gideon Greenspan committed
276
.qa-search {
277 278 279
	white-space: nowrap;
	margin: 0;
	float: right;
Gideon Greenspan committed
280
}
281

Gideon Greenspan committed
282
* html .qa-search {
283
	margin-right: 6px;
Gideon Greenspan committed
284
}
285

Gideon Greenspan committed
286 287
/* IE6 */
.qa-search form {
288
	margin: 0;
Gideon Greenspan committed
289
}
290

Gideon Greenspan committed
291 292 293
/* IE6/7 */
.qa-search-field {
	vertical-align: bottom;
294
	margin: 0;
Gideon Greenspan committed
295
	border-radius: 3px 0 0 3px !important;
Gideon Greenspan committed
296
}
297 298 299 300 301 302 303

input[type="submit"].qa-search-button {
	width: 26px;
	height: 26px;
	margin: 0 0 0 -5px;
	padding: 0;
	text-indent: -9999px;
Scott committed
304
	background: url(images/search.png) no-repeat center 0;
305 306
	border: 1px solid #ccc;
	display: inline-block;
Gideon Greenspan committed
307
	border-radius: 0 3px 3px 0 !important;
Gideon Greenspan committed
308
}
309 310 311

input[type="submit"].qa-search-button:hover {
	background-position: center -26px;
Gideon Greenspan committed
312
}
313

Scott committed
314
/* navigation */
Gideon Greenspan committed
315
.qa-nav-user {
316 317 318 319
	float: left;
	font-size: 12px;
	color: #000;
	white-space: nowrap;
320
	margin: 1px 0 4px 0;
Gideon Greenspan committed
321
}
322

Gideon Greenspan committed
323
* html .qa-nav-user {
324
	margin-right: 12px;
Gideon Greenspan committed
325
}
326 327

.qa-logged-in {
328
	display: inline-block;
329
	margin-right: 1px;
Gideon Greenspan committed
330
}
331 332

.qa-logged-in-avatar {
333 334
	display: inline-block;
	margin: 0 5px 0 0;
Gideon Greenspan committed
335 336
	width: 24px;
}
337 338

.qa-logged-in-points {
339
	display: inline-block;
340 341
	margin-left: 2px;
	margin-right: 5px;
Gideon Greenspan committed
342
}
343

Gideon Greenspan committed
344 345
/* IE6 */
.qa-nav-user-list {
346 347 348 349
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
Gideon Greenspan committed
350
}
351

Gideon Greenspan committed
352
.qa-nav-user-item {
353
	display: inline;
354 355 356 357 358
	margin: 0;
	padding: 0 5px;
	font-weight: 400;
	text-transform: capitalize;
	border-left: 1px solid #aaa;
Gideon Greenspan committed
359
}
360

Gideon Greenspan committed
361
.qa-nav-user-link {
362
	color: #3B5998 !important;
Gideon Greenspan committed
363
}
364 365 366 367

.qa-nav-user-register {
	border-left: none;
	display: inline-block;
Gideon Greenspan committed
368
}
369 370 371 372 373 374 375

.qa-nav-user-register .qa-nav-user-link, .qa-nav-user-register .qa-nav-user-link:visited {
	padding: 0 5px;
	height: 24px;
	display: inline-block;
	margin-top: -5px;
	line-height: 26px;
Gideon Greenspan committed
376
}
377

Scott committed
378
/* Notice bar */
379

Gideon Greenspan committed
380
.qa-notice {
381 382 383 384 385 386 387 388
	background: #FFC73A;
	border-bottom: 3px solid #FFD77A;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding: 8px 32px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
Gideon Greenspan committed
389
}
390

Gideon Greenspan committed
391
.qa-notice-close-button {
392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411
	font-family: Arial, Tahoma, Sans-serif;
	color: rgba(0, 0, 0, 0.7);
	font-size: 12px;
	font-weight: 700;
	background: #FFE484;
	cursor: pointer;
	position: absolute;
	padding: 4px 8px;
	line-height: normal;
	display: inline-block;
	border: none;
	top: 7px;
	right: 6px;
	border-radius: 15px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.qa-notice-close-button:hover {
	background: #EAD279;
	color: #000;
Gideon Greenspan committed
412
}
413

Scott committed
414 415
/* Body styles */

Gideon Greenspan committed
416
.qa-body-wrapper {
417 418 419
	width: 1000px;
	text-align: left;
	margin: 0 auto 50px auto;
Gideon Greenspan committed
420
}
421

Scott committed
422
/* clearing classes */
423 424
.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;
Gideon Greenspan committed
425
}
426

Scott committed
427
/* header */
Gideon Greenspan committed
428
.qa-header {
429 430
	padding: 15px 10px 5px;
	height: auto;
Gideon Greenspan committed
431
}
432

Gideon Greenspan committed
433
.qa-logo {
434 435 436
	float: left;
	font-size: 38px;
	font-weight: 700;
Gideon Greenspan committed
437
}
438 439 440 441

div.header-banner {
	float: right;
	margin: 0;
Gideon Greenspan committed
442
}
443

Scott committed
444
/* main wrapper */
445 446 447
.qa-main-shadow {
	padding: 10px 10px 0;
	background: url(images/shadow.png) no-repeat center -10px;
Gideon Greenspan committed
448
}
449 450 451 452

.qa-main-wrapper {
	background: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
Gideon Greenspan committed
453
}
454

Scott committed
455
/* main + sub navigation */
Gideon Greenspan committed
456
.qa-nav-main {
457 458
	clear: both;
	padding: 0;
Gideon Greenspan committed
459
	background: #eaeaea;
460
	border: 1px solid #ddd;
Gideon Greenspan committed
461
}
462

Gideon Greenspan committed
463
.qa-nav-main-list {
464 465 466 467 468
	font-size: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial,Helvetica,sans-serif;
Gideon Greenspan committed
469
}
470

Gideon Greenspan committed
471
.qa-nav-main-item {
472 473
	float: left;
	margin: 0;
Gideon Greenspan committed
474
}
475 476 477 478 479

.qa-nav-main-hot a {
	color: #a80000 !important;
	text-transform: uppercase;
	font-weight: 700;
Gideon Greenspan committed
480
}
481

Gideon Greenspan committed
482
.qa-nav-main-item-opp {
483 484
	float: right;
	padding-right: 0;
Gideon Greenspan committed
485
}
486

Gideon Greenspan committed
487
.qa-nav-main-link {
488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506
	color: #666 !important;
	display: block;
	font-weight: 700;
	padding: 7px 9px;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.qa-nav-main-link:hover, .qa-nav-main-selected {
	text-decoration: none;
	color: #006699 !important;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
Gideon Greenspan committed
507
}
508 509 510 511 512

.qa-nav-main-custom-1 .qa-nav-main-link {
	border-left: none;
}

Gideon Greenspan committed
513 514
.qa-nav-sub {
	background: #f4f4f4; /* Old browsers */
515 516
	background: -webkit-linear-gradient(top, #f4f4f4 0%, #e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom, #f4f4f4 0%, #e6e6e6 100%); /* W3C */
Scott committed
517
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#e6e6e6',GradientType=0); /* IE6-8 */
518 519
	clear: both;
	border: 1px solid #ddd;
Gideon Greenspan committed
520
}
521

Gideon Greenspan committed
522 523
/* IE6 since z-order goes wrong */
.qa-nav-sub-list {
524 525 526 527
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 3px 0;
Gideon Greenspan committed
528
}
529

Gideon Greenspan committed
530
.qa-nav-sub-item {
531 532
	float: left;
	padding: 0;
Gideon Greenspan committed
533
}
534

Gideon Greenspan committed
535
.qa-nav-sub-link {
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
	color: #444 !important;
	font-weight: 400;
	display: block;
	margin: 0 2px;
	padding: 2px 6px;
	text-decoration: none !important;
	border: 1px solid transparent;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.qa-nav-sub-link:hover, .qa-nav-sub-selected {
	color: #000 !important;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #aaa;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15) inset;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
Gideon Greenspan committed
561
}
562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585

.qa-nav-sub-hot .qa-nav-sub-link {
	color: #af0000 !important;
	font-weight: 700;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

.qa-nav-sub-hot .qa-nav-sub-link:hover, .qa-nav-sub-hot .qa-nav-sub-selected {
	background: #cf0000;
	color: #fff !important;
	border-radius: 3px !important;
	border: 1px solid #ff0000;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15) inset;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

Scott committed
586
/* content and widgets */
Gideon Greenspan committed
587
.qa-main {
588 589 590 591 592 593
	padding-left: 10px;
	float: left;
	width: 710px;
	margin: 10px 0 24px;
	clear: left;
	overflow: hidden;
Gideon Greenspan committed
594
}
595

Gideon Greenspan committed
596
.qa-main-hidden h1 {
597
	color: #000;
Gideon Greenspan committed
598
}
599 600 601 602

.qa-ask-box {
	background: #0087CA;
	border: 1px solid #005782;
Gideon Greenspan committed
603
	border-radius: 3px;
Gideon Greenspan committed
604
}
605 606 607

.qa-ask-box .qa-form-tall-label {
	font-weight: bold;
Gideon Greenspan committed
608 609 610
	color: #fff;
	text-transform: uppercase;
}
611 612

.qa-ask-box tr:hover {
Gideon Greenspan committed
613
	background: none;
Gideon Greenspan committed
614
}
615 616 617 618 619

.entry-title {
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
Gideon Greenspan committed
620
}
621 622

.qa-rss-icon {
Scott committed
623 624 625 626
	position: relative;
	float: right;
	top: 4px;
	right: 2px;
Gideon Greenspan committed
627
}
628 629


Scott committed
630
/* Voting + Answer + view blocks */
631

Gideon Greenspan committed
632
/* Votes */
Gideon Greenspan committed
633
.qa-q-item-stats {
634
	float: left;
Gideon Greenspan committed
635
}
636

Gideon Greenspan committed
637
.qa-voting {
638 639 640 641 642 643 644
	background: #e7f7ff;
	border: 1px solid #c5d6df;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	padding: 0;
Gideon Greenspan committed
645
	border-radius: 3px;
Gideon Greenspan committed
646
}
647

Gideon Greenspan committed
648
.qa-vote-buttons {
649 650 651 652 653 654 655 656 657 658 659 660
	position: relative;
	height: 60px;
	width: 16px;
	float: left;
}

.qa-vote-up-button, .qa-vote-down-button, .qa-vote-one-button {
	text-indent: 9999px;
}

.qa-q-list-vote-disabled .qa-vote-buttons {
	display: none;
Gideon Greenspan committed
661
}
662 663 664 665 666 667 668 669 670 671

.qa-vote-up-button, .qa-vote-up-disabled {
	background: url(images/vote-buttons.png) no-repeat;
	border: 0;
	color: #f1c96b;
	font-size: 1px;
	height: 20px;
	width: 16px;
}

Gideon Greenspan committed
672
.qa-vote-up-button {
673 674
	background-position: 0 0;
	color: #f1c96b;
Gideon Greenspan committed
675
}
676

Gideon Greenspan committed
677
.qa-vote-up-disabled {
678 679
	background-position: 0 -80px;
	color: #CCC;
Gideon Greenspan committed
680
}
681

Gideon Greenspan committed
682
.qa-vote-up-button:hover {
683 684
	background-position: 0 -20px;
	color: #f1c96b;
Gideon Greenspan committed
685
}
686 687 688 689 690 691 692 693

.qa-vote-down-button, .qa-vote-down-disabled {
	background: url(images/vote-buttons.png) no-repeat;
	border: 0;
	color: #f1c96b;
	font-size: 1px;
	height: 20px;
	width: 16px;
Gideon Greenspan committed
694
}
695

Gideon Greenspan committed
696
.qa-vote-down-button {
697 698
	background-position: -16px 0;
	color: #f1c96b;
Gideon Greenspan committed
699
}
700

Gideon Greenspan committed
701
.qa-vote-down-disabled {
702 703
	background-position: -16px -80px;
	color: #CCC;
Gideon Greenspan committed
704
}
705

Gideon Greenspan committed
706
.qa-vote-down-button:hover {
707 708
	background-position: -16px -20px;
	color: #f1c96b;
Gideon Greenspan committed
709
}
710

Gideon Greenspan committed
711
.qa-voted-up-button {
712 713 714 715 716 717
	background: url(images/vote-buttons.png);
	border: 0;
	color: #f1c96b;
	font-size: 1px;
	height: 20px;
	width: 16px;
Gideon Greenspan committed
718
}
719

Gideon Greenspan committed
720
.qa-voted-up-button {
721 722
	background-position: 0 -40px;
	color: #f1c96b;
Gideon Greenspan committed
723
}
724

Gideon Greenspan committed
725
.qa-voted-up-button:hover {
726 727
	background-position: 0 -60px;
	color: #f1c96b;
Gideon Greenspan committed
728
}
729

Gideon Greenspan committed
730
.qa-voted-down-button {
731 732 733 734 735 736
	background: url(images/vote-buttons.png);
	border: 0;
	color: #f1c96b;
	font-size: 1px;
	height: 20px;
	width: 16px;
Gideon Greenspan committed
737
}
738

Gideon Greenspan committed
739
.qa-voted-down-button {
740 741
	background-position: -16px -40px;
	color: #f1c96b;
Gideon Greenspan committed
742
}
743

Gideon Greenspan committed
744
.qa-voted-down-button:hover {
745 746
	background-position: -16px -60px;
	color: #f1c96b;
Gideon Greenspan committed
747
}
748

Gideon Greenspan committed
749
.qa-vote-one-button {
750 751 752
	position: absolute;
	left: 2px;
	top: 20px;
Gideon Greenspan committed
753
}
754

Gideon Greenspan committed
755
.qa-vote-first-button {
756 757 758
	position: absolute;
	left: 2px;
	top: 6px;
Gideon Greenspan committed
759
}
760

Gideon Greenspan committed
761
.qa-vote-second-button {
762 763 764
	position: absolute;
	left: 2px;
	bottom: 6px;
Gideon Greenspan committed
765
}
766

Gideon Greenspan committed
767
.qa-netvote-count {
768 769
	text-align: center;
	display: block;
Gideon Greenspan committed
770
}
771

Gideon Greenspan committed
772
.qa-netvote-count-data {
773 774 775 776 777 778
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
	overflow: hidden;
Gideon Greenspan committed
779
}
780

Gideon Greenspan committed
781
.qa-netvote-count-pad {
782
	font-size: 11px;
Gideon Greenspan committed
783
}
784

Gideon Greenspan committed
785 786
/* separate vote buttons counter */
.qa-upvote-count,
Gideon Greenspan committed
787
.qa-downvote-count {
788 789
	text-align: center;
	display: block;
Gideon Greenspan committed
790
}
791

Gideon Greenspan committed
792
.qa-upvote-count-data,
Gideon Greenspan committed
793
.qa-downvote-count-data {
794 795
	display: block;
	margin-top: 2px;
796 797
	font-size: 18px;
	font-weight: 700;
Gideon Greenspan committed
798
}
799

Gideon Greenspan committed
800
.qa-upvote-count-pad,
Gideon Greenspan committed
801
.qa-downvote-count-pad {
802
	display: none;
Gideon Greenspan committed
803
}
Gideon Greenspan committed
804

Gideon Greenspan committed
805 806
/* Answers and views count */
.qa-a-count {
807 808 809 810 811 812 813 814
	background: #eafff4;
	border: 1px solid #c1daa6;
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-right: 5px;
	padding: 0;
Gideon Greenspan committed
815
	border-radius: 3px;
Gideon Greenspan committed
816
}
817 818 819 820

.qa-a-count-zero {
	background: #ffe9d5;
	border: 1px solid #ffd196;
Gideon Greenspan committed
821
}
822 823 824 825

.qa-a-count-selected {
	background: #d9f5bb;
	border: 1px solid #c1daa6;
Gideon Greenspan committed
826
}
827

Gideon Greenspan committed
828
.qa-a-count-data {
829 830 831 832 833
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
Gideon Greenspan committed
834
}
835

Gideon Greenspan committed
836
.qa-a-count-pad {
837
	font-size: 11px;
Gideon Greenspan committed
838
}
839

Gideon Greenspan committed
840
.qa-view-count {
841 842 843 844 845 846 847 848 849
	float: left;
	background: #fff;
	width: 60px;
	height: 60px;
	text-align: center;
	margin-right: 5px;
	padding: 0;
	border: 1px solid #ddd;
	overflow: hidden;
Gideon Greenspan committed
850
	border-radius: 3px;
Gideon Greenspan committed
851
}
852

Gideon Greenspan committed
853
.qa-view-count-data {
854 855 856 857 858
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
Gideon Greenspan committed
859
}
860 861 862

.qa-view-count-pad {
	font-size: 11px;
Gideon Greenspan committed
863
}
864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893

.qa-template-question .qa-part-q-view {
	position: relative;
}

.qa-template-question .qa-view-count {
	position: absolute;
	right: 0;
	top: -20px;
	float: none;
	margin: 0;
	padding: 0 0 2px;
	width: auto;
	height: auto;
	color: #777;
	border: none;
	border-bottom: 1px solid #dddddd;
}

.qa-template-question .qa-view-count-data {
	font-size: 11px;
	line-height: 12px;
	margin-top: 1px;
	display: inline;
}

.qa-template-question .qa-view-count-pad {
	font-size: 8px;
	line-height: 8px;
	letter-spacing: 1px;
Gideon Greenspan committed
894
}
895 896


Gideon Greenspan committed
897
.qa-favoriting {
898 899
	position: absolute;
	right: 0;
Scott committed
900
	bottom: 5px;
Gideon Greenspan committed
901
}
902 903 904 905 906 907

.qa-favorite-button, .qa-unfavorite-button {
	background: url(images/favorite-heart.png) no-repeat;
	border: 0;
	height: 24px;
	width: 24px;
Gideon Greenspan committed
908
}
909

Gideon Greenspan committed
910
.qa-favorite-button {
911
	background-position: 0 -24px;
Gideon Greenspan committed
912
}
913

Gideon Greenspan committed
914
.qa-favorite-button:hover {
915
	background-position: 0 0;
Gideon Greenspan committed
916
}
917

Gideon Greenspan committed
918
.qa-unfavorite-button {
919
	background-position: 0 -48px;
Gideon Greenspan committed
920
}
921

Gideon Greenspan committed
922
.qa-unfavorite-button:hover {
923
	background-position: 0 0;
Gideon Greenspan committed
924
}
925

926
.qa-error, .qa-warning, .qa-success {
927 928 929 930
	font-size: 18px;
	margin-bottom: 1em;
	padding: 5px 15px;
	border-radius: 3px;
Gideon Greenspan committed
931
}
Scott committed
932 933 934 935 936 937 938 939 940 941
.qa-error {
	background: #d00;
	border: 1px solid #a00;
	color: #ffd9d9;
}
.qa-warning {
	background: #dd0;
	border: 1px solid #aa0;
	color: #ffffd9;
}
942 943 944 945 946
.qa-success {
	background: #6a3;
	border: 1px solid #383;
	color: #ded;
}
947

Scott committed
948
.qa-error a, .qa-warning a {
949 950
	color: #fff;
	font-weight: bold;
Gideon Greenspan committed
951
}
Scott committed
952
.qa-error a:hover, .qa-warning a:hover {
953
	text-decoration: underline;
Gideon Greenspan committed
954
}
955

Gideon Greenspan committed
956 957
/* Page sections */
.qa-sidepanel {
958 959 960 961
	float: right;
	width: 240px;
	padding: 10px;
	min-height: 80px;
962
	word-wrap: break-word;
Gideon Greenspan committed
963
}
964

Gideon Greenspan committed
965
.qa-sidebar {
966 967 968 969 970
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 20px;
	background: #d0dfe4;
	border: 1px solid #b6c4c8;
Gideon Greenspan committed
971
}
972

Gideon Greenspan committed
973
.qa-feed {
974 975 976 977
	background: #f8f8f8 url(images/feed-icon-14x14.png) no-repeat 20px 22px;
	padding: 20px;
	margin: 0 0 10px 0;
	border: 1px solid #e5e5e5;
Gideon Greenspan committed
978
}
979

Gideon Greenspan committed
980
.qa-feed-link {
981 982 983
	font-size: 12px;
	color: #666;
	padding-left: 20px;
Gideon Greenspan committed
984
}
985 986

.qa-footer-bottom-group {
987 988 989 990 991 992
	background: #ddd;
	border-top: 1px solid #aaa;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
Gideon Greenspan committed
993
}
994

Gideon Greenspan committed
995
.qa-footer {
996 997 998 999 1000 1001
	clear: both;
	width: 980px;
	margin: 0 auto;
	color: #777777;
	font-size: 10px;
	padding: 10px;
Gideon Greenspan committed
1002
}
1003 1004 1005

.qa-footer a, .qa-footer a:visited {
	text-decoration: underline;
Gideon Greenspan committed
1006
}
1007

Scott committed
1008
/* IE6 Widget wrappers */
Gideon Greenspan committed
1009
.qa-widget-full {
1010 1011
	clear: both;
	margin: 15px 0;
Gideon Greenspan committed
1012
}
1013

Gideon Greenspan committed
1014
.qa-widget-full-high {
1015
	margin-bottom: 0;
Gideon Greenspan committed
1016
}
1017

Gideon Greenspan committed
1018
.qa-widgets-main-high {
1019
	margin-bottom: 24px;
Gideon Greenspan committed
1020
}
1021

Gideon Greenspan committed
1022
.qa-widget-main {
1023
	margin: 0 0 15px 0;
Gideon Greenspan committed
1024
}
1025

Gideon Greenspan committed
1026
.qa-widget-main-bottom {
1027
	margin-bottom: 0;
Gideon Greenspan committed
1028
}
1029

Gideon Greenspan committed
1030 1031
.qa-widget-side,
.qa-nav-cat {
1032 1033 1034
	margin: 0 0 10px 0;
	border: 1px solid #e5e5e5;
	background: #f8f8f8;
Gideon Greenspan committed
1035
}
1036

Gideon Greenspan committed
1037 1038 1039 1040 1041
.qa-sidebar,
.qa-feed,
.qa-widget-side,
.qa-nav-cat {
	border-radius: 3px;
Gideon Greenspan committed
1042
}
1043 1044 1045

.qa-widget-side > div {
	padding: 10px 20px 20px;
Gideon Greenspan committed
1046
}
1047 1048 1049 1050

.qa-widget-side h2 {
	margin: 0 !important;
	padding: 20px 20px 5px !important;
Gideon Greenspan committed
1051 1052
	background: none;
	color: #111;
1053
	border-radius: 0;
Gideon Greenspan committed
1054 1055
	box-shadow: none;
	font-size: 18px;
1056 1057
	border: none;
	text-shadow: none;
Gideon Greenspan committed
1058
}
1059 1060 1061

.qa-widget-side > div.qa-related-qs {
	padding: 0;
Gideon Greenspan committed
1062
}
1063

Gideon Greenspan committed
1064
.qa-nav-cat-list {
1065 1066
	list-style: none;
	margin: 0;
1067
	padding: 10px 20px 20px;
1068 1069 1070 1071 1072 1073 1074
}

.qa-nav-cat-list li {
	padding: 0;
}

.qa-nav-cat-all a {
1075
	font-weight: bold;
Gideon Greenspan committed
1076
}
1077 1078 1079

.qa-nav-cat-list ul {
	padding: 0;
Gideon Greenspan committed
1080
}
1081 1082 1083

.qa-nav-cat-list ul li {
	padding: 0 0 0 10px;
Gideon Greenspan committed
1084
}
1085 1086 1087

.qa-nav-cat-list-1 {
	font-size: 14px;
Gideon Greenspan committed
1088
}
1089

Gideon Greenspan committed
1090
.qa-nav-cat-list-2 {
1091 1092
	font-size: 14px;
	margin-left: 1em;
Gideon Greenspan committed
1093
}
1094

Gideon Greenspan committed
1095
.qa-nav-cat-list-3 {
1096 1097
	font-size: 14px;
	margin-left: 1em;
Gideon Greenspan committed
1098
}
1099

Gideon Greenspan committed
1100
.qa-nav-cat-list-4 {
1101 1102
	font-size: 14px;
	margin-left: 1em;
Gideon Greenspan committed
1103
}
1104 1105 1106

.qa-nav-cat-list-1 .qa-nav-cat-item {
	border-bottom: 1px dotted #ccc;
Gideon Greenspan committed
1107
}
1108

Gideon Greenspan committed
1109 1110
.qa-nav-cat-list-2 .qa-nav-cat-item,
.qa-nav-cat-list-3 .qa-nav-cat-item,
1111 1112
.qa-nav-cat-list-4 .qa-nav-cat-item {
	border: none;
Gideon Greenspan committed
1113
}
1114

Gideon Greenspan committed
1115
.qa-nav-cat-item {
1116 1117
	margin: 2px 0;
	text-align: right;
Gideon Greenspan committed
1118
}
1119

Gideon Greenspan committed
1120
.qa-nav-cat-link {
Gideon Greenspan committed
1121
	float: left;
1122 1123
	clear: both;
	word-break: break-word;
Gideon Greenspan committed
1124
}
1125 1126 1127

.qa-nav-cat-note {
	color: #000;
1128
	white-space: nowrap;
Gideon Greenspan committed
1129
}
1130

Gideon Greenspan committed
1131 1132
/* Pagination */
.qa-page-links {
1133 1134 1135 1136
	font-size: 12px;
	clear: both;
	zoom: 1;
	padding: 12px 0;
Gideon Greenspan committed
1137
}
1138

Gideon Greenspan committed
1139 1140
/* zoom:1 for IE6 */
.qa-page-links-label {
1141
	display: none;
Gideon Greenspan committed
1142
}
1143

Gideon Greenspan committed
1144
.qa-page-links-list {
1145 1146 1147
	list-style: none;
	margin: 0;
	padding: 0;
Gideon Greenspan committed
1148
}
1149

Gideon Greenspan committed
1150
.qa-page-links-item {
1151 1152 1153 1154
	text-align: center;
	margin-right: 2px;
	float: left;
	display: inline;
Gideon Greenspan committed
1155
}
1156 1157 1158 1159 1160

.qa-page-link, .qa-page-selected, .qa-page-prev, .qa-page-next, .qa-page-ellipsis {
	display: block;
	padding: 1px 6px;
	color: #666 !important;
Gideon Greenspan committed
1161
}
1162

Gideon Greenspan committed
1163
.qa-page-link {
1164 1165 1166 1167 1168 1169 1170
	color: #666 !important;
	background-color: #eee;
	border: 1px solid #aaa;
	-moz-transition: background-color ease-in-out 0.5s;
	-webkit-transition: background-color ease-in-out 0.5s;
	-o-transition: background-color ease-in-out 0.5s;
	transition: background-color ease-in-out 0.5s;
Gideon Greenspan committed
1171
}
1172

Gideon Greenspan committed
1173
.qa-page-selected {
1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186
	color: #ddd !important;
	background-color: #666666;
	border: 1px solid #444;
}

.qa-page-prev, .qa-page-next {
	color: #666;
	background-color: #eee;
	border: 1px solid #aaa;
	-moz-transition: background-color ease-in-out 0.5s;
	-webkit-transition: background-color ease-in-out 0.5s;
	-o-transition: background-color ease-in-out 0.5s;
	transition: background-color ease-in-out 0.5s;
Gideon Greenspan committed
1187
}
1188

Gideon Greenspan committed
1189
.qa-page-ellipsis {
1190
	color: #666;
Gideon Greenspan committed
1191
}
1192 1193 1194 1195 1196 1197

.qa-page-link:hover, .qa-page-prev:hover, .qa-page-next:hover {
	text-decoration: none;
	background-color: #666;
	color: #ddd !important;
	-moz-transition: background-color ease-in-out 0.15s;
pupi1985 committed
1198
	-webkit-transition: background-color ease-in-out 0.15s;
1199 1200
	-o-transition: background-color ease-in-out 0.15s;
	transition: background-color ease-in-out 0.15s;
Gideon Greenspan committed
1201
}
1202

Gideon Greenspan committed
1203 1204
/* Standard form (tall version) */
.qa-form-tall-table {
1205 1206
	width: 100%;
	border-collapse: collapse;
Gideon Greenspan committed
1207
}
1208

Gideon Greenspan committed
1209
.qa-form-tall-spacer {
1210 1211 1212
	line-height: 1px;
	font-size: 1px;
	padding: 0;
Gideon Greenspan committed
1213
}
1214

Gideon Greenspan committed
1215
.qa-form-tall-ok {
1216 1217 1218 1219 1220 1221
	background: #6AAA2B;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 6px;
	border-radius: 3px;
Gideon Greenspan committed
1222
}
1223

Gideon Greenspan committed
1224
.qa-form-tall-label {
1225 1226 1227
	color: #444;
	font-size: 14px;
	padding: 8px 8px 2px 8px;
Gideon Greenspan committed
1228
}
1229

Gideon Greenspan committed
1230
.qa-form-tall-data {
1231 1232
	width: 480px;
	padding: 2px 8px 8px 8px;
Gideon Greenspan committed
1233
}
1234 1235 1236

.qa-form-tall-data > ul {
	margin-top: 0;
Gideon Greenspan committed
1237
}
1238 1239 1240

.qa-form-tall-text, .qa-form-tall-number {
	padding: 3px;
Gideon Greenspan committed
1241
}
1242

Gideon Greenspan committed
1243
.qa-form-tall-text {
1244 1245 1246 1247 1248 1249 1250 1251
	background: #fff;
	color: #666;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
Gideon Greenspan committed
1252
}
1253

Gideon Greenspan committed
1254
.qa-form-tall-number {
1255 1256 1257
	width: 48px;
	background: #fff;
	border: 1px solid #ccc;
Gideon Greenspan committed
1258
}
1259

Gideon Greenspan committed
1260
.qa-form-tall-checkbox {
1261 1262
	float: left;
	margin-right: 4px;
Gideon Greenspan committed
1263
}
1264

Gideon Greenspan committed
1265
.qa-form-tall-image {
1266
	text-align: center;
Gideon Greenspan committed
1267
}
1268

Gideon Greenspan committed
1269
.qa-form-tall-suffix {
1270 1271 1272
	font-weight: 400;
	font-size: 10px;
	color: #666;
Gideon Greenspan committed
1273
}
1274

Gideon Greenspan committed
1275
.qa-form-tall-error {
1276 1277 1278 1279
	color: #c00;
	font-size: 14px;
	margin-top: 6px;
	display: inline-block;
Gideon Greenspan committed
1280
}
1281

Gideon Greenspan committed
1282
.qa-form-tall-note {
1283
	margin-top: 6px;
Gideon Greenspan committed
1284
}
1285

Gideon Greenspan committed
1286
.qa-form-tall-note a {
1287 1288
	color: #293D39;
	text-decoration: underline;
Gideon Greenspan committed
1289
}
1290

Gideon Greenspan committed
1291
.qa-form-tall-note a:hover {
1292
	color: #396E63;
Gideon Greenspan committed
1293
}
1294

Gideon Greenspan committed
1295
.qa-form-tall-buttons {
1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324
	padding: 8px 8px 8px 8px;
}

.qa-form-tall-button, .qa-search-button, .qa-form-tall-table input[type="button"], .qa-form-wide-button, .qa-form-basic-button {
	background: #0179b5;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid #004566;
	padding: 5px 10px;
	line-height: 14px;
	cursor: pointer;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
	border-radius: 3px;
}

.qa-search-button:hover, .qa-form-tall-table input[type="button"]:hover, .qa-form-basic-button:hover {
	background: #0099CC;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	border: 1px solid #004566;
	padding: 5px 10px;
	line-height: 14px;
	cursor: pointer;
	box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
}

.qa-form-tall-button-cancel {
Gideon Greenspan committed
1325
	background: #aa0000;
1326
	border: 1px solid #880000;
Gideon Greenspan committed
1327
}
1328 1329

.qa-form-tall-button-cancel:hover {
Gideon Greenspan committed
1330
	background: #dd0000;
1331
	border: 1px solid #880000;
Gideon Greenspan committed
1332
}
1333 1334 1335 1336

.qa-form-wide-button-save, .qa-form-wide-button-saverecalc, .qa-form-tall-button-save {
	background: #196627;
	border: 1px solid #153513;
Gideon Greenspan committed
1337
}
1338 1339 1340 1341

.qa-form-wide-button-save:hover, .qa-form-wide-button-saverecalc:hover, .qa-form-tall-button-save:hover {
	background: #1F7F31;
	border: 1px solid #153513;
Gideon Greenspan committed
1342
}
1343

Gideon Greenspan committed
1344 1345
/* Standard form (wide version) */
.qa-form-wide-table {
1346 1347
	border-collapse: collapse;
	width: 100%;
Gideon Greenspan committed
1348
}
1349

Gideon Greenspan committed
1350
.qa-form-wide-spacer {
1351 1352 1353 1354
	line-height: 1px;
	font-size: 1px;
	border-bottom: 1px solid #ccc;
	padding: 0;
Gideon Greenspan committed
1355
}
1356

Gideon Greenspan committed
1357
.qa-form-wide-ok {
1358 1359
	background: #6AAA2B;
	color: #fff;
1360 1361 1362
	font-size: 18px;
	text-align: center;
	padding: 6px;
1363
	border-radius: 3px;
Gideon Greenspan committed
1364
}
1365

Gideon Greenspan committed
1366
.qa-form-wide-label {
1367 1368 1369 1370 1371
	border-bottom: 1px solid #f4f4f4;
	color: #444;
	font-size: 14px;
	white-space: nowrap;
	padding: 10px;
Gideon Greenspan committed
1372
}
1373

Gideon Greenspan committed
1374
.qa-form-wide-data {
1375 1376
	border-bottom: 1px solid #f4f4f4;
	padding: 6px 10px;
Gideon Greenspan committed
1377
}
1378 1379 1380

.qa-form-wide-text, .qa-form-wide-number {
	padding: 3px;
Gideon Greenspan committed
1381
}
1382

Gideon Greenspan committed
1383
.qa-form-wide-text {
1384 1385 1386
	background: #fff;
	width: 320px;
	border: 1px solid #ccc;
Gideon Greenspan committed
1387
}
1388 1389 1390 1391

.qa-form-wide-data input {
	background: #fff;
	border: 1px solid #ccc !important;
Gideon Greenspan committed
1392
}
1393

Gideon Greenspan committed
1394
.qa-form-wide-number {
1395 1396 1397 1398
	width: 48px;
	background: #111;
	border: 1px solid #444;
	vertical-align: middle;
Gideon Greenspan committed
1399
}
1400

Gideon Greenspan committed
1401
.qa-form-wide-error {
1402 1403 1404 1405
	display: inline-block;
	color: #c00;
	font-size: 11px;
	margin-left: 6px;
Gideon Greenspan committed
1406
}
1407

Gideon Greenspan committed
1408
.qa-form-wide-note {
1409 1410 1411
	font-size: 10px;
	margin-left: 4px;
	color: #666;
Gideon Greenspan committed
1412
}
1413

Gideon Greenspan committed
1414
.qa-form-wide-buttons {
1415
	padding: 8px 0 8px 8px;
Gideon Greenspan committed
1416
}
1417

Gideon Greenspan committed
1418
.qa-form-wide-prefix {
1419
	font-size: 14px;
Gideon Greenspan committed
1420 1421
}

Scott committed
1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435
.qa-form-tall-help, .qa-form-wide-help {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 4px;
	border-radius: 18px;
	background-color: #0179b5;
	color: #fff;
	font-size: 11px;
	line-height: 19px;
	text-align: center;
	cursor: help;
}

Gideon Greenspan committed
1436
/* Standard form (light version - buttons only) */
Gideon Greenspan committed
1437
.qa-form-light-button {
1438 1439 1440 1441 1442 1443 1444 1445 1446
	background: none;
	border: 0;
	height: 24px;
	cursor: pointer;
	margin-right: 6px;
	font-size: 12px;
	text-align: left;
	overflow: visible;
	padding: 0;
Gideon Greenspan committed
1447
}
1448

Gideon Greenspan committed
1449 1450
/* overflow:visible for IE */
.qa-form-light-button {
1451
	color: #666;
Gideon Greenspan committed
1452
}
1453

Gideon Greenspan committed
1454
.qa-form-light-button:hover {
1455
	color: #000;
Gideon Greenspan committed
1456
}
1457 1458 1459 1460

.qa-form-light-button-edit, .qa-form-light-button-retagcat {
	background: url(images/edit-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1461
}
1462

Gideon Greenspan committed
1463
.qa-form-light-button-flag {
1464 1465
	background: url(images/flag-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1466
}
1467 1468 1469 1470

.qa-form-light-button-unflag, .qa-form-light-button-clearflags {
	background: url(images/unflag-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1471
}
1472

Gideon Greenspan committed
1473
.qa-form-light-button-hide {
1474 1475
	background: url(images/hide-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1476
}
1477

Gideon Greenspan committed
1478
.qa-form-light-button-follow {
1479 1480
	background: url(images/follow-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1481
}
1482

Gideon Greenspan committed
1483
.qa-form-light-button-comment {
1484 1485
	background: url(images/comment-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1486
}
1487

Gideon Greenspan committed
1488
.qa-form-light-button-answer {
1489 1490 1491 1492 1493
	background: url(images/answer-icon.png) no-repeat left center;
	padding-left: 18px;
	color: #289e00;
	font-weight: 700;
	text-transform: capitalize;
Gideon Greenspan committed
1494
}
1495

Gideon Greenspan committed
1496
.qa-form-light-button-answer:hover {
1497
	color: #000;
Gideon Greenspan committed
1498
}
1499

Gideon Greenspan committed
1500
.qa-form-light-button-reshow {
1501 1502
	background: url(images/reshow-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1503
}
1504

Gideon Greenspan committed
1505
.qa-form-light-button-claim {
1506 1507
	background: url(images/claim-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1508
}
1509

Gideon Greenspan committed
1510
.qa-form-light-button-delete {
1511 1512
	background: url(images/delete-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1513
}
1514

Gideon Greenspan committed
1515
.qa-form-light-button-approve {
1516 1517
	background: url(images/approve-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1518
}
1519

Gideon Greenspan committed
1520
.qa-form-light-button-reject {
1521 1522
	background: url(images/reject-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1523
}
1524

Gideon Greenspan committed
1525
.qa-form-light-button-close {
1526 1527
	background: url(images/close-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1528
}
1529

Gideon Greenspan committed
1530
.qa-form-light-button-reopen {
1531 1532
	background: url(images/reopen-icon.png) no-repeat left center;
	padding-left: 18px;
Gideon Greenspan committed
1533
}
1534

Gideon Greenspan committed
1535
/* Standard form (basic version - buttons only) */
Gideon Greenspan committed
1536
.qa-form-basic-button {
1537 1538
	vertical-align: middle;
	margin: 4px 4px 8px 0;
Gideon Greenspan committed
1539
}
1540

Gideon Greenspan committed
1541 1542
/* Question list */
.qa-q-list-item {
1543 1544 1545
	zoom: 1;
	padding: 5px;
	border-bottom: 1px solid #eee;
Gideon Greenspan committed
1546
}
1547

Gideon Greenspan committed
1548 1549
/* zoom for IE, padding for early FF */
.qa-q-item-main {
1550 1551 1552
	width: 488px;
	float: left;
	padding-left: 10px;
Gideon Greenspan committed
1553
}
1554

Gideon Greenspan committed
1555
.qa-q-item-title {
1556 1557
	color: #000;
	font-size: 16px;
Gideon Greenspan committed
1558
}
1559

Gideon Greenspan committed
1560
.qa-q-item-title a {
1561 1562 1563
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 700;
	line-height: normal;
Gideon Greenspan committed
1564
}
1565

Gideon Greenspan committed
1566
.qa-q-item-content {
1567 1568 1569 1570 1571 1572
	font-size: 10px;
	margin-top: 8px;
	max-height: 80px;
	overflow-y: auto;
	border: 1px solid #ccc;
	padding: 4px;
Gideon Greenspan committed
1573
}
1574

Gideon Greenspan committed
1575 1576 1577
.qa-q-item-avatar-meta,
.qa-q-view-avatar-meta,
.qa-a-item-avatar-meta,
1578 1579
.qa-c-item-avatar-meta {
	display: block;
Gideon Greenspan committed
1580
}
1581 1582 1583

.qa-q-item-avatar-meta {
	margin: 10px 0 0;
Gideon Greenspan committed
1584
}
1585

Gideon Greenspan committed
1586
.qa-q-item-avatar {
1587 1588 1589
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
Gideon Greenspan committed
1590
}
1591

Gideon Greenspan committed
1592
.qa-q-item-meta {
1593 1594 1595
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
Gideon Greenspan committed
1596
}
1597

Gideon Greenspan committed
1598
.qa-q-item-when-data {
1599
	font-weight: 700;
Gideon Greenspan committed
1600
}
1601

Gideon Greenspan committed
1602
.qa-q-item-who-title {
1603 1604 1605
	font-size: 80%;
	font-weight: 700;
	color: #6b0000;
Gideon Greenspan committed
1606
}
1607

Gideon Greenspan committed
1608
.qa-q-item-points-data {
1609
	font-weight: 700;
Gideon Greenspan committed
1610
}
1611

Gideon Greenspan committed
1612
.qa-q-item-flags {
1613 1614 1615
	color: red;
	font-weight: 700;
	padding-left: 4px;
Gideon Greenspan committed
1616
}
1617

Gideon Greenspan committed
1618
.qa-q-item-tags {
1619 1620
	margin-top: 10px;
	float: left;
Gideon Greenspan committed
1621
}
1622

Gideon Greenspan committed
1623
.qa-q-item-tag-list {
1624 1625 1626 1627
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 11px;
Gideon Greenspan committed
1628
}
1629

Gideon Greenspan committed
1630
.qa-q-item-tag-item {
1631
	display: inline;
Gideon Greenspan committed
1632
}
1633

Gideon Greenspan committed
1634
.qa-q-item-buttons {
1635 1636 1637
	clear: both;
	float: left;
	margin: 10px 0;
Gideon Greenspan committed
1638
}
1639

Gideon Greenspan committed
1640
.qa-suggest-next {
1641 1642 1643 1644 1645 1646 1647 1648 1649 1650
	background: #f4f4f4;
	border: 1px solid #c7dce6;
	color: #444;
	font-size: 14px;
	text-align: center;
	clear: both;
	padding: 8px;
	margin-top: 22px;
	border-radius: 3px;
	box-shadow: 0 10px 15px 0 white inset, 0 0 5px 0 rgba(0, 0, 0, 0.05);
Gideon Greenspan committed
1651
}
1652

Gideon Greenspan committed
1653
.qa-suggest-next a {
1654
	font-weight: 700;
Gideon Greenspan committed
1655
}
1656

Gideon Greenspan committed
1657
.qa-suggest-next a:hover {
1658
	text-decoration: underline;
Gideon Greenspan committed
1659
}
1660 1661


1662
/* Tags and Users ranking */
1663

1664 1665 1666 1667 1668 1669 1670
.qa-ranking-item {
	display: inline-block;
	margin: 0 5px 15px 0;
	vertical-align: top;
	width: 220px;
	min-height: 30px;
	line-height: 1.3;
Gideon Greenspan committed
1671
}
1672

1673
.qa-top-users-item {
Gideon Greenspan committed
1674
}
1675
.qa-top-users-avatar {
1676
	float: left;
1677
	margin-right: 6px;
Gideon Greenspan committed
1678 1679
}
.qa-top-users-label {
1680
	display: block;
Gideon Greenspan committed
1681 1682
}
.qa-top-users-score {
1683
	display: block;
Gideon Greenspan committed
1684
}
1685

1686 1687 1688 1689 1690 1691 1692 1693
.qa-top-tags-item {
	width: 165px;
}
.qa-top-tags-count {
	display: inline-block;
	min-width: 40px;
	text-align: right;
	padding-right: 3px;
Gideon Greenspan committed
1694
}
1695 1696 1697 1698 1699 1700
.qa-top-tags-label {
	display: inline-block;
}


/* Categories */
1701

Gideon Greenspan committed
1702
.qa-browse-cat-list {
1703 1704 1705
	list-style: none;
	margin: 0;
	padding: 0;
Gideon Greenspan committed
1706
}
1707

Gideon Greenspan committed
1708
.qa-browse-cat-list-1 {
1709
	font-size: 18px;
Gideon Greenspan committed
1710
}
1711

Gideon Greenspan committed
1712
.qa-browse-cat-list-2 {
1713 1714
	font-size: 14px;
	margin-left: 20px;
Gideon Greenspan committed
1715
}
1716

Gideon Greenspan committed
1717
.qa-browse-cat-list-3 {
1718 1719
	font-size: 14px;
	margin-left: 20px;
Gideon Greenspan committed
1720
}
1721

Gideon Greenspan committed
1722
.qa-browse-cat-list-4 {
1723 1724
	font-size: 14px;
	margin-left: 20px;
Gideon Greenspan committed
1725
}
1726

Gideon Greenspan committed
1727
.qa-browse-cat-item {
1728 1729 1730 1731 1732
	font-weight: 700;
	color: #000;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
Gideon Greenspan committed
1733
}
1734

Gideon Greenspan committed
1735 1736
.qa-browse-cat-list-2 .qa-browse-cat-item,
.qa-browse-cat-list-3 .qa-browse-cat-item,
1737 1738
.qa-browse-cat-list-4 .qa-browse-cat-item {
	border: none;
Gideon Greenspan committed
1739
}
1740

Gideon Greenspan committed
1741
.qa-browse-cat-closed {
1742 1743
	list-style: none;
	color: #000;
Gideon Greenspan committed
1744
}
1745

Gideon Greenspan committed
1746
.qa-browse-cat-open {
1747 1748
	list-style: none;
	color: #26434D;
Gideon Greenspan committed
1749
}
1750

Gideon Greenspan committed
1751 1752
a.qa-browse-cat-link,
a.qa-browse-cat-link:visited {
1753 1754 1755
	font-weight: 700;
	text-decoration: none;
	color: #000;
Gideon Greenspan committed
1756
}
1757 1758 1759

.qa-browse-cat-list-3 .qa-browse-cat-item {
	padding: 5px 0;
Gideon Greenspan committed
1760
}
1761

Gideon Greenspan committed
1762
.qa-browse-cat-note {
1763 1764 1765
	font-weight: 400;
	font-size: 85%;
	color: #444;
Gideon Greenspan committed
1766
}
1767

Gideon Greenspan committed
1768
.qa-browse-cat-note a {
1769
	color: #506D83;
Gideon Greenspan committed
1770
}
1771

Gideon Greenspan committed
1772
/* Question view */
1773 1774 1775 1776 1777 1778 1779

.qa-q-view-content,
.qa-a-item-content,
.qa-c-item-content {
	word-break: break-word;
}

Gideon Greenspan committed
1780
.qa-q-view {
1781 1782
	padding-left: 10px;
	padding-top: 10px;
Gideon Greenspan committed
1783
}
1784

Gideon Greenspan committed
1785
.qa-q-view-main {
1786 1787 1788
	float: left;
	width: 620px;
	padding-left: 10px;
Gideon Greenspan committed
1789
}
1790

Gideon Greenspan committed
1791
.qa-q-view-content {
1792
	margin-bottom: 16px;
Gideon Greenspan committed
1793
}
1794

Gideon Greenspan committed
1795
.qa-q-view-avatar {
1796 1797 1798
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
Gideon Greenspan committed
1799
}
1800

Gideon Greenspan committed
1801
.qa-q-view-meta {
1802 1803 1804
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
Gideon Greenspan committed
1805
}
1806

Gideon Greenspan committed
1807
.qa-q-view-follows {
1808 1809
	font-size: 14px;
	margin-bottom: 12px;
Gideon Greenspan committed
1810
}
1811

Gideon Greenspan committed
1812
.qa-q-view-closed {
1813 1814
	font-size: 14px;
	margin-bottom: 18px;
Gideon Greenspan committed
1815
}
1816

Gideon Greenspan committed
1817
.qa-q-view-closed-content {
1818
	font-weight: 700;
Gideon Greenspan committed
1819
}
1820

Gideon Greenspan committed
1821
.qa-q-view-extra {
1822 1823
	font-size: 14px;
	margin-bottom: 18px;
Gideon Greenspan committed
1824
}
1825

Gideon Greenspan committed
1826
.qa-q-view-extra-content {
1827
	font-weight: 700;
Gideon Greenspan committed
1828
}
1829

Gideon Greenspan committed
1830
.qa-q-view-when-data {
1831
	font-weight: 700;
Gideon Greenspan committed
1832
}
1833

Gideon Greenspan committed
1834
.qa-q-view-who-title {
1835 1836 1837
	font-size: 80%;
	font-weight: 700;
	color: #6b0000;
Gideon Greenspan committed
1838
}
1839

Gideon Greenspan committed
1840
.qa-q-view-points-data {
1841
	font-weight: 700;
Gideon Greenspan committed
1842
}
1843

Gideon Greenspan committed
1844
.qa-q-view-flags {
1845 1846 1847
	color: red;
	font-weight: 700;
	padding-left: 4px;
Gideon Greenspan committed
1848
}
1849

Gideon Greenspan committed
1850
.qa-q-view-tags {
1851 1852
	clear: both;
	margin-bottom: 12px;
Gideon Greenspan committed
1853
}
1854

Gideon Greenspan committed
1855
.qa-q-view-tag-list {
1856 1857 1858
	list-style: none;
	margin: 0;
	padding: 0;
Gideon Greenspan committed
1859
}
1860

Gideon Greenspan committed
1861
.qa-q-view-tag-item {
1862
	display: inline;
Gideon Greenspan committed
1863
}
1864

Gideon Greenspan committed
1865
.qa-q-view-buttons {
1866
	margin-top: 16px;
Gideon Greenspan committed
1867
}
1868

Gideon Greenspan committed
1869
.qa-q-view-c-list {
1870 1871 1872
	clear: both;
	border-top: 1px solid #ccc;
	margin: 24px 0 0 24px;
Gideon Greenspan committed
1873
}
1874

Gideon Greenspan committed
1875
.qa-q-view-hidden .qa-voting {
1876
	color: #ccc;
Gideon Greenspan committed
1877
}
1878

Gideon Greenspan committed
1879
.qa-q-view-hidden .qa-q-view-content {
1880
	color: #999;
Gideon Greenspan committed
1881
}
1882

Gideon Greenspan committed
1883
.qa-q-view-hidden .qa-q-view-meta {
1884
	color: #ccc;
Gideon Greenspan committed
1885
}
1886

Gideon Greenspan committed
1887
.qa-q-view-hidden .qa-user-link {
1888
	color: #999;
Gideon Greenspan committed
1889
}
1890

Gideon Greenspan committed
1891
.qa-q-view-hidden .qa-q-view-who-title {
1892
	color: #999;
Gideon Greenspan committed
1893
}
1894

Gideon Greenspan committed
1895
.qa-q-view-hidden .qa-category-link {
1896
	color: #999;
Gideon Greenspan committed
1897
}
1898

Gideon Greenspan committed
1899
.qa-q-view-hidden .qa-tag-link {
1900
	color: #ccc;
Scott committed
1901
	opacity: 0.5;
Gideon Greenspan committed
1902
}
1903

1904
/* Answer view */
Gideon Greenspan committed
1905
.qa-a-list-item {
1906 1907 1908 1909 1910 1911
	background: #fff;
	zoom: 1;
	position: relative;
	padding: 20px 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #ccc;
1912
	min-height: 108px; /* prevent tick icon being hidden */
Gideon Greenspan committed
1913
}
1914 1915 1916 1917
.qa-a-list-item:target {
	-webkit-animation: highlight 2s ease-in-out;
	animation: highlight 2s ease-in-out;
}
1918

Gideon Greenspan committed
1919 1920
/* zoom for IE, padding for early FF */
.qa-a-list-item-selected {
1921 1922 1923
	background: #f1f7f3 !important;
	border: 1px solid #89BF65;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
Gideon Greenspan committed
1924
}
1925

Gideon Greenspan committed
1926
.qa-a-list-item-hidden .qa-voting {
1927
	color: #ccc;
Gideon Greenspan committed
1928
}
1929

Gideon Greenspan committed
1930
.qa-a-list-item-hidden .qa-a-item-content {
1931
	color: #999;
Gideon Greenspan committed
1932
}
1933

Gideon Greenspan committed
1934
.qa-a-list-item-hidden .qa-a-item-what {
1935
	color: #ccc;
Gideon Greenspan committed
1936
}
1937

Gideon Greenspan committed
1938
.qa-a-list-item-hidden .qa-a-item-meta {
1939
	color: #ccc;
Gideon Greenspan committed
1940
}
1941

Gideon Greenspan committed
1942
.qa-a-list-item-hidden .qa-a-item-who-title {
1943
	color: #999;
Gideon Greenspan committed
1944
}
1945

Gideon Greenspan committed
1946
.qa-a-list-item-hidden .qa-user-link {
1947
	color: #999;
Gideon Greenspan committed
1948
}
1949

Gideon Greenspan committed
1950
.qa-a-item-main {
1951 1952 1953 1954
	float: left;
	width: 610px;
	display: inline-block;
	padding-left: 10px;
Gideon Greenspan committed
1955
}
1956

Gideon Greenspan committed
1957 1958
/* inline-block for IE */
.qa-a-item-content {
1959
	margin-bottom: 16px;
Gideon Greenspan committed
1960
}
1961

Gideon Greenspan committed
1962
.qa-a-item-avatar {
1963 1964 1965
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
Gideon Greenspan committed
1966
}
1967

Gideon Greenspan committed
1968
.qa-a-item-meta {
1969 1970 1971
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
Gideon Greenspan committed
1972
}
1973

Gideon Greenspan committed
1974
.qa-a-item-when-data {
1975
	font-weight: 700;
Gideon Greenspan committed
1976
}
1977

Gideon Greenspan committed
1978
.qa-a-item-who-title {
1979 1980 1981
	font-size: 80%;
	font-weight: 700;
	color: #6b0000;
Gideon Greenspan committed
1982
}
1983

Gideon Greenspan committed
1984
.qa-a-item-points-data {
1985
	font-weight: 700;
Gideon Greenspan committed
1986
}
1987

Gideon Greenspan committed
1988
.qa-a-item-flags {
1989 1990 1991
	color: red;
	font-weight: 700;
	padding-left: 4px;
Gideon Greenspan committed
1992
}
1993

Gideon Greenspan committed
1994
.qa-a-item-buttons {
1995
	margin-top: 16px;
Gideon Greenspan committed
1996
}
1997

Gideon Greenspan committed
1998
.qa-a-item-c-list {
1999 2000 2001
	clear: both;
	border-top: 1px solid #ddd;
	margin: 24px 0 0;
Gideon Greenspan committed
2002
}
2003

Gideon Greenspan committed
2004 2005
/* Answer selection */
.qa-a-selection {
2006 2007 2008 2009 2010
	position: absolute;
	left: 12px;
	top: 85px;
	width: 60px;
	text-align: center;
Gideon Greenspan committed
2011
}
2012

Gideon Greenspan committed
2013
.qa-a-select-button {
2014 2015 2016 2017
	background: url(images/select-star.png) no-repeat;
	border: 0;
	height: 50px;
	width: 50px;
Gideon Greenspan committed
2018
}
2019

Gideon Greenspan committed
2020
.qa-a-select-button {
2021
	background-position: 0 -50px;
Gideon Greenspan committed
2022
}
2023

Gideon Greenspan committed
2024
.qa-a-select-button:hover {
2025
	background-position: 0 -100px;
Gideon Greenspan committed
2026
}
2027

Gideon Greenspan committed
2028
.qa-a-unselect-button {
2029 2030 2031 2032
	background: url(images/selected-star.png) no-repeat;
	border: 0;
	height: 50px;
	width: 50px;
Gideon Greenspan committed
2033
}
2034

Gideon Greenspan committed
2035
.qa-a-unselect-button {
2036
	background-position: 0 0;
Gideon Greenspan committed
2037
}
2038

Gideon Greenspan committed
2039
.qa-a-unselect-button:hover {
2040
	background-position: 0 -50px;
Gideon Greenspan committed
2041
}
2042

Gideon Greenspan committed
2043
.qa-a-selected {
2044 2045 2046 2047
	background: url(images/selected-star.png) no-repeat 0 0;
	height: 50px;
	width: 50px;
	margin: 0 auto;
Gideon Greenspan committed
2048
}
2049

Gideon Greenspan committed
2050
.qa-a-selected-text {
2051 2052 2053 2054 2055
	font-size: 9px;
	font-weight: 800;
	display: block;
	color: #73A651;
	line-height: 6px;
Gideon Greenspan committed
2056
}
2057

Gideon Greenspan committed
2058 2059
/* Comments */
.qa-c-list-item {
2060 2061 2062
	background: #fff;
	border-bottom: 1px solid #ccc;
	padding: 8px 0 8px 8px;
Gideon Greenspan committed
2063
}
2064 2065 2066 2067
.qa-c-list-item:target {
	-webkit-animation: highlight 2s ease-in-out;
	animation: highlight 2s ease-in-out;
}
2068 2069 2070

.qa-c-list-item:nth-child(odd) {
	background: #fafafa;
Gideon Greenspan committed
2071
}
2072 2073 2074

.qa-c-list-item:last-child {
	border-bottom: none;
Gideon Greenspan committed
2075
}
2076

Gideon Greenspan committed
2077
.qa-c-item-hidden .qa-c-item-content {
2078
	color: #bbb;
Gideon Greenspan committed
2079
}
2080

Gideon Greenspan committed
2081
.qa-c-item-hidden .qa-c-item-link {
2082
	color: #aaf;
Gideon Greenspan committed
2083
}
2084

Gideon Greenspan committed
2085
.qa-c-item-hidden .qa-c-item-what {
2086
	color: #ccc;
Gideon Greenspan committed
2087
}
2088

Gideon Greenspan committed
2089
.qa-c-item-hidden .qa-c-item-meta {
2090
	color: #ccc;
Gideon Greenspan committed
2091
}
2092

Gideon Greenspan committed
2093
.qa-c-item-hidden .qa-c-item-who-title {
2094
	color: #999;
Gideon Greenspan committed
2095
}
2096

Gideon Greenspan committed
2097
.qa-c-item-hidden .qa-user-link {
2098
	color: #999;
Gideon Greenspan committed
2099
}
2100

Gideon Greenspan committed
2101
.qa-c-item-link {
2102 2103
	display: block;
	margin-bottom: 6px;
Gideon Greenspan committed
2104
}
2105

Gideon Greenspan committed
2106
.qa-c-item-expand {
2107 2108 2109 2110
	display: block;
	color: #666;
	font-style: italic;
	margin: 2px 0;
Gideon Greenspan committed
2111
}
2112

Gideon Greenspan committed
2113
.qa-c-item-content {
2114 2115 2116
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
Gideon Greenspan committed
2117
}
2118

Gideon Greenspan committed
2119
.qa-c-item-footer {
2120 2121
	position: relative;
	height: 1%;
Gideon Greenspan committed
2122
}
2123

2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211
/* voting styles for comments */
.qa-c-list-item .qa-voting {
	width: 40px;
	height: auto;
	background-color: transparent;
	border: 0;
}

.qa-c-list-item .qa-vote-first-button,
.qa-c-list-item .qa-vote-second-button,
.qa-c-list-item .qa-vote-one-button {
	width: 8px;
	height: 10px;
	background: url(images/vote-buttons-small.png) no-repeat;
	padding: 0;
}
.qa-c-list-item .qa-vote-first-button {
	left: 0;
	top: 0;
}
.qa-c-list-item .qa-vote-second-button {
	left: 0;
	top: 12px;
}
.qa-c-list-item .qa-vote-one-button {
	left: 0;
	top: 6px;
}
.qa-c-list-item .qa-vote-count {
	float: left;
	margin: 0;
}
.qa-c-list-item .qa-netvote-count-data {
	margin-top: 0;
	font-size: 13px;
}

.qa-c-list-item .qa-vote-up-button {
	background-position: 0 0;
}
.qa-c-list-item .qa-vote-up-button:hover,
.qa-c-list-item .qa-vote-up-button:focus,
.qa-c-list-item .qa-vote-up-button:active {
	background-position: 0 -10px;
}

.qa-c-list-item .qa-vote-down-button {
	background-position: -8px 0;
}
.qa-c-list-item .qa-vote-down-button:hover,
.qa-c-list-item .qa-vote-down-button:focus,
.qa-c-list-item .qa-vote-down-button:active {
	background-position: -8px -10px;
}

.qa-c-list-item .qa-vote-up-disabled,
.qa-c-list-item .qa-vote-up-disabled:hover,
.qa-c-list-item .qa-vote-up-disabled:focus,
.qa-c-list-item .qa-vote-up-disabled:active {
	background-position: 0 -40px;
}

.qa-c-list-item .qa-vote-down-disabled,
.qa-c-list-item .qa-vote-down-disabled:hover,
.qa-c-list-item .qa-vote-down-disabled:focus,
.qa-c-list-item .qa-vote-down-disabled:active {
	background-position: -8px -40px;
}

.qa-c-list-item .qa-voted-up-button {
	background-position: 0 -20px;
}
.qa-c-list-item .qa-voted-up-button:hover,
.qa-c-list-item .qa-voted-up-button:focus,
.qa-c-list-item .qa-voted-up-button:active {
	background-position: 0 -30px;
}

.qa-c-list-item .qa-voted-down-button {
	background-position: -8px -20px;
}
.qa-c-list-item .qa-voted-down-button:hover,
.qa-c-list-item .qa-voted-down-button:focus,
.qa-c-list-item .qa-voted-down-button:active {
	background-position: -8px -30px;
}


Gideon Greenspan committed
2212 2213
/* height for IE6 */
.qa-c-item-avatar {
2214 2215 2216
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
Gideon Greenspan committed
2217
}
2218

Gideon Greenspan committed
2219
.qa-c-item-meta {
2220 2221 2222 2223
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	color: #666;
Gideon Greenspan committed
2224
}
2225

Gideon Greenspan committed
2226
.qa-c-item-who-title {
2227 2228 2229
	font-size: 80%;
	font-weight: 700;
	color: #6b0000;
Gideon Greenspan committed
2230
}
2231

Gideon Greenspan committed
2232
.qa-c-item-who-points {
2233
	display: none;
Gideon Greenspan committed
2234
}
2235

Gideon Greenspan committed
2236
.qa-c-item-flags {
2237 2238 2239
	color: red;
	font-weight: 700;
	padding-left: 3px;
Gideon Greenspan committed
2240
}
2241

Gideon Greenspan committed
2242
.qa-c-item-buttons {
2243 2244 2245 2246
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
Gideon Greenspan committed
2247
}
2248

Gideon Greenspan committed
2249
.qa-c-item-buttons .qa-form-light-button {
2250 2251 2252 2253
	background: none;
	height: auto;
	font-size: 10px;
	padding: 0;
Gideon Greenspan committed
2254
}
Gideon Greenspan committed
2255 2256

/* Message list */
2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271
.qa-message-item {
	margin: 0;
	padding: 12px;
	border-bottom: 2px dotted #ddd;
}

.qa-message-content {
	margin-bottom: 6px;
}

.qa-message-avatar {
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
Gideon Greenspan committed
2272

2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285
.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;
}
Gideon Greenspan committed
2286

2287 2288 2289 2290 2291 2292
.qa-message-buttons .qa-form-light-button {
	background: none;
	height: auto;
	font-size: 10px;
	padding: 0;
}
Gideon Greenspan committed
2293

Gideon Greenspan committed
2294 2295
/* Related questions and activity count widgets */
.qa-related-qs {
2296
	font-size: 14px;
Gideon Greenspan committed
2297
}
2298

Gideon Greenspan committed
2299
.qa-related-qs h2 {
2300
	font-size: 18px;
Gideon Greenspan committed
2301
}
2302

Gideon Greenspan committed
2303
.qa-related-q-list {
2304 2305 2306
	list-style-type: none;
	padding: 0 20px 15px;
	margin: 0;
Gideon Greenspan committed
2307
}
2308

Gideon Greenspan committed
2309
.qa-related-q-item {
2310 2311 2312 2313
	margin: 0;
	padding: 5px 0;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #ddd;
Gideon Greenspan committed
2314
}
2315 2316 2317

.qa-related-q-item:first-child {
	border-top: none;
Gideon Greenspan committed
2318
}
2319 2320 2321

.qa-related-q-item:last-child {
	border-bottom: none;
Gideon Greenspan committed
2322
}
2323 2324 2325

.qa-widget-side-low {
	border-top: 1px solid #ddd;
Gideon Greenspan committed
2326
}
2327 2328 2329

.qa-widget-side-low div {
	padding: 0 10px 10px;
Gideon Greenspan committed
2330
}
2331

Gideon Greenspan committed
2332
.qa-activity-count {
2333 2334 2335
	font-size: 14px;
	color: #666;
	padding: 10px;
Scott committed
2336
	display: table;
Gideon Greenspan committed
2337
}
2338

Gideon Greenspan committed
2339
.qa-activity-count-item {
2340
	margin: 0;
Scott committed
2341
	display: table-row;
Gideon Greenspan committed
2342
}
2343

Gideon Greenspan committed
2344
.qa-activity-count-data {
2345 2346 2347
	font-size: 24px;
	font-weight: 700;
	color: #0179b5;
Scott committed
2348 2349 2350
	display: table-cell;
	text-align: right;
	padding-right: 0.25em;
Gideon Greenspan committed
2351
}
2352

Gideon Greenspan committed
2353 2354
/* Footer parts */
.qa-nav-footer-list {
2355 2356 2357 2358
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
Gideon Greenspan committed
2359
}
2360 2361 2362

.qa-footer-left {
	float: left;
Gideon Greenspan committed
2363
}
2364 2365 2366

.qa-footer-left p {
	display: inline-block;
Gideon Greenspan committed
2367
}
2368 2369 2370 2371 2372

.qa-footer-right {
	float: right;
	display: inline-block;
	margin-right: 12px;
Gideon Greenspan committed
2373
}
2374

Gideon Greenspan committed
2375
.qa-nav-footer-item {
2376 2377
	float: left;
	margin: 0 12px;
Gideon Greenspan committed
2378
}
2379

Gideon Greenspan committed
2380
.qa-attribution {
2381 2382
	float: right;
	color: #777;
Gideon Greenspan committed
2383
}
2384

Gideon Greenspan committed
2385 2386
/* Classes passed to theme */
.qa-user-link {
2387 2388
	color: #3B5998 !important;
	font-weight: 700;
Gideon Greenspan committed
2389
}
2390

Gideon Greenspan committed
2391
.qa-category-link {
2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405
	color: #1e5568;
	font-weight: 700;
}

.qa-tag-link, .qa-widget-side .qa-q-view-tag-item, .qa-widget-side > div > a {
	background: #eee;
	color: #666 !important;
	font-size: 11px;
	font-family: Arial, Tahoma, sans-serif;
	display: inline-block;
	text-decoration: none !important;
	padding: 2px 8px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
Gideon Greenspan committed
2406
	border-radius: 2px;
2407 2408 2409 2410 2411
	-moz-transition: all ease-in-out 0.75s;
	-webkit-transition: all ease-in-out 0.75s;
	-o-transition: all ease-in-out 0.75s;
	-ms-transition: all ease-in-out 0.75s;
	transition: all ease-in-out 0.75s;
Gideon Greenspan committed
2412
}
2413 2414 2415 2416

.qa-widget-side a {
	margin: 0 3px 3px 0;
	display: inline-block;
Gideon Greenspan committed
2417
}
2418 2419 2420 2421 2422 2423 2424

.qa-related-q-item a {
	margin: 0;
	display: block;
	background: none;
	border: none;
	text-transform: none;
Gideon Greenspan committed
2425 2426
}

2427 2428 2429 2430 2431 2432 2433 2434
.qa-tag-link:hover, .qa-q-view-tag-item:hover, .qa-widget-side > div > a:hover {
	background: #0099cc;
	color: #fff !important;
	-moz-transition: all ease-in-out 0.25s;
	-webkit-transition: all ease-in-out 0.25s;
	-o-transition: all ease-in-out 0.25s;
	-ms-transition: all ease-in-out 0.25s;
	transition: all ease-in-out 0.25s;
Gideon Greenspan committed
2435
}
2436 2437 2438

.qa-q-view-tag-item {
	margin: 5px 0;
Gideon Greenspan committed
2439 2440 2441
}

.qa-avatar-image {
2442 2443
	border: 0;
	vertical-align: middle;
Gideon Greenspan committed
2444
}
2445 2446 2447

.qa-avatar-link, .qa-avatar-link:hover {
	text-decoration: none;
Gideon Greenspan committed
2448
}
2449

Gideon Greenspan committed
2450
.qa-favorite-image {
pupi1985 committed
2451
	background: url(images/favorite-heart.png) no-repeat 0 -24px;
2452 2453 2454 2455 2456
	border: 0;
	height: 24px;
	width: 24px;
	vertical-align: middle;
	display: inline-block;
2457
}
2458 2459 2460 2461 2462 2463 2464

.qa-waiting {
	background: url(images/spinner-icon-14x14.gif) no-repeat center;
	width: 14px;
	height: 14px;
	display: inline-block;
	font-size: 0;
Scott committed
2465
	margin: 0 8px 0 4px;
2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476
	vertical-align: middle;
}

.qa-favoriting .qa-waiting {
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -7px;
}

Gideon Greenspan committed
2477
.qa-a-selection .qa-waiting {
2478 2479 2480 2481 2482
	position: absolute;
	padding: 0;
	left: 50%;
	top: 50%;
	margin: -7px 0 0 -7px;
Gideon Greenspan committed
2483
}
Gideon Greenspan committed
2484 2485

.qa-q-favorited .qa-q-item-title a, .qa-tag-favorited, .qa-tag-favorited:hover, .qa-cat-favorited, .qa-user-favorited, .qa-nav-cat-favorited, .qa-browse-cat-favorited {
pupi1985 committed
2486
	background: url(images/favorite-icon-15x15.png) no-repeat;
Gideon Greenspan committed
2487
}
2488

Gideon Greenspan committed
2489
.qa-cat-parent-favorited {
pupi1985 committed
2490
	background: url(images/favorite-light-icon-15x15.png) no-repeat;
Gideon Greenspan committed
2491
}
2492

Gideon Greenspan committed
2493
.qa-q-favorited .qa-q-item-title a, .qa-nav-cat-favorited, .qa-browse-cat-favorited {
2494 2495
	background-position: left center;
	padding-left: 18px;
Gideon Greenspan committed
2496
}
2497

Gideon Greenspan committed
2498
.qa-nav-cat-favorited {
2499
	margin-left: -18px;
Gideon Greenspan committed
2500
}
2501

Gideon Greenspan committed
2502
.qa-tag-favorited, .qa-tag-favorited:hover {
2503 2504
	background-position: 2px center;
	padding-left: 19px;
Gideon Greenspan committed
2505
}
2506

Gideon Greenspan committed
2507
.qa-cat-favorited, .qa-cat-parent-favorited, .qa-user-favorited {
2508 2509
	background-position: left center;
	padding-left: 17px;
Gideon Greenspan committed
2510 2511
}

Gideon Greenspan committed
2512
/* IE6 friendly versions of icons with binary alpha channel */
2513 2514
* html .qa-form-light-button-edit, * html .qa-form-light-button-retagcat {
	background: url(images/edit-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2515
}
Gideon Greenspan committed
2516
* html .qa-form-light-button-flag {
2517
	background: url(images/flag-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2518
}
2519 2520
* html .qa-form-light-button-unflag, * html .qa-form-light-button-clearflags {
	background: url(images/unflag-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2521
}
Gideon Greenspan committed
2522
* html .qa-form-light-button-hide {
2523
	background: url(images/hide-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2524
}
Gideon Greenspan committed
2525
* html .qa-form-light-button-follow {
2526
	background: url(images/follow-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2527
}
Gideon Greenspan committed
2528
* html .qa-form-light-button-comment {
2529
	background: url(images/comment-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2530
}
Gideon Greenspan committed
2531
* html .qa-form-light-button-answer {
2532
	background: url(images/answer-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2533
}
Gideon Greenspan committed
2534
* html .qa-form-light-button-reshow {
2535
	background: url(images/reshow-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2536
}
Gideon Greenspan committed
2537
* html .qa-form-light-button-claim {
2538
	background: url(images/claim-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2539
}
Gideon Greenspan committed
2540
* html .qa-form-light-button-delete {
2541
	background: url(images/delete-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2542 2543
}
* html .qa-vote-up-button {
2544
	background: url(images/vote-buttons-ie6.png) no-repeat 0 0;
Gideon Greenspan committed
2545 2546
}
* html .qa-vote-up-disabled {
2547
	background: url(images/vote-buttons-ie6.png) no-repeat 0 -116px;
Gideon Greenspan committed
2548 2549
}
* html .qa-vote-down-button {
2550
	background: url(images/vote-buttons-ie6.png) no-repeat -27px 0;
Gideon Greenspan committed
2551 2552
}
* html .qa-vote-down-disabled {
2553
	background: url(images/vote-buttons-ie6.png) no-repeat -27px -116px;
Gideon Greenspan committed
2554 2555
}
* html .qa-voted-up-button {
2556
	background: url(images/vote-buttons-ie6.png) no-repeat 0 -87px;
Gideon Greenspan committed
2557 2558
}
* html .qa-voted-down-button {
2559
	background: url(images/vote-buttons-ie6.png) no-repeat -27px -87px;
Gideon Greenspan committed
2560 2561
}
* html .qa-tag-link {
2562
	background: url(images/tag-icon-ie6.png) no-repeat left center;
Gideon Greenspan committed
2563 2564
}
* html .qa-a-count {
2565
	background: url(images/a-count-icon-ie6.png) no-repeat 32px 13px;
Gideon Greenspan committed
2566
}
2567

Gideon Greenspan committed
2568

Scott committed
2569
/* q2a 1.6 new user profile page css */
2570 2571 2572 2573

.qa-template-user .qa-main {
	width: 100%;
	padding-right: 10px;
Gideon Greenspan committed
2574 2575 2576 2577
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
2578

Gideon Greenspan committed
2579
.qa-template-user .qa-part-form-activity,
2580
.qa-template-user .qa-part-message-list {
Gideon Greenspan committed
2581 2582 2583 2584
	float: right;
	width: 50%;
	padding-left: 10px;
}
2585 2586

.qa-template-user .qa-part-form-activity h2 {
Gideon Greenspan committed
2587 2588
	margin-top: 0;
}
2589

Gideon Greenspan committed
2590
.qa-template-user .qa-part-form-profile {
Gideon Greenspan committed
2591 2592
	float: left;
	width: 50%;
Gideon Greenspan committed
2593
	min-height: 630px;
Gideon Greenspan committed
2594 2595 2596
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
2597

Gideon Greenspan committed
2598
.qa-template-user .qa-part-form-activity,
Gideon Greenspan committed
2599
.qa-template-user .qa-part-message-list,
Gideon Greenspan committed
2600
.qa-template-user .qa-part-form-profile {
Gideon Greenspan committed
2601 2602 2603
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
2604
	overflow: hidden;
Gideon Greenspan committed
2605
}
2606

Gideon Greenspan committed
2607
.qa-template-user .qa-part-message-list .qa-form-tall-text,
Gideon Greenspan committed
2608
.qa-template-user .qa-part-form-profile .qa-form-wide-text {
Gideon Greenspan committed
2609 2610 2611 2612 2613
	width: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
2614 2615 2616
.qa-template-user .qa-part-form-profile .qa-form-wide-data {
	word-break: break-word;
}
2617

Gideon Greenspan committed
2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630
.qa-template-user .qa-part-form-activity td .qa-uf-user-points,
.qa-template-user .qa-part-form-activity td .qa-uf-user-q-posts,
.qa-template-user .qa-part-form-activity td .qa-uf-user-a-posts,
.qa-template-user .qa-part-form-activity td .qa-uf-user-c-posts,
.qa-template-user .qa-part-form-activity td .qa-uf-user-q-votes,
.qa-template-user .qa-part-form-activity td .qa-uf-user-a-votes,
.qa-template-user .qa-part-form-activity td .qa-uf-user-upvotes,
.qa-template-user .qa-part-form-activity td .qa-uf-user-downvotes,
.qa-template-user .qa-part-form-activity td .qa-uf-user-upvoteds,
.qa-template-user .qa-part-form-activity td .qa-uf-user-downvoteds {
	font-size: 18px;
	color: #069;
	font-weight: 700;
2631
}
Scott committed
2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643

/* Plugins */

[class^="qa-part-form-plugin"] {
	padding: 12px 0;
	border-top: 1px solid #ddd;
}
.qa-part-form-plugin-0,
.qa-part-form-plugin-options {
	padding-top: 0;
	border-top: 0;
}
2644 2645 2646 2647 2648

@-webkit-keyframes highlight {
	0% { background-color: #ffffaa; }
	100% { background-color: #fff; }
}
2649
@keyframes highlight {
2650 2651 2652
	0% { background-color: #ffffaa; }
	100% { background-color: #fff; }
}