style fix to improve the look of the third level of the sidebar items
This commit is contained in:
parent
c0cb9ce91f
commit
2791c87f38
@ -79,8 +79,8 @@ body {
|
|||||||
/*h5[id],*/
|
/*h5[id],*/
|
||||||
/*h6[id],*/
|
/*h6[id],*/
|
||||||
/*dt[id]{*/
|
/*dt[id]{*/
|
||||||
/*padding-top: 60px; */
|
/*padding-top: 60px; */
|
||||||
/*margin-top: -40px*/
|
/*margin-top: -40px*/
|
||||||
/*}*/
|
/*}*/
|
||||||
|
|
||||||
body h1 {margin-top:40px;}
|
body h1 {margin-top:40px;}
|
||||||
@ -94,7 +94,7 @@ body h1 {margin-top:40px;}
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-content ol li, .post-content ul li {
|
.post-content ol li, .post-content ul li {
|
||||||
margin: 10px 0px;
|
margin: 10px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageSummary {
|
.pageSummary {
|
||||||
@ -105,15 +105,15 @@ margin: 10px 0px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-summary {
|
.post-summary {
|
||||||
margin-bottom:12px;
|
margin-bottom:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bs-example{
|
.bs-example{
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb li {
|
.breadcrumb li {
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
@ -211,21 +211,21 @@ p.post-meta {font-size: 80%; color: #777;}
|
|||||||
|
|
||||||
/* search area */
|
/* search area */
|
||||||
#search-demo-container ul#results-container {
|
#search-demo-container ul#results-container {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 40px; /* if you change anything about the nav, you'll prob. need to reset the top and left values here.*/
|
top: 40px; /* if you change anything about the nav, you'll prob. need to reset the top and left values here.*/
|
||||||
left: 20px;
|
left: 20px;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
width:223px;
|
width:223px;
|
||||||
border-left: 1px solid #dedede;
|
border-left: 1px solid #dedede;
|
||||||
box-shadow: 2px 3px 2px #dedede;
|
box-shadow: 2px 3px 2px #dedede;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
ul#results-container a {
|
ul#results-container a {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul#results-container a: hover {
|
ul#results-container a: hover {
|
||||||
@ -246,27 +246,27 @@ ul#results-container a: hover {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
float: right;
|
float: right;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
}
|
}
|
||||||
/* end search */
|
/* end search */
|
||||||
|
|
||||||
.filter-options {
|
.filter-options {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.filter-options button {
|
.filter-options button {
|
||||||
margin: 3px;
|
margin: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#toc ul li {
|
div#toc ul li {
|
||||||
margin: 8px 0px 8px 22px;
|
margin: 8px 0px 8px 22px;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
list-style: square;
|
list-style: square;
|
||||||
}
|
}
|
||||||
div#toc ul {
|
div#toc ul {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
color: gray;
|
color: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
div#toc ul li ul {
|
div#toc ul li ul {
|
||||||
@ -297,31 +297,31 @@ li.dropdownActive a {
|
|||||||
|
|
||||||
|
|
||||||
.post-content a.fa-rss {
|
.post-content a.fa-rss {
|
||||||
color: orange;
|
color: orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.navbar-inverse .navbar-nav > li > a {
|
.navbar-inverse .navbar-nav > li > a {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
margin-top:10px;
|
margin-top:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content .rssfeedLink {
|
.post-content .rssfeedLink {
|
||||||
color: #248EC2;
|
color: #248EC2;
|
||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* FAQ page */
|
/* FAQ page */
|
||||||
#accordion .panel-heading {
|
#accordion .panel-heading {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.accordion-toggle, a.accordion-collapsed {
|
a.accordion-toggle, a.accordion-collapsed {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* navgoco sidebar styles (customized) */
|
/* navgoco sidebar styles (customized) */
|
||||||
@ -379,7 +379,7 @@ text-decoration: none;
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*.nav > li.active > a {*/
|
/*.nav > li.active > a {*/
|
||||||
/*background-color: #347DBE;*/
|
/*background-color: #347DBE;*/
|
||||||
/*}*/
|
/*}*/
|
||||||
|
|
||||||
.nav li a {
|
.nav li a {
|
||||||
@ -399,23 +399,22 @@ ul#mysidebar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav ul li ul li a {
|
.nav ul li ul li a {
|
||||||
padding-left:20px;
|
padding-left:40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.nav li.thirdlevel > a {
|
.nav li.thirdlevel > a {
|
||||||
background-color: #FAFAFA !important;
|
color: #248EC2;
|
||||||
color: #248EC2;
|
font-weight:bold;
|
||||||
font-weight:bold;
|
padding-left:20px;
|
||||||
|
background-color: whitesmoke !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.nav ul li a {
|
.nav ul li a {
|
||||||
background-color: #FAFAFA;
|
background-color: #FAFAFA;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav li a {
|
.nav li a {
|
||||||
background-color: #e9e9e9;
|
|
||||||
padding-right:10px;
|
padding-right:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -424,8 +423,8 @@ background-color: #FAFAFA;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nav ul li a {
|
.nav ul li a {
|
||||||
border-top:1px solid whitesmoke;
|
border-top:1px solid whitesmoke;
|
||||||
padding-left:10px;
|
padding-left:10px;
|
||||||
}
|
}
|
||||||
/* end sidebar */
|
/* end sidebar */
|
||||||
|
|
||||||
@ -434,7 +433,7 @@ padding-left:10px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
|
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.projectTitle {
|
span.projectTitle {
|
||||||
@ -443,21 +442,21 @@ span.projectTitle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerMeta {
|
.footerMeta {
|
||||||
background-color: whitesmoke;
|
background-color: whitesmoke;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
font-style:italic;
|
font-style:italic;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.screenshotSmall {
|
img.screenshotSmall {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -522,11 +521,11 @@ section table tr.danger, table tr.preference, table tr.preference > td.sorting_1
|
|||||||
}
|
}
|
||||||
|
|
||||||
table.profile thead tr th {
|
table.profile thead tr th {
|
||||||
background-color: #248ec2;
|
background-color: #248ec2;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.request thead tr th {
|
table.request thead tr th {
|
||||||
background-color: #ED1951;
|
background-color: #ED1951;
|
||||||
}
|
}
|
||||||
|
|
||||||
.audienceLabel {
|
.audienceLabel {
|
||||||
@ -547,7 +546,7 @@ span.myLabel {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button.cursorNorm {
|
button.cursorNorm {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.dropdown-toggle, .navbar-inverse .navbar-nav > li > a {
|
a.dropdown-toggle, .navbar-inverse .navbar-nav > li > a {
|
||||||
@ -653,7 +652,7 @@ li.activeSeries {
|
|||||||
div.alert code, h2 code {
|
div.alert code, h2 code {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
/* without this, the links in these notes aren't visible.*/
|
/* without this, the links in these notes aren't visible.*/
|
||||||
.alert a {
|
.alert a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
@ -683,7 +682,7 @@ h2 {
|
|||||||
line-height:29px;
|
line-height:29px;
|
||||||
}
|
}
|
||||||
span.otherProgrammingLanguages {
|
span.otherProgrammingLanguages {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
a[data-toggle="tooltip"] {
|
a[data-toggle="tooltip"] {
|
||||||
@ -911,19 +910,19 @@ 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;
|
||||||
@ -931,76 +930,76 @@ a[href^="http://"]:after, a[href^="https://"]:after {
|
|||||||
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%;
|
||||||
@ -1008,4 +1007,4 @@ li.sidebarTitle {
|
|||||||
margin-bottom:10px;
|
margin-bottom:10px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user