diff --git a/index/img/pix.png b/index/img/header.png similarity index 100% rename from index/img/pix.png rename to index/img/header.png diff --git a/index/img/unknown.svg b/index/img/unknown.svg new file mode 100644 index 0000000..e074c4e --- /dev/null +++ b/index/img/unknown.svg @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/index/index.html b/index/index.html index 4d0d278..43b1a1c 100644 --- a/index/index.html +++ b/index/index.html @@ -85,7 +85,7 @@
Special
Issue 5
-
+
@@ -93,7 +93,7 @@
Special
Issue 6
-
+
@@ -103,7 +103,7 @@
Special
Issue 7
-
+
@@ -111,7 +111,7 @@
Special
Issue 8
-
+
@@ -119,7 +119,7 @@
Special
Issue 9
-
+
@@ -129,7 +129,7 @@
Special
Issue 10
-
+
@@ -137,7 +137,7 @@
Special
Issue 11
-
+
@@ -145,7 +145,7 @@
Special
Issue 12
-
+
diff --git a/index/stylesheet.css b/index/stylesheet.css index 6be49ee..27c0f1a 100644 --- a/index/stylesheet.css +++ b/index/stylesheet.css @@ -18,21 +18,18 @@ header{ top:0; padding:0; z-index: 1; - background-image: url('img/pix.png'); + background-image: url('img/header.png'); overflow: hidden; } .intro{ position: absolute; - width: 150px; + width: 160px; height:100vh; top:20px; padding:10px; font-size: 10pt; line-height: 14pt; color:rgb(15,15,93); - -webkit-hyphens: auto; - -ms-hyphens: auto; - hyphens: auto; } .intro p{ margin:0 0 10px; @@ -46,6 +43,10 @@ header{ .issue.future{ opacity: 0.2; } + .issue.future div.issue-img{ + width: 100%; + border:1px solid; + } /* custom rules per issue */ /* the font size is adjusted here in % to balance the differences in size between fonts out. */ @@ -185,6 +186,9 @@ a img:hover{ margin-top:0; margin-left: 60px } + .issue.future div.issue-img{ + min-height: 0; + } a:hover{ opacity: 1; }