openkb
Version:
openKB is an Open Source Nodejs Markdown based knowledge base/FAQ/Wiki app with powerful lunr search
178 lines (146 loc) • 2.72 kB
CSS
html, body {
font-size: 16px;
}
body{
font-family: "Gotham Narrow SSm", "Helvetica Neue", Helvetica, sans-serif;
}
html{
position: relative;
min-height: 100%;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: inherit;
font-weight: 300;
line-height: 1.65;
color: #292f33;
}
h2, .h2 {
font-size: 38px;
}
.hljs{
background: transparent;
}
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
.searchBar{
height: 300px;
background: transparent url(/themes/twitter/images/headerBg.jpg) no-repeat top left;
background-size: cover;
text-align: center;
margin-bottom: 10px;
}
.searchBar h1{
font-size: 40px;
font-weight: 300;
margin: 75px 0 10px;
color: #fff;
line-height: 1;
}
.searchBar a{
color: #fff;
}
p.subheading {
color: #899aa6;
font-size: 25px;
line-height: 1.2;
}
#frm_search{
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
}
#btn_search{
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
.featuredPanel{
height: 150px;
text-align: center;
}
.panel-default {
border: 1px solid #e3eaee;
}
.featuredArticles{
margin-top: 20px;
}
.featuredArticlesFooter{
background-color: #0c85d0;
border-color: #0b7fc6;
text-align: center;
color: #fff;
}
.featuredArticlesFooter a{
color: #fff;
}
.navbar-default .navbar-brand {
color: #fff;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
}
.navbar-default {
border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border: none;
}
.navbar-default {
background-color: transparent;
}
.view_count{
font-size: 14px;
}
#notify_message{
position: fixed;
display: none;
z-index: 9999;
padding-top: 10px;
height: 50px;
bottom: 0px;
width: 100%;
text-align: center;
font-size: 22px;
color: white;
}
.notify_message-success{
background-color: #18bc9c;
}
.notify_message-danger{
background-color: #e74c3c;
}
.searchResultList li a{
text-align: left;
color: #337ab7;
}
#searchResult{
right: -2px;
left: 0px;
min-height: 200px;
position: absolute;
padding-top: 5px;
z-index: 1000;
}
.panel-default>.panel-heading {
color: #333;
background: #f5f8fa;
border-color: #e3eaee;
}
.show_footer{
margin-bottom: 80px;
}
.metaData h5{
padding-bottom: 0px;
line-height: 1;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 80px;
text-align: center;
padding-top: 25px;
margin-top: 35px;
background: #f5f8fa;
border-top: 1px solid #e3eaee;
}