Https migrations

This commit is contained in:
2015-11-24 19:23:30 +08:00
parent 07ceb117da
commit bd966f2fac
12 changed files with 47 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
footer {
background-color: #222;
background-image: url(http://file.astropenguin.net/blog/layout-images/lines.png);
background-image: url(/assets/layout-images/lines.png);
background-repeat: no-repeat;
background-position: right bottom;
}

View File

@@ -54,7 +54,7 @@ header {
-webkit-box-shadow: inset 0 0 10px 0 black;
box-shadow: inset 0 0 10px 0 black;
background-image: url(http://file.astropenguin.net/blog/layout-images/home.png);
background-image: url(/assets/layout-images/home.png);
background-position: 50% 90%;
position: absolute;
overflow: hidden;
@@ -80,7 +80,7 @@ header {
height: 100%;
width: 100%;
background-image: url(http://file.astropenguin.net/blog/layout-images/home-blur.png);
background-image: url(/assets/layout-images/home-blur.png);
background-position: 50% 0;
background-repeat: no-repeat;
@@ -174,7 +174,7 @@ header {
left: 0;
width: 100%;
height: 100%;
background:url(http://file.astropenguin.net/blog/layout-images/collapse.png) center 2.5px no-repeat;
background:url(/assets/layout-images/collapse.png) center 2.5px no-repeat;
}
#collapse_panel:hover {