983b01895dafb34e3631e27feee7b56e4f290131
[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 .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
83   textarea, input, .text-dropdown, .text-prompt
84     font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important
85   .text-tags .text-tag .text-button
86     font: 1.2em "Helvetica Neue", Helvetica, Arial, sans-serif !important
87     height: 1.2em !important
88
89 .oe_forum_alert
90   position: absolute
91   margin-top: -30px
92   margin-left: 90px
93   width: 300px
94   z-index: 9999
95
96 .oe_forum_email_required
97   position: absolute
98   margin-top: 155px
99   margin-left: 500px
100   margin-right: 100px
101   z-index: 5
102
103 button.btn-link.text-muted
104   color: #999