summaryrefslogtreecommitdiff
path: root/StoneIsland/www/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-12-03 00:10:55 -0500
committerJules Laplace <jules@okfoc.us>2015-12-03 00:10:55 -0500
commitf78a20cc8a132ce317bb5d3dd36a0f39d8650cb8 (patch)
tree8c4754f638c1cc2681e1fd0c7882d1ca1bda248d /StoneIsland/www/css
parentaf6e0b66daec6100e7538fdcc269bc29588382fc (diff)
archiveview css
Diffstat (limited to 'StoneIsland/www/css')
-rw-r--r--StoneIsland/www/css/blogs.css21
1 files changed, 19 insertions, 2 deletions
diff --git a/StoneIsland/www/css/blogs.css b/StoneIsland/www/css/blogs.css
index 854c51d0..220cb2bf 100644
--- a/StoneIsland/www/css/blogs.css
+++ b/StoneIsland/www/css/blogs.css
@@ -211,8 +211,18 @@ ul.links {
font-size:14px;
}
+
.archive h2 {
- font-size:32px
+ font-size: 25px;
+ font-weight: normal;
+}
+.archive h2 b {
+ font-size: 28px;
+}
+.archive .body {
+ font-size: 14px;
+ line-height: 1.2em;
+ font-weight: 100;
}
#archive .heading {
@@ -268,16 +278,23 @@ ul.links {
top: 0; left: 0;
height: 100%;
}
+#archive .row:first-of-type {
+ margin-top: 7em;
+}
+#archive .row:last-of-type {
+ margin-bottom: 10em;
+}
#archive .row {
position: relative;
min-height: 80vh;
-webkit-perspective: 500px;
perspective: 500px;
+ margin-bottom: 5em;
}
#archive .row .image {
width: 100%; height: 100%;
background-repeat: no-repeat;
- background-size: 80% auto;
+ background-size: contain;
background-position: center center;
}
#archive .row.loading .image {