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