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

58 lines
929 B
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
}
.text-core .text-wrap textarea, .text-core .text-wrap input, .text-core .text-wrap .text-dropdown, .text-core .text-wrap .text-prompt, .text-core .text-wrap .text-tags .text-tag .text-button {
font: 1.2em "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.text-core .text-wrap .text-tags .text-tag .text-button {
height: 1.2em !important;
}
.load_tags{
width: 845px !important;
}