summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css/blogs.css
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
-rw-r--r--StoneIsland/www/css/blogs.css33
1 files changed, 18 insertions, 15 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index c83d9dc7..70753fd8 100644
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -125,7 +125,7 @@
left:20px;
font-size:18px;
padding:3px 3px 3px 1px;
- z-index:999;
+ z-index:2;
position:absolute;
display:block;
}
@@ -146,7 +146,7 @@
right:20px;
font-size:18px;
padding:3px 1px 3px 3px;
- z-index:999;
+ z-index:2;
position:absolute;
display:block;
}
@@ -278,13 +278,13 @@ ul.links {
#archive .scroll {
top: 0; left: 0;
- height: 100%;
+ height: calc(100% - 125px);
}
#archive .row:first-of-type {
margin-top: 7em;
}
#archive .row:last-of-type {
- margin-bottom: 10em;
+ margin-bottom: 150px;
}
#archive .row {
position: relative;
@@ -310,23 +310,23 @@ ul.links {
}
.gallery-video-post {
-position:relative;
+ position:relative;
}
.gallery-video-post .play {
-width:60px;
-height:60px;
-border-radius:100px;
-background:white;
-box-shadow:0px 0px 2px #000;
-position:absolute;
-transform:translateY(-50%) translateX(-50%);
-top:50%;
-left:50%;
+ width:60px;
+ height:60px;
+ border-radius:100px;
+ background:white;
+ box-shadow:0px 0px 2px #000;
+ position:absolute;
+ transform:translateY(-50%) translateX(-50%);
+ top:50%;
+ left:50%;
}
.gallery-video-post .play:before {
-content:'';
+ content:'';
width: 0;
height: 0;
border-top: 8px solid transparent;
@@ -338,3 +338,6 @@ content:'';
transform:translateY(-50%) translateX(-50%);
}
+#archive {
+ box-sizing:border-box
+}