DormitoryRepair/admin/css/pages/faq.css
2018-09-23 21:25:07 +08:00

118 lines
1.4 KiB
CSS

/*------------------------------------------------------------------
[FAQ Page]
Project: Bootstrap Landing Template
Version: 1.0
Last change: 04/26/2012
Assigned to: Rod Howard (rh)
-------------------------------------------------------------------*/
.faq-search {
margin-bottom: 2em;
text-align: right;
}
.faq-search input {
width: 96%;
display: block;
padding: 2%;
}
.faq-empty {
display: none;
}
.faq-toc {
padding: 1.5em 0;
margin: 2em 0 0;
border: 1px dotted #CCC;
border-right: none;
border-left: none;
}
.faq-toc ol {
padding: 0;
margin: 0;
}
.faq-toc li {
margin-bottom: .75em;
list-style: none;
}
.faq-toc a {
margin-left: .5em;
}
.faq-list {
padding: 0;
margin: 3em 0 0;
list-style: none;
}
.faq-list li {
display: table;
margin-bottom: 2em;
}
.faq-icon {
display: table-cell;
padding-right: 1.25em;
vertical-align: top;
}
.faq-text {
display: table-cell;
vertical-align: top;
}
.faq-number {
width: 32px;
height: 32px;
font-size: 14px;
font-weight: 600;
text-align: center;
line-height: 32px;
color: #FFF;
background: #F90;
border: 3px solid #FFF;
box-shadow: 1px 1px 3px rgba(0,0,0,.4);
border-radius: 100px;
text-shadow: 1px 1px 2px rgba(0,0,0,.4);
}
.btn-support-ask {
display: block; font-size: 22px; padding: 14px 0; font-weight: 600; margin-bottom: .75em;
}
.btn-support-contact {
display: block; padding: 12px 0; font-size: 18px; font-weight: 600;
}