From a09a6cf6b4ddad414a097464fbc5d70e686e81e7 Mon Sep 17 00:00:00 2001 From: noxy Date: Fri, 3 Feb 2017 05:27:25 +0000 Subject: [PATCH 01/10] Update item.tpl.html --- s/item.tpl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/item.tpl.html b/s/item.tpl.html index 5762923..1e5a304 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -42,7 +42,7 @@
- ID: {{ id }} | by: {{ username }}
+ ID: {{ id }} | by: {{ username }}
src: {{ src }}
Download: {{ dest }}
mime: {{ mime }} 
From c05ae4e0da6184e331356caf70836c81de6d8d6a Mon Sep 17 00:00:00 2001 From: noxy Date: Sat, 4 Feb 2017 09:33:47 +0000 Subject: [PATCH 02/10] fixed nav --- s/style.css | 37 ++++++++++++++++++++++++++----------- 1 file changed, 26 insertions(+), 11 deletions(-) diff --git a/s/style.css b/s/style.css index f6e2c18..c71ecf0 100644 --- a/s/style.css +++ b/s/style.css @@ -9,7 +9,7 @@ html, body { width: 100%; } body { - margin: 1em auto 3em auto; + margin: 0em auto 3em auto; background-color: #262626; color: #fff; font-family: Monospace; @@ -44,6 +44,7 @@ ul#posts { flex-flow: row wrap; justify-content: flex-start; -webkit-justify-content: flex-start; + padding-top: 2.2em; } li.post { padding: 5px; @@ -93,28 +94,42 @@ a:hover { .controls { text-align: center; - color: #99ff00; font-weight: bold; width: 888px; margin: 0 auto; - background: #484747; padding-top: 0; - margin-top: 5px; + margin-top: 35px; border: 2px solid #99ff00; + color: #99ff00; + background: #484747; } .navbar { - text-align: center; - margin-top: 7px; + margin: 0 auto; + width: 100%; + border: 0; + padding-top: 5px; + padding-bottom: 5px; + font-weight: bold; + position: fixed; + overflow: visible; + z-index: 999; + background-color: #484747; + border-bottom: 2px solid #99ff00; } .return { text-align: center; - border: 2px solid #99ff00; - width: 888px; + border: 0; + width: 100%; margin: 0 auto; - background: #484747; - font-weight: bold; + margin-bottom: 5px; + margin-top: -35px; + position: fixed; + overflow: visible; + z-index: 999; + border-bottom: 2px solid #99ff00; + padding: 5px; } .irc { @@ -152,7 +167,7 @@ img { vertical-align: middle; max-height: 770px; border: 1px solid black; - box-shadow: 0 0 15px #000; + box-shadow: 0 0 5px #000; } .wrapper { From 6d375eb35f4798e82ac638c2aad43b2168a14378 Mon Sep 17 00:00:00 2001 From: noxy Date: Sat, 4 Feb 2017 09:36:28 +0000 Subject: [PATCH 03/10] Update style.css --- s/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/s/style.css b/s/style.css index c71ecf0..05e32df 100644 --- a/s/style.css +++ b/s/style.css @@ -116,6 +116,7 @@ a:hover { z-index: 999; background-color: #484747; border-bottom: 2px solid #99ff00; + text-align: center; } .return { @@ -130,6 +131,8 @@ a:hover { z-index: 999; border-bottom: 2px solid #99ff00; padding: 5px; + background: #484747; + font-weight: bold; } .irc { From 46a7d90c45a46d8236c2c6b137b73c3700447686 Mon Sep 17 00:00:00 2001 From: noxy Date: Sat, 4 Feb 2017 09:59:49 +0000 Subject: [PATCH 04/10] Update cyber.css --- s/cyber.css | 48 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 35 insertions(+), 13 deletions(-) diff --git a/s/cyber.css b/s/cyber.css index 2e1bf6c..4b9ab8d 100644 --- a/s/cyber.css +++ b/s/cyber.css @@ -14,12 +14,14 @@ a { } input, select, textarea { - border: 1px double #00ffc4; - border-radius: 5px; - background: #9a0039; - color: #ACACAC; - font-size: 80%; - font-family: 'Oswald', sans-serif; + border: 1px double #00ffc4; + border-radius: 0; + background: #9a0039; + color: #04e8bd; + font-size: 80%; + font-family: 'Oswald', sans-serif; + margin-top: 3px; + margin-bottom: 3px; } a:hover { @@ -34,8 +36,27 @@ a:hover { text-decoration: none; animation: glitch2 2s steps(100) infinite; color: white; - border: 1px solid #9a0039; + border-bottom: 2px solid #9a0039; background-color: #061412; + margin-top: -60px; +} + +ul#posts { + width: calc(100% - 210px); + margin: 0; + margin-left: 100px; + padding: 0; + list-style: none; + display: -webkit-box; + display: -webkit-flex; + display: -moz-box; + display: -ms-flexbox; + display: flex; + -webkit-flex-flow: row wrap; + flex-flow: row wrap; + justify-content: flex-start; + -webkit-justify-content: flex-start; + padding-top: 1.5em; } .controls { @@ -46,8 +67,8 @@ a:hover { margin: 0 auto; background: #061412; padding-top: 0; - margin-top: 5px; - border: 1px solid #9a0039; + border: 2px solid #9a0039; + margin-top: 60px; } .medium, .thumbnail { @@ -91,7 +112,7 @@ a#prev:hover { } a#holland { - color: white; + color: #01f4b5; } a#holland:hover { @@ -108,11 +129,12 @@ a#holland:hover { .navbar { text-align: center; margin-top: 7px; - width: 888px; + width: 100%; margin: 0 auto; - border: 2px solid #9a0039; + border-bottom: 2px solid #9a0039; background: #061412; - padding-bottom: 3px; + padding-bottom: 5px; + top: 0; } .plyr--audio .plyr__controls { From 6dce45052cb5ad385431f6cbdb76a777663f083d Mon Sep 17 00:00:00 2001 From: noxy Date: Sat, 4 Feb 2017 10:10:12 +0000 Subject: [PATCH 05/10] Update pink.css --- s/pink.css | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/s/pink.css b/s/pink.css index c592bcb..43a5667 100644 --- a/s/pink.css +++ b/s/pink.css @@ -3,13 +3,14 @@ } body { - margin: 1em auto 3em auto; + margin: 0em auto 3em auto; background-color: #1b1a1a; color: #848484; font-family: Monospace; font-size: 12px; } + a { color: #fff; } @@ -29,7 +30,8 @@ input, select, textarea { .return { text-align: center; font-size: 25px; - border: 2px solid #ff008d; + border-bottom: 2px solid #ff008d; + margin-top: -55px; } .controls { @@ -40,10 +42,27 @@ input, select, textarea { margin: 0 auto; background: #484747; padding-top: 0; - margin-top: 5px; + margin-top: 55px; border: 2px solid #ff008d; } +.navbar { + margin: 0 auto; + width: 100%; + border: 0; + padding-top: 5px; + padding-bottom: 5px; + font-weight: bold; + position: fixed; + overflow: visible; + z-index: 999; + background-color: #484747; + border-bottom: 2px solid #ff008d; + text-align: center; + top: 0; + color: #ff008d; +} + .medium, .thumbnail { display: flex; justify-content: center; From 2c05b3905a1878b7cbe27e05becdc346eb5f061a Mon Sep 17 00:00:00 2001 From: noxy Date: Sat, 4 Feb 2017 10:18:04 +0000 Subject: [PATCH 06/10] Update term.css --- s/term.css | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/s/term.css b/s/term.css index 7aafdea..2afcb3a 100644 --- a/s/term.css +++ b/s/term.css @@ -1,7 +1,7 @@ @import url('https://fonts.googleapis.com/css?family=VT323'); body { - margin: 1em auto 3em auto; + margin: 0em auto 3em auto; background-color: #040404; color: #fff; font-family: 'VT323', 'Courier', monospace; @@ -36,7 +36,8 @@ input, select, textarea { color: #00DF00; text-shadow: 0 0 20px #00DF00; background: #0b0b0b; - border: 2px solid #0a842a; + border-bottom: 2px solid #0a842a; + margin-top: -90px; } .controls { @@ -47,7 +48,7 @@ input, select, textarea { margin: 0 auto; background: #0b0b0b; padding-top: 0; - margin-top: 5px; + margin-top: 90px; border: 2px solid #0a842a; } @@ -99,6 +100,23 @@ a#prev { border: 2px solid #00df00; } +.navbar { + margin: 0 auto; + width: 100%; + border: 0; + padding-top: 5px; + padding-bottom: 5px; + font-weight: bold; + position: fixed; + overflow: visible; + z-index: 999; + background-color: #0b0b0b; + border-bottom: 2px solid #00df00; + text-align: center; + top: 0; + color: #00df00; +} + .navbar>a { color: rgba(43,255,0,1); text-shadow: 0 0 20px #00DF00; From de007db524021d7ee12721a21bbcdd6a0f5e7ec8 Mon Sep 17 00:00:00 2001 From: noxy Date: Sat, 4 Feb 2017 10:20:53 +0000 Subject: [PATCH 07/10] Update term.css --- s/term.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/s/term.css b/s/term.css index 2afcb3a..010b1ee 100644 --- a/s/term.css +++ b/s/term.css @@ -32,12 +32,12 @@ input, select, textarea { .return { text-align: center; - font-size: 50px; + font-size: 30px; color: #00DF00; text-shadow: 0 0 20px #00DF00; background: #0b0b0b; border-bottom: 2px solid #0a842a; - margin-top: -90px; + margin-top: -60px; } .controls { @@ -48,7 +48,7 @@ input, select, textarea { margin: 0 auto; background: #0b0b0b; padding-top: 0; - margin-top: 90px; + margin-top: 60px; border: 2px solid #0a842a; } From c56ddc5ceb27679d431f5d672949e66a650fa479 Mon Sep 17 00:00:00 2001 From: noxy Date: Sat, 4 Feb 2017 10:24:55 +0000 Subject: [PATCH 08/10] Update coldblue.css --- s/coldblue.css | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) diff --git a/s/coldblue.css b/s/coldblue.css index e016462..eb93e3b 100644 --- a/s/coldblue.css +++ b/s/coldblue.css @@ -4,11 +4,11 @@ } body { - margin: 1em auto 3em auto; - background-color: #0B111D; - color: #fff; - font-family: "Cyberfall"; - font-size: 12px; + margin: 0em auto 3em auto; + background-color: #0B111D; + color: #fff; + font-family: "Cyberfall"; + font-size: 12px; } a { @@ -21,10 +21,11 @@ a:hover { .return { text-align: center; - border: 2px solid #154d71; - width: 888px; + border-bottom: 2px solid #154d71; + width: 100%; margin: 0 auto; background: #121323; + top: 0; } .controls { @@ -34,10 +35,26 @@ a:hover { margin: 0 auto; background: #121323; padding-top: 0; - margin-top: 5px; + margin-top: 35px; border: 2px solid #154d71; } +.navbar { + margin: 0 auto; + width: 100%; + border: 0; + padding-top: 5px; + padding-bottom: 5px; + font-weight: bold; + position: fixed; + overflow: visible; + z-index: 999; + background-color: #0b111d; + border-bottom: 2px solid #207ea4; + text-align: center; + top: 0; +} + .medium, .thumbnail { display: flex; justify-content: center; From 805879e1d6155b8816c8a94f45e952c3f7309c63 Mon Sep 17 00:00:00 2001 From: noxy Date: Sat, 4 Feb 2017 10:33:34 +0000 Subject: [PATCH 09/10] Update krautchan.css --- s/krautchan.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/s/krautchan.css b/s/krautchan.css index 3a982f8..e5afdbf 100644 --- a/s/krautchan.css +++ b/s/krautchan.css @@ -1,5 +1,5 @@ body { - margin: 1em auto 3em auto; + margin: 0em auto 3em auto; background-color: #eeeeee; color: #fff; font-family: sans-serif; @@ -16,7 +16,7 @@ a:hover { } .thumb { - border: 2px solid #3333cc; + border: 2px solid #313370; } .wrapper { @@ -26,11 +26,19 @@ a:hover { .navbar { - text-align: center; margin-top: 7px; color: #313370; + margin: 0 auto; + width: 100%; + border-bottom: 2px solid; + padding-top: 5px; + padding-bottom: 5px; + font-weight: bold; + background: #aaaacc; + top: 0; } + input, select, textarea { border: 1px double #3333cc; background: #eeeeee; @@ -70,11 +78,12 @@ code { .return { text-align: center; - border: 2px solid #313370; - width: 888px; + border-bottom: 2px solid #313370; + width: 100%; margin: 0 auto; background: #aaaacc; margin-bottom: 5px; + top: 0; } .controls { @@ -86,6 +95,7 @@ code { background: #aaaacc; padding-top: 0; border: 2px solid #313370; + margin-top: 35px; } .medium, .thumbnail { From 8b559b600110d750306e6c6ca2f35a1ae2a7bb97 Mon Sep 17 00:00:00 2001 From: noxy Date: Sat, 4 Feb 2017 10:34:35 +0000 Subject: [PATCH 10/10] Update krautchan.css --- s/krautchan.css | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/s/krautchan.css b/s/krautchan.css index e5afdbf..302339b 100644 --- a/s/krautchan.css +++ b/s/krautchan.css @@ -114,18 +114,6 @@ code { margin-bottom: 5px; } -.navbar { - margin-top: 7px; - color: #313370; - margin: 0 auto; - width: 300px; - border: 1px solid; - padding-top: 5px; - padding-bottom: 5px; - font-weight: bold; - background: #aaaacc; -} - .plyr--audio .plyr__controls button.tab-focus:focus, .plyr--audio .plyr__controls button:hover, .plyr__play-large { background: #eeeeee; color: #3535cb;