odoo/addons/website_forum/static/src/css/website_forum.css

77 lines
1.3 KiB
CSS
Raw Normal View History

.box {
padding-left: 8px;
padding-right: 8px;
border-radius: 4px;
}
.box span {
font-size: 200%;
font-weight: bold;
}
.question div.pull-left {
margin-right: 14px;
min-width: 80px;
}
.question .question-name {
font-size: 150%;
}
.oe_grey {
background-color: #eeeeee;
}
.img-avatar {
max-width: 50px;
margin-right: 10px;
}
.badge-gold {
color: #ffcc00;
}
.badge-silver {
color: #cccccc;
}
.badge-bronze {
color: #eea91e;
}
.oe_answer_true {
color: #428bca;
}
.oe_answer_false {
color: #999
}
.load_tags{
width: 845px !important;
}
.fa-thumbs-up, .fa-thumbs-down, .oe_answer_true, .oe_answer_false {
cursor:pointer;
}
.faq-question:hover {
text-decoration: none !important;
color: #428bca;
}
.oe_comment_grey {
-moz-box-shadow: 0px 4px 6px 2px #eeeeee;
-webkit-box-shadow: 0px 4px 6px 2px #eeeeee;
box-shadow: 0px 4px 6px 2px #eeeeee;
}
.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,
.tag_text .text-core .text-wrap .text-tags .text-tag .text-button {
font: 1.2em "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.tag_text .text-core .text-wrap .text-tags .text-tag .text-button {
height: 1.2em !important;
}