diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-02 21:00:56 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-02 21:01:09 -0500 |
| commit | afe471dd05516695ed44eccbe617dae7af4eddbd (patch) | |
| tree | d69d268553eff8d21538761d63814140c9ff7a14 /StoneIsland/www/css/blogs.css | |
| parent | 393dc6eaf8d5a119c9cf71f1f5dac44abf70db59 (diff) | |
populate archive..
Diffstat (limited to 'StoneIsland/www/css/blogs.css')
| -rw-r--r-- | StoneIsland/www/css/blogs.css | 16 |
1 files changed, 11 insertions, 5 deletions
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%; } |
