committing new version of jekyll doc theme -- 5.0, with some refinements to come with the documentation

This commit is contained in:
tomjohnson1492
2016-03-19 00:13:09 -07:00
parent e267cce513
commit 7a869d7cd4
206 changed files with 16935 additions and 37629 deletions

File diff suppressed because one or more lines are too long

View File

@ -378,9 +378,9 @@ text-decoration: none;
color: #f5f5f5;
}
.nav > li.active > a {
background-color: #347DBE;
}
/*.nav > li.active > a {*/
/*background-color: #347DBE;*/
/*}*/
.nav li a {
font-size: 12px;
@ -417,10 +417,13 @@ background-color: #FAFAFA;
}
.nav li a {
background-color: #EDEDED;
background-color: #e9e9e9;
padding-right:10px;
}
.nav li a:hover {
background-color: #8D8D8D;
}
.nav ul li a {
border-top:1px solid whitesmoke;
@ -707,7 +710,7 @@ ol.series li {
}
.siteTagline {
font-size: 300%;
font-size: 200%;
font-weight: bold;
color: silver;
font-family: monospace;
@ -969,7 +972,32 @@ div.results {
width: 100%;
}
.algolia__result-highlight {
background-color: yellow;
font-weight: bold;
}
.post-meta {
font-size: 14px;
color: #828282;
}
.post-link {
font-size: 22px;
}
.post-list p {
margin: 10px 0px;
}
time {
margin-right: 10px;
}
p.post-meta time {
margin-right: 0px;
}
span.label.label-default {
background-color: gray;
}
span.label.label-primary {
background-color: #f0ad4e;
}
.col-lg-12 .nav li a {background-color: white}

View File

@ -17,6 +17,10 @@ h4 {color: #808080; }
background-color: #347DBE;
}
.nav > li > a:hover {
background-color: #248ec2;
}
div.navbar-collapse .dropdown-menu > li > a:hover {
background-color: #347DBE;
}

View File

@ -17,6 +17,10 @@ h4 {color: #808080; }
background-color: #72ac4a;
}
.nav > li > a:hover {
background-color: #72ac4a;
}
div.navbar-collapse .dropdown-menu > li > a:hover {
background-color: #72ac4a;
}