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.css16
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%;
}