From 04341831bd86ad53f3b4c0be7405077405490959 Mon Sep 17 00:00:00 2001 From: postautistic Date: Mon, 12 Dec 2016 17:18:10 -0500 Subject: [PATCH] temporary notice --- index.html | 9 +++++++-- style/style.css | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 20f89df..50fa251 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ DJT - + @@ -31,7 +31,12 @@ if(checkCookie() == false) { document.getElementById('image').src = 'assets/back' + Math.floor(Math.random() * 5) +'.png?2'; } - +
+ + +
DJT was banned from /a/ by the mods. There are now threads on /jp/ and /int/.
+
+ \ No newline at end of file diff --git a/style/style.css b/style/style.css index 994faf5..0d30939 100644 --- a/style/style.css +++ b/style/style.css @@ -81,10 +81,32 @@ margin-left: 6em; text-align:center; float:left; width:100%; + padding:1.5em 0; } #notice a { color: #F44D54; text-decoration:none; font-weight:bold; +} + +.answer { + font-size:93%; +} + +.collapse{ + cursor: pointer; + display: block; + color: #F44D54; + cursor:pointer; +} + +.collapse + input{ + display: none; +} +.collapse + input + div{ + display:none; +} +.collapse + input:checked + div{ + display:block; } \ No newline at end of file