From afe471dd05516695ed44eccbe617dae7af4eddbd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 2 Dec 2015 21:00:56 -0500 Subject: populate archive.. --- StoneIsland/www/css/blogs.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'StoneIsland/www/css') diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css index e0fea9f3..f18b27f8 100644 --- a/StoneIsland/www/css/blogs.css +++ b/StoneIsland/www/css/blogs.css @@ -246,7 +246,6 @@ ul.links { } #archive .menu .items { width: 100%; - } #archive .menu .item:first-of-type { border-top: 1px solid black; @@ -256,9 +255,9 @@ ul.links { text-align: center; border-bottom: 1px solid black; background: white; - padding:12px 0; - font-size:14px; - letter-spacing:0.7px + padding:12px 0; + font-size:14px; + letter-spacing:0.7px } #archive .scroll { @@ -268,7 +267,8 @@ ul.links { #archive .row { position: relative; min-height: 80vh; - perspective: 500; + -webkit-perspective: 500px; + perspective: 500px; } #archive .row .image { width: 100%; height: 100%; @@ -276,6 +276,12 @@ ul.links { background-size: 80% auto; background-position: center center; } +#archive .row.loading .image { + background-repeat: no-repeat; + background-size: auto auto; + background-position: center center; + background-image: url('../img/spinner.gif') !important; +} #archive .row .text { width: 80%; } -- cgit v1.2.3-70-g09d2