[IMP] Tags on discussions and links
[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 a.no-decoration {
63   cursor: pointer;
64   text-decoration: none !important; }
65
66 .faq-question:hover {
67   text-decoration: none !important;
68   color: #428bca; }
69
70 .oe_comment_grey {
71   background-color: whitesmoke;
72   padding: 4px; }
73
74 .close.comment_delete {
75   font-size: 16px; }
76
77 .country_flag {
78   max-height: 16px;
79   display: inline-block;
80   margin-left: 2px; }
81
82 .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 {
83   font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important; }
84 .tag_text .text-core .text-wrap .text-tags .text-tag .text-button {
85   font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important;
86   height: 1.2em !important; }
87
88 .oe_forum_alert {
89   position: absolute;
90   margin-top: -30px;
91   margin-left: 90px;
92   width: 300px;
93   z-index: 9999; }
94
95 .oe_forum_email_required {
96   position: absolute;
97   margin-top: 155px;
98   margin-left: 500px;
99   margin-right: 100px;
100   z-index: 5; }
101
102 button.btn-link.text-muted {
103   color: #999999; }