all repos — nasg @ f1ef48b9038baad5d9c954fe4937106a73f8bdf9

konami update
Peter Molnar hello@petermolnar.eu
Wed, 22 May 2019 13:17:39 +0100
commit

f1ef48b9038baad5d9c954fe4937106a73f8bdf9

parent

1a80fa5456f5fb70bd79febcb4356192b7e17159

2 files changed, 81 insertions(+), 0 deletions(-)

jump to
M templates/konami.jstemplates/konami.js

@@ -12,6 +12,8 @@ });

} kcl(function () { + var st = document.getElementById('css_surprise'); + st.setAttribute('media', 'all'); var e = document.createElement('img'); e.src = '/iddqd.gif'; document.body.appendChild(e);
A templates/style-konami.css

@@ -0,0 +1,79 @@

+body { + color: #F13C20; + background-color: #EFE2BA; +} + +a { + color: #B77902; +} + +a:hover { + color: #D79922; + border-bottom: 1px solid #D79922; +} + +code, +pre { + color: #006400; +} + +button svg { + transform: rotate(180deg); + transition: all 0.2s; +} + +blockquote { + color: #555; +} + +td, th { + border: 1px solid #111; +} + +th, tr:nth-child(even) { + background-color: rgba(0, 0, 0, .1); +} + +pre > code::before { + color: #444; +} + +.footnotes hr::before { + color: #222; +} + +body > header, +body > footer{ + background-color: #D79922; + color: #F13C20; +} + +body > header a, +body > footer a, +.theme input + label { + color: #EFE2BA; +} + +input { + background-color: #EFE2BA; + color: #F13C20; +} + +body > footer a:hover { + color: #fff; + border-bottom: 1px solid #fff; +} + +.h-feed aside a, +.h-feed article a, +body > nav > ul > li a { + border-bottom: 1px solid #F13C20; +} + +.comments .u-url:hover, +.footnotes a:hover, +.h-feed aside a:hover, +.h-feed article a:hover, +body > nav > ul > li a:hover { + border-bottom: 1px solid #F13C20; +}