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