noticed a few other whitespace issues
This commit is contained in:
parent
7d1aac6079
commit
ae0bc1872c
|
@ -23,79 +23,71 @@ footer {
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
color: @purple;
|
color: @purple;
|
||||||
} //li a:hover
|
}
|
||||||
} // li a
|
}
|
||||||
} //li
|
}
|
||||||
|
}
|
||||||
|
|
||||||
} //ul
|
ul.logos {
|
||||||
|
margin: (@baseline * 2) 0;
|
||||||
|
|
||||||
|
|
||||||
ul.logos {
|
li {
|
||||||
margin: (@baseline * 2) 0;
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
span {
|
||||||
|
color: @dark-gray-text;
|
||||||
|
.museo-sans-light;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 40px;
|
||||||
|
margin: 0 10px;
|
||||||
|
}
|
||||||
|
|
||||||
li {
|
.vagrant-logo-monochrome,
|
||||||
display: inline-block;
|
.hashi-logo-monochrome {
|
||||||
}
|
|
||||||
|
|
||||||
span {
|
&:hover {
|
||||||
color: @dark-gray-text;
|
-khtml-opacity: .85;
|
||||||
.museo-sans-light;
|
-moz-opacity: .85;
|
||||||
text-transform: uppercase;
|
opacity: .85;
|
||||||
font-size: 40px;
|
filter: alpha(opacity=85);
|
||||||
margin: 0 10px;
|
.animate-opacity;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.vagrant-logo-monochrome,
|
.vagrant-logo-monochrome {
|
||||||
.hashi-logo-monochrome {
|
height: 80px;
|
||||||
|
width: 80px;
|
||||||
|
background: url(/images/footer_vagrant_logo.png) no-repeat center center;
|
||||||
|
margin-bottom: -25px;
|
||||||
|
|
||||||
&:hover {
|
}
|
||||||
-khtml-opacity: .85;
|
|
||||||
-moz-opacity: .85;
|
|
||||||
opacity: .85;
|
|
||||||
filter: alpha(opacity=85);
|
|
||||||
.animate-opacity;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.vagrant-logo-monochrome {
|
.hashi-logo-monochrome {
|
||||||
height: 80px;
|
height: 80px;
|
||||||
width: 80px;
|
width: 80px;
|
||||||
background: url(/images/footer_vagrant_logo.png) no-repeat center center;
|
background: url(/images/footer_hashi_logo.png) no-repeat center center;
|
||||||
margin-bottom: -25px;
|
margin-bottom: -25px;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hashi-logo-monochrome {
|
a.contact-link {
|
||||||
height: 80px;
|
color: @dark-gray-text;
|
||||||
width: 80px;
|
line-height: @base-line-height * 2;
|
||||||
background: url(/images/footer_hashi_logo.png) no-repeat center center;
|
font-size: 30px;
|
||||||
margin-bottom: -25px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
&:hover {
|
||||||
|
color: @white;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:visited {
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
a.contact-link {
|
&:active {
|
||||||
color: @dark-gray-text;
|
color: @blue;
|
||||||
line-height: @base-line-height * 2;
|
}
|
||||||
font-size: 30px;
|
}
|
||||||
|
}
|
||||||
&:hover {
|
|
||||||
color: @white;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:visited {
|
|
||||||
color: inherit;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:active {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
} //contact link
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
} //footer
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -44,94 +44,94 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-nav { //style all sidebar-navs
|
.sidebar-nav {
|
||||||
//position:fixed;
|
//position:fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul { //general sidebar list styles
|
ul {
|
||||||
|
|
||||||
li { //general sidebar list item styles
|
li {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
.museo-sans-light;
|
.museo-sans-light;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: block;
|
display: block;
|
||||||
} //li a
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
ul.sub {
|
||||||
|
border-top: none;
|
||||||
|
list-style-type: none;
|
||||||
|
margin:0 0 5px 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
padding: 5px 0 5px 20px;
|
||||||
|
font-size: 15px;
|
||||||
|
border: none;
|
||||||
|
border-bottom: none !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.inner & {
|
||||||
|
.padded;
|
||||||
|
position:fixed;
|
||||||
|
|
||||||
|
li.current a {
|
||||||
|
color: @purple;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
|
||||||
|
|
||||||
|
li {
|
||||||
|
color: @dark-blue-text;
|
||||||
|
padding: 20px 0;
|
||||||
|
border-top: 1px solid fade(@white, 40%);
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
border-bottom: 1px solid fade(@white, 40%);
|
||||||
}
|
}
|
||||||
} //li
|
|
||||||
|
|
||||||
ul.sub { //subnav list styles
|
&.current {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.docs & {
|
||||||
|
|
||||||
|
li.current a {
|
||||||
|
color: @blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
margin-top: 60px;
|
||||||
|
|
||||||
|
li {
|
||||||
|
text-transform: capitalize;
|
||||||
|
color: @white;
|
||||||
|
padding: 12px 0;
|
||||||
|
border-top: 1px solid fade(@white, 20%);
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
border-top: none;
|
border-top: none;
|
||||||
list-style-type: none;
|
}
|
||||||
margin:0 0 5px 0;
|
|
||||||
|
|
||||||
li {
|
&:last-child {
|
||||||
padding: 5px 0 5px 20px;
|
border-bottom: 1px solid fade(@white, 20%);
|
||||||
font-size: 15px;
|
}
|
||||||
border: none;
|
|
||||||
border-bottom: none !important;
|
|
||||||
} //ul.sub li
|
|
||||||
} //ul.sub
|
|
||||||
|
|
||||||
} //ul
|
&.current {
|
||||||
|
|
||||||
|
}
|
||||||
.inner & { //styles for the inner-page sidebar
|
}
|
||||||
.padded;
|
}
|
||||||
position:fixed;
|
}
|
||||||
|
}
|
||||||
li.current a {
|
|
||||||
color: @purple;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul { //style inner list
|
|
||||||
|
|
||||||
|
|
||||||
li { //style inner list item
|
|
||||||
color: @dark-blue-text;
|
|
||||||
padding: 20px 0;
|
|
||||||
border-top: 1px solid fade(@white, 40%);
|
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
border-bottom: 1px solid fade(@white, 40%);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.current { //style the current selected list item
|
|
||||||
|
|
||||||
} //current
|
|
||||||
} //li
|
|
||||||
} //ul
|
|
||||||
} //.inner .sidebar
|
|
||||||
|
|
||||||
.docs & { //styles for the documentation sidebar
|
|
||||||
|
|
||||||
li.current a {
|
|
||||||
color: @blue;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul { //style documentation list
|
|
||||||
margin-top: 60px;
|
|
||||||
|
|
||||||
li { //style documentation list items
|
|
||||||
text-transform: capitalize;
|
|
||||||
color: @white;
|
|
||||||
padding: 12px 0;
|
|
||||||
border-top: 1px solid fade(@white, 20%);
|
|
||||||
|
|
||||||
&:first-child {
|
|
||||||
border-top: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
border-bottom: 1px solid fade(@white, 20%);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.current { //style the current selected list item
|
|
||||||
|
|
||||||
} //current
|
|
||||||
} //li
|
|
||||||
} //ul
|
|
||||||
} //.documentation .sidebar
|
|
||||||
} //sidebar
|
|
||||||
|
|
Loading…
Reference in New Issue