]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/QnA/css/qna.css
Style cleanup for QnA.
[quix0rs-gnu-social.git] / plugins / QnA / css / qna.css
1 .question .answer-count, .qna-full-question .answer-count {
2     display: block;
3     clear: left;
4 }
5
6 .question .answer-count:before, .qna-full-question .answer-count:before {
7     content: '(';
8 }
9
10 .question .answer-count:after, .qna-full-question .answer-count:after {
11     content: ')';
12 }
13
14 .question .notice-answer {
15     margin-left: 10px;
16     padding-bottom: 10px;
17 }
18
19 ul.qna-dummy {
20     clear: left;
21     float: left;
22     list-style-type: none;
23     width: 458px;
24     margin-left: 59px;
25     padding-right: 2px;
26     border-left: 3px solid #ECECF2;
27     background: #fafafa;
28     font-size: 1em;
29 }
30
31 ul.qna-dummy + ul.threaded-replies li.notice:first-child, li.notice-answer + li.notice {
32     border-top: 2px dotted #eee;
33     margin-top: -10px;
34     padding-top: 10px;
35 }
36
37 .qna-dummy-placeholder input {
38     margin: 10px 0px 10px 2px;
39     width: 426px;
40     color: #888;
41     border: 1px solid #A6A6A6;
42     padding: 4px 4px 4px 6px;
43 }
44
45 .question fieldset, .qna-full-question fieldset {
46     margin: 0px;
47 }
48
49 .question fieldset legend, .qna-full-question fieldset legend, .answer fieldset legend {
50     display: none;
51 }
52
53 .question label[for=qna-answer], .qna-full-question label[for=qna-answer] {
54     display: none;
55 }
56
57 .question #qna-answer, .qna-full-question #qna-answer {
58     width: 426px;
59     height: 54px;
60     padding: 6px 5px;
61     font-size: 1.2em;
62     margin-top: 10px;
63     margin-bottom: 10px;
64     border: 1px solid #A6A6A6;
65 }
66
67 .qna-full-question textarea {
68     width: 508px;
69 }
70
71 .question p.best:before, .answer p.best:before {
72     content: '[Best] ';
73 }
74
75 .question .question-closed {
76     display: block;
77     font-style: italic;
78 }