[IMP] css forum
[odoo/odoo.git] / addons / website_forum / static / src / css / website_forum.css
1 .vote {
2   min-width: 38px;
3   margin-right: 12px; }
4   .vote .vote_count {
5     font-size: 160%;
6     font-weight: bold;
7     line-height: 12px; }
8   .vote .vote_up, .vote .vote_down {
9     font-size: 130%; }
10
11 .author-box {
12   min-width: 200px;
13   padding: 4px;
14   background-color: whitesmoke; }
15
16 .question-block {
17   margin-left: 50px; }
18
19 .question .question-name {
20   font-size: 150%; }
21 .question .badge {
22   background-color: #cccccc;
23   margin-left: 4px; }
24 .question .badge-active {
25   background-color: #428bca; }
26 .question img {
27   max-width: 600px;
28   height: auto !important; }
29
30 .forum_answer img {
31   max-width: 600px;
32   height: auto !important; }
33
34 img.img-avatar {
35   max-height: 40px;
36   margin-right: 10px; }
37
38 .oe_grey {
39   background-color: #eeeeee; }
40
41 .badge-gold {
42   color: #ffcc00; }
43
44 .badge-silver {
45   color: #cccccc; }
46
47 .badge-bronze {
48   color: #eea91e; }
49
50 .oe_answer_true {
51   color: #3c763d; }
52
53 .oe_answer_false {
54   color: #bbbbbb; }
55
56 .favourite_question {
57   color: #bbbbbb !important; }
58
59 .forum_favourite_question {
60   color: #ffcc00 !important; }
61
62 .load_tags {
63   width: 845px !important; }
64
65 a.no-decoration {
66   cursor: pointer;
67   text-decoration: none !important; }
68
69 .faq-question:hover {
70   text-decoration: none !important;
71   color: #428bca; }
72
73 .oe_comment_grey {
74   background-color: whitesmoke;
75   padding: 4px; }
76
77 .close.comment_delete {
78   font-size: 16px; }
79
80 .country_flag {
81   max-height: 16px;
82   display: inline-block;
83   margin-left: 2px; }
84
85 .tag_text .text-core .text-wrap textarea, .tag_text .text-core .text-wrap input, .tag_text .text-core .text-wrap .text-dropdown, .tag_text .text-core .text-wrap .text-prompt {
86   font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
87 .tag_text .text-core .text-wrap .text-tags .text-tag .text-button {
88   font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important;
89   height: 1.2em !important; }
90
91 .oe_forum_alert {
92   position: absolute;
93   margin-top: -30px;
94   margin-left: 90px;
95   width: 300px;
96   z-index: 9999; }
97
98 .oe_forum_email_required {
99   position: absolute;
100   margin-top: 155px;
101   margin-left: 500px;
102   margin-right: 100px;
103   z-index: 5; }
104
105 button.btn-link.text-muted {
106   color: #999999; }