This commit is contained in:
JT 2014-07-22 21:16:26 -07:00
parent 0406f6c8b5
commit 169b1b911d
7 changed files with 52 additions and 60 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -53,7 +53,7 @@
.li-under a:hover::after, .li-under a:hover::after,
.li-under a:focus::after { .li-under a:focus::after {
opacity: 1; opacity: 1;
-webkit-transform: skewY(15deg) translateY(10px); -webkit-transform: skewY(15deg) translateY(15px);
-moz-transform: skewY(15deg) translateY(10px); -moz-transform: skewY(15deg) translateY(15px);
transform: skewY(15deg) translateY(10px); transform: skewY(15deg) translateY(15px);
} }

View File

@ -83,6 +83,7 @@ body.page-sub{
.main-links.navbar-nav{ .main-links.navbar-nav{
margin-top: 26px; margin-top: 26px;
li + li::before { li + li::before {
content: ""; content: "";
position: absolute; position: absolute;
@ -90,8 +91,6 @@ body.page-sub{
top: 35px; top: 35px;
width: 4px; width: 4px;
height: 23px; height: 23px;
background: url(../images/nav-dotpipes.png) 0 0 no-repeat;
.img-retina("../images/nav-dotpipes.png", "../images/nav-dotpipes@2x.png", 4px, 23px);
padding-right: 15px; padding-right: 15px;
} }
@ -100,8 +99,10 @@ body.page-sub{
}*/ }*/
li > a { li > a {
line-height: 30px; border-bottom: 1px solid #fff;
padding: 0 15px; line-height: 26px;
margin: 0 15px;
padding: 0;
} }
} }
@ -118,28 +119,28 @@ body.page-sub{
&.download{ &.download{
a{ a{
padding-left: 28px; padding-left: 28px;
background: url(../images/header-download-icon.png) 8px 6px no-repeat; background: url(../images/header-download-icon.png) 10px 7px no-repeat;
.img-retina("../images/header-download-icon.png", "../images/header-download-icon@2x.png", 12px, 16px); .img-retina("../images/header-download-icon.png", "../images/header-download-icon@2x.png", 12px, 13px);
} }
} }
&.github{ &.github{
a{ a{
background: url(../images/header-github-icon.png) 8px 5px no-repeat; background: url(../images/header-github-icon.png) 10px 6px no-repeat;
.img-retina("../images/header-github-icon.png", "../images/header-github-icon@2x.png", 16px, 17px); .img-retina("../images/header-github-icon.png", "../images/header-github-icon@2x.png", 12px, 13px);
} }
} }
} }
li > a { li > a {
color: black; color: black;
padding-top: 4px; padding-top: 3px;
padding-bottom: 4px; padding-bottom: 3px;
padding-left: 30px; padding-left: 30px;
padding-right: 6px; padding-right: 10px;
letter-spacing: 0.09em; letter-spacing: 0.09em;
&::before{ /*&::before{
content: ""; content: "";
position: absolute; position: absolute;
top: 0; top: 0;
@ -157,7 +158,7 @@ body.page-sub{
width: 8px; width: 8px;
height: 100%; height: 100%;
background: linear-gradient(to right bottom, white 50%,transparent 50%) !important; background: linear-gradient(to right bottom, white 50%,transparent 50%) !important;
} }*/
} }
} }
} }

View File

@ -188,22 +188,14 @@ body.page-sub #header {
top: 35px; top: 35px;
width: 4px; width: 4px;
height: 23px; height: 23px;
background: url(../images/nav-dotpipes.png) 0 0 no-repeat;
background-image: url("../images/nav-dotpipes.png");
background-size: 4px 23px;
padding-right: 15px; padding-right: 15px;
} }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
#footer .main-links.navbar-nav li + li::before,
#header .main-links.navbar-nav li + li::before {
background-image: url("../images/nav-dotpipes@2x.png");
background-size: 4px 23px;
}
}
#footer .main-links.navbar-nav li > a, #footer .main-links.navbar-nav li > a,
#header .main-links.navbar-nav li > a { #header .main-links.navbar-nav li > a {
line-height: 30px; border-bottom: 1px solid #fff;
padding: 0 15px; line-height: 26px;
margin: 0 15px;
padding: 0;
} }
#footer .buttons.navbar-nav, #footer .buttons.navbar-nav,
#header .buttons.navbar-nav { #header .buttons.navbar-nav {
@ -217,58 +209,57 @@ body.page-sub #header {
#footer .buttons.navbar-nav li.download a, #footer .buttons.navbar-nav li.download a,
#header .buttons.navbar-nav li.download a { #header .buttons.navbar-nav li.download a {
padding-left: 28px; padding-left: 28px;
background: url(../images/header-download-icon.png) 8px 6px no-repeat; background: url(../images/header-download-icon.png) 10px 7px no-repeat;
background-image: url("../images/header-download-icon.png"); background-image: url("../images/header-download-icon.png");
background-size: 12px 16px; background-size: 12px 13px;
} }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
#footer .buttons.navbar-nav li.download a, #footer .buttons.navbar-nav li.download a,
#header .buttons.navbar-nav li.download a { #header .buttons.navbar-nav li.download a {
background-image: url("../images/header-download-icon@2x.png"); background-image: url("../images/header-download-icon@2x.png");
background-size: 12px 16px; background-size: 12px 13px;
} }
} }
#footer .buttons.navbar-nav li.github a, #footer .buttons.navbar-nav li.github a,
#header .buttons.navbar-nav li.github a { #header .buttons.navbar-nav li.github a {
background: url(../images/header-github-icon.png) 8px 5px no-repeat; background: url(../images/header-github-icon.png) 10px 6px no-repeat;
background-image: url("../images/header-github-icon.png"); background-image: url("../images/header-github-icon.png");
background-size: 16px 17px; background-size: 12px 13px;
} }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
#footer .buttons.navbar-nav li.github a, #footer .buttons.navbar-nav li.github a,
#header .buttons.navbar-nav li.github a { #header .buttons.navbar-nav li.github a {
background-image: url("../images/header-github-icon@2x.png"); background-image: url("../images/header-github-icon@2x.png");
background-size: 16px 17px; background-size: 12px 13px;
} }
} }
#footer .buttons.navbar-nav li > a, #footer .buttons.navbar-nav li > a,
#header .buttons.navbar-nav li > a { #header .buttons.navbar-nav li > a {
color: black; color: black;
padding-top: 4px; padding-top: 3px;
padding-bottom: 4px; padding-bottom: 3px;
padding-left: 30px; padding-left: 30px;
padding-right: 6px; padding-right: 10px;
letter-spacing: 0.09em; letter-spacing: 0.09em;
} /*&::before{
#footer .buttons.navbar-nav li > a::before, content: "";
#header .buttons.navbar-nav li > a::before { position: absolute;
content: ""; top: 0;
position: absolute; left: -8px;
top: 0; width: 8px;
left: -8px; height: 100%;
width: 8px; background: linear-gradient(to right bottom, transparent 50%, white 50%) !important;
height: 100%; }
background: linear-gradient(to right bottom, transparent 50%, #ffffff 50%) !important;
} &::after{
#footer .buttons.navbar-nav li > a::after, content: "";
#header .buttons.navbar-nav li > a::after { position: absolute;
content: ""; top: 0;
position: absolute; right: -8px;
top: 0; width: 8px;
right: -8px; height: 100%;
width: 8px; background: linear-gradient(to right bottom, white 50%,transparent 50%) !important;
height: 100%; }*/
background: linear-gradient(to right bottom, #ffffff 50%, transparent 50%) !important;
} }
#footer { #footer {
height: 650px; height: 650px;
@ -549,9 +540,9 @@ body.page-sub #header {
.li-under a:hover::after, .li-under a:hover::after,
.li-under a:focus::after { .li-under a:focus::after {
opacity: 1; opacity: 1;
-webkit-transform: skewY(15deg) translateY(10px); -webkit-transform: skewY(15deg) translateY(15px);
-moz-transform: skewY(15deg) translateY(10px); -moz-transform: skewY(15deg) translateY(15px);
transform: skewY(15deg) translateY(10px); transform: skewY(15deg) translateY(15px);
} }
/*body.page-home{ /*body.page-home{
background-color: #f8f8f8; background-color: #f8f8f8;