From c1fc7de88f2bba37e2ad164d61fbc3f0aeccff04 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 12:59:44 +0000 Subject: [PATCH 1/8] Testweise das bootstrap css entfernen. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ich hab kp wofür das drin ist XD --- 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 f1075be..33072ab 100644 --- a/s/item.tpl.html +++ b/s/item.tpl.html @@ -3,7 +3,7 @@ {{ id }} - f0ck.me - + From 4d9a8f9d7c7dc1557abe23140ddb0f269a107cfc Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 13:02:44 +0000 Subject: [PATCH 2/8] Update style.css --- s/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/s/style.css b/s/style.css index b34fa7f..2b96941 100644 --- a/s/style.css +++ b/s/style.css @@ -1,3 +1,9 @@ +* { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} + html, body { max-height: 100%; width: 100%; From 9e5438d97c7f3d66526770cb9c9dd4924762071f Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 13:13:44 +0000 Subject: [PATCH 3/8] Update style.css --- s/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/s/style.css b/s/style.css index 2b96941..9e4e193 100644 --- a/s/style.css +++ b/s/style.css @@ -14,6 +14,7 @@ body { color: #fff; font-family: Monospace; font-size: 12px; + line-height: 1.42857143; } .contact { From edbdb3148976b32dd988e24c09a5c448b1f6248c Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 13:14:12 +0000 Subject: [PATCH 4/8] Update plyr.js --- s/plyr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/plyr.js b/s/plyr.js index 1817250..57057ee 100644 --- a/s/plyr.js +++ b/s/plyr.js @@ -43,7 +43,7 @@ displayDuration: true, loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://f0ck.me/s/plyr.svg', + iconUrl: './s/plyr.svg', clickToPlay: true, hideControls: false, showPosterOnEnd: false, From 8a527e7ab54d9ab11a1b3373e761b9f472439e61 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 13:16:47 +0000 Subject: [PATCH 5/8] Update plyr.js --- s/plyr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/plyr.js b/s/plyr.js index 57057ee..1817250 100644 --- a/s/plyr.js +++ b/s/plyr.js @@ -43,7 +43,7 @@ displayDuration: true, loadSprite: true, iconPrefix: 'plyr', - iconUrl: './s/plyr.svg', + iconUrl: 'https://f0ck.me/s/plyr.svg', clickToPlay: true, hideControls: false, showPosterOnEnd: false, From 24e5e881aa269721131768508de027c75e794a4d Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 13:17:40 +0000 Subject: [PATCH 6/8] Update style.css --- s/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/s/style.css b/s/style.css index 9e4e193..fa80221 100644 --- a/s/style.css +++ b/s/style.css @@ -67,9 +67,11 @@ li.post { } a { color: #9f0; + text-decoration: none; } a:hover { color: #74c100; + text-decoration: underline; } .medium, .thumbnail { From 09833c0bc73a1a936c3e95f53fea3d08033b4022 Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 13:22:00 +0000 Subject: [PATCH 7/8] Update index.tpl.html --- s/index.tpl.html | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/s/index.tpl.html b/s/index.tpl.html index f1eaf59..aca676c 100644 --- a/s/index.tpl.html +++ b/s/index.tpl.html @@ -1,19 +1,20 @@ - - - - f0ck me! - - - - - -
    - {% for item in items %}
  • - {% endfor %} -
- - - - - - + + + + f0ck me! + + + + + + +
    + {% for item in items %}
  • + {% endfor %} +
+ + + + + + From 3970c0a255a4cf4dcad4bf5c9bb4e412d10eae2b Mon Sep 17 00:00:00 2001 From: noxy Date: Thu, 2 Feb 2017 13:22:34 +0000 Subject: [PATCH 8/8] Add new file --- s/indexstyle.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 s/indexstyle.css diff --git a/s/indexstyle.css b/s/indexstyle.css new file mode 100644 index 0000000..61b78aa --- /dev/null +++ b/s/indexstyle.css @@ -0,0 +1,5 @@ +* { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; +} \ No newline at end of file