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],*/
|
||||
/*h6[id],*/
|
||||
/*dt[id]{*/
|
||||
/*padding-top: 60px; */
|
||||
/*margin-top: -40px*/
|
||||
/*padding-top: 60px; */
|
||||
/*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 {
|
||||
margin: 10px 0px;
|
||||
margin: 10px 0px;
|
||||
}
|
||||
|
||||
.pageSummary {
|
||||
@ -105,15 +105,15 @@ margin: 10px 0px;
|
||||
}
|
||||
|
||||
.post-summary {
|
||||
margin-bottom:12px;
|
||||
margin-bottom:12px;
|
||||
}
|
||||
|
||||
.bs-example{
|
||||
margin: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.breadcrumb li {
|
||||
color: gray;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
table {
|
||||
@ -211,21 +211,21 @@ p.post-meta {font-size: 80%; color: #777;}
|
||||
|
||||
/* search area */
|
||||
#search-demo-container ul#results-container {
|
||||
list-style: none;
|
||||
font-size: 12px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
top: 40px; /* if you change anything about the nav, you'll prob. need to reset the top and left values here.*/
|
||||
left: 20px;
|
||||
z-index: -1;
|
||||
width:223px;
|
||||
border-left: 1px solid #dedede;
|
||||
box-shadow: 2px 3px 2px #dedede;
|
||||
list-style: none;
|
||||
font-size: 12px;
|
||||
background-color: white;
|
||||
position: absolute;
|
||||
top: 40px; /* if you change anything about the nav, you'll prob. need to reset the top and left values here.*/
|
||||
left: 20px;
|
||||
z-index: -1;
|
||||
width:223px;
|
||||
border-left: 1px solid #dedede;
|
||||
box-shadow: 2px 3px 2px #dedede;
|
||||
}
|
||||
|
||||
|
||||
ul#results-container a {
|
||||
background-color: transparent;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
ul#results-container a: hover {
|
||||
@ -246,27 +246,27 @@ ul#results-container a: hover {
|
||||
box-sizing: border-box;
|
||||
float: right;
|
||||
margin-top:10px;
|
||||
}
|
||||
}
|
||||
/* end search */
|
||||
|
||||
.filter-options {
|
||||
margin-bottom: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.filter-options button {
|
||||
margin: 3px;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
div#toc ul li {
|
||||
margin: 8px 0px 8px 22px;
|
||||
font-size: 90%;
|
||||
list-style: square;
|
||||
margin: 8px 0px 8px 22px;
|
||||
font-size: 90%;
|
||||
list-style: square;
|
||||
}
|
||||
div#toc ul {
|
||||
background-color: whitesmoke;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
max-width: 300px;
|
||||
color: gray;
|
||||
background-color: whitesmoke;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
max-width: 300px;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
div#toc ul li ul {
|
||||
@ -297,31 +297,31 @@ li.dropdownActive a {
|
||||
|
||||
|
||||
.post-content a.fa-rss {
|
||||
color: orange;
|
||||
color: orange;
|
||||
}
|
||||
|
||||
|
||||
.navbar-inverse .navbar-nav > li > a {
|
||||
background-color: transparent;
|
||||
margin-top:10px;
|
||||
background-color: transparent;
|
||||
margin-top:10px;
|
||||
}
|
||||
|
||||
.post-content .rssfeedLink {
|
||||
color: #248EC2;
|
||||
color: #248EC2;
|
||||
}
|
||||
|
||||
footer {
|
||||
font-size: smaller;
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
/* FAQ page */
|
||||
#accordion .panel-heading {
|
||||
font-size: 12px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
a.accordion-toggle, a.accordion-collapsed {
|
||||
font-size: 14px;
|
||||
text-decoration: none;
|
||||
font-size: 14px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* navgoco sidebar styles (customized) */
|
||||
@ -379,7 +379,7 @@ text-decoration: none;
|
||||
}
|
||||
|
||||
/*.nav > li.active > a {*/
|
||||
/*background-color: #347DBE;*/
|
||||
/*background-color: #347DBE;*/
|
||||
/*}*/
|
||||
|
||||
.nav li a {
|
||||
@ -399,23 +399,22 @@ ul#mysidebar {
|
||||
}
|
||||
|
||||
.nav ul li ul li a {
|
||||
padding-left:20px;
|
||||
padding-left:40px;
|
||||
}
|
||||
|
||||
|
||||
.nav li.thirdlevel > a {
|
||||
background-color: #FAFAFA !important;
|
||||
color: #248EC2;
|
||||
font-weight:bold;
|
||||
color: #248EC2;
|
||||
font-weight:bold;
|
||||
padding-left:20px;
|
||||
background-color: whitesmoke !important;
|
||||
}
|
||||
|
||||
|
||||
.nav ul li a {
|
||||
background-color: #FAFAFA;
|
||||
background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
.nav li a {
|
||||
background-color: #e9e9e9;
|
||||
padding-right:10px;
|
||||
}
|
||||
|
||||
@ -424,8 +423,8 @@ background-color: #FAFAFA;
|
||||
}
|
||||
|
||||
.nav ul li a {
|
||||
border-top:1px solid whitesmoke;
|
||||
padding-left:10px;
|
||||
border-top:1px solid whitesmoke;
|
||||
padding-left:10px;
|
||||
}
|
||||
/* 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 {
|
||||
border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
span.projectTitle {
|
||||
@ -443,21 +442,21 @@ span.projectTitle {
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: right;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.footerMeta {
|
||||
background-color: whitesmoke;
|
||||
padding: 10px;
|
||||
max-width: 250px;
|
||||
border-radius: 5px;
|
||||
margin-top: 50px;
|
||||
font-style:italic;
|
||||
font-size:12px;
|
||||
background-color: whitesmoke;
|
||||
padding: 10px;
|
||||
max-width: 250px;
|
||||
border-radius: 5px;
|
||||
margin-top: 50px;
|
||||
font-style:italic;
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
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 {
|
||||
background-color: #248ec2;
|
||||
background-color: #248ec2;
|
||||
}
|
||||
|
||||
table.request thead tr th {
|
||||
background-color: #ED1951;
|
||||
background-color: #ED1951;
|
||||
}
|
||||
|
||||
.audienceLabel {
|
||||
@ -547,7 +546,7 @@ span.myLabel {
|
||||
}
|
||||
|
||||
button.cursorNorm {
|
||||
cursor: default;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
a.dropdown-toggle, .navbar-inverse .navbar-nav > li > a {
|
||||
@ -653,7 +652,7 @@ li.activeSeries {
|
||||
div.alert code, h2 code {
|
||||
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 {
|
||||
text-decoration: underline;
|
||||
}
|
||||
@ -683,7 +682,7 @@ h2 {
|
||||
line-height:29px;
|
||||
}
|
||||
span.otherProgrammingLanguages {
|
||||
font-style: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
a[data-toggle="tooltip"] {
|
||||
@ -911,19 +910,19 @@ span.soft {
|
||||
}
|
||||
}
|
||||
|
||||
*:hover > .anchorjs-link {
|
||||
*:hover > .anchorjs-link {
|
||||
transition: color .25s linear;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.kbCaption {
|
||||
.kbCaption {
|
||||
color: white;
|
||||
background-color: #444;
|
||||
padding:10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* this part adds an icon after external links, using FontAwesome*/
|
||||
a[href^="http://"]:after, a[href^="https://"]:after {
|
||||
/* this part adds an icon after external links, using FontAwesome*/
|
||||
a[href^="http://"]:after, a[href^="https://"]:after {
|
||||
content: "\f08e";
|
||||
font-family: FontAwesome;
|
||||
font-weight: normal;
|
||||
@ -931,76 +930,76 @@ a[href^="http://"]:after, a[href^="https://"]:after {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
padding-left: 3px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Strip the outbound icon when this class is present */
|
||||
a[href^="http://own-domain.com"]:after,
|
||||
a.no_icon:after {
|
||||
/* Strip the outbound icon when this class is present */
|
||||
a[href^="http://own-domain.com"]:after,
|
||||
a.no_icon:after {
|
||||
content:"" !important;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
.btn-default {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
/* algolia search */
|
||||
/* algolia search */
|
||||
|
||||
.search {
|
||||
.search {
|
||||
text-align: left;
|
||||
}
|
||||
.search input {
|
||||
}
|
||||
.search input {
|
||||
font-size: 20px;
|
||||
width: 300px;
|
||||
}
|
||||
.results {
|
||||
}
|
||||
.results {
|
||||
margin: auto;
|
||||
text-align: left;
|
||||
}
|
||||
.results ul {
|
||||
}
|
||||
.results ul {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* algolia */
|
||||
/* algolia */
|
||||
|
||||
div.results {
|
||||
div.results {
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.post-meta {
|
||||
.post-meta {
|
||||
font-size: 14px;
|
||||
color: #828282;
|
||||
}
|
||||
|
||||
.post-link {
|
||||
.post-link {
|
||||
font-size: 22px;
|
||||
}
|
||||
}
|
||||
|
||||
.post-list p {
|
||||
.post-list p {
|
||||
margin: 10px 0px;
|
||||
}
|
||||
}
|
||||
|
||||
time {
|
||||
time {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
p.post-meta time {
|
||||
p.post-meta time {
|
||||
margin-right: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
span.label.label-default {
|
||||
span.label.label-default {
|
||||
background-color: gray;
|
||||
}
|
||||
}
|
||||
|
||||
span.label.label-primary {
|
||||
span.label.label-primary {
|
||||
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;
|
||||
font-weight:normal;
|
||||
font-size:130%;
|
||||
@ -1008,4 +1007,4 @@ li.sidebarTitle {
|
||||
margin-bottom:10px;
|
||||
margin-left: 5px;
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user