adjusted sidebar heading style for subfolders

This commit is contained in:
tomjohnson1492
2016-03-25 22:47:56 -07:00
parent 22d8678e11
commit 25eeba31aa

View File

@ -911,101 +911,107 @@ span.soft {
} }
} }
*:hover > .anchorjs-link { *:hover > .anchorjs-link {
transition: color .25s linear; transition: color .25s linear;
text-decoration: none; text-decoration: none;
} }
.kbCaption { .kbCaption {
color: white; color: white;
background-color: #444; background-color: #444;
padding:10px; padding:10px;
} }
/* this part adds an icon after external links, using FontAwesome*/ /* this part adds an icon after external links, using FontAwesome*/
a[href^="http://"]:after, a[href^="https://"]:after { a[href^="http://"]:after, a[href^="https://"]:after {
content: "\f08e"; content: "\f08e";
font-family: FontAwesome; font-family: FontAwesome;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
display: inline-block; display: inline-block;
text-decoration: none; text-decoration: none;
padding-left: 3px; padding-left: 3px;
} }
/* Strip the outbound icon when this class is present */ /* Strip the outbound icon when this class is present */
a[href^="http://own-domain.com"]:after, a[href^="http://own-domain.com"]:after,
a.no_icon:after { a.no_icon:after {
content:"" !important; content:"" !important;
padding-left: 0; padding-left: 0;
} }
.btn-default { .btn-default {
margin-bottom: 10px; margin-bottom: 10px;
} }
/* algolia search */ /* algolia search */
.search { .search {
text-align: left; text-align: left;
} }
.search input { .search input {
font-size: 20px; font-size: 20px;
width: 300px; width: 300px;
} }
.results { .results {
margin: auto; margin: auto;
text-align: left; text-align: left;
} }
.results ul { .results ul {
list-style-type: none; list-style-type: none;
padding: 0; padding: 0;
} }
/* algolia */ /* algolia */
div.results { div.results {
position: absolute; position: absolute;
background-color: white; background-color: white;
width: 100%; width: 100%;
} }
.post-meta { .post-meta {
font-size: 14px; font-size: 14px;
color: #828282; color: #828282;
} }
.post-link { .post-link {
font-size: 22px; font-size: 22px;
} }
.post-list p { .post-list p {
margin: 10px 0px; margin: 10px 0px;
} }
time { time {
margin-right: 10px; margin-right: 10px;
} }
p.post-meta time { p.post-meta time {
margin-right: 0px; margin-right: 0px;
} }
span.label.label-default { span.label.label-default {
background-color: gray; background-color: gray;
} }
span.label.label-primary { span.label.label-primary {
background-color: #f0ad4e; background-color: #f0ad4e;
} }
.col-lg-12 .nav li a {background-color: white} .col-lg-12 .nav li a {background-color: white}
li.sidebarTitle { li.sidebarTitle {
margin-top:40px; margin-top:40px;
font-weight:normal; font-weight:normal;
font-size:130%; font-size:130%;
color: #ED1951; color: #ED1951;
margin-bottom:10px; margin-bottom:10px;
margin-left: 5px; margin-left: 5px;
} }
.nav li.active > a.subfoldersTitle {
background-color: whitesmoke;
font-weight: bold;
color: black;
}