summaryrefslogtreecommitdiff
path: root/StoneIsland
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 22:46:56 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 22:46:56 -0500
commit0381ab43b7e110a5c3950ca9f8bbe4007963c907 (patch)
tree1e6b94b47fe9f838e05f462c1e7f100048ed994a /StoneIsland
parentb2f133ffe639ecd7d6fb8158341208e2b24d7fb5 (diff)
parent85201002dc9b736e772c627a09f74cdc61eb2b19 (diff)
Merge branch 'master' of github.com:okfocus/stone-island
Diffstat (limited to 'StoneIsland')
-rw-r--r--StoneIsland/www/css/blogs.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index 455b76d5..0b9f8eed 100644
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -279,3 +279,32 @@ ul.links {
#archive .row .text {
width: 80%;
}
+
+.gallery-video-post {
+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%;
+}
+
+.gallery-video-post .play:before {
+content:'';
+ width: 0;
+ height: 0;
+ border-top: 8px solid transparent;
+ border-bottom: 8px solid transparent;
+ border-left: 8px solid black;
+ position:absolute;
+ top:50%;
+ left:50%;
+ transform:translateY(-50%) translateX(-50%);
+} \ No newline at end of file