From 4a870a8335b176d5f2dc1485e4d6442ae445051e Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 19 Apr 2017 09:53:03 -0400 Subject: [PATCH] css --- contrib/static/krane.css | 7 +++++++ contrib/templates/placebo/board.mustache | 2 +- contrib/templates/placebo/thread.mustache | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/contrib/static/krane.css b/contrib/static/krane.css index f9ec3db..85ad556 100644 --- a/contrib/static/krane.css +++ b/contrib/static/krane.css @@ -365,3 +365,10 @@ [data-subject="None"] { display: none; } [data-sage="1"] { background: darkred; } + + .overboard, .threadpage, .boardpage { + background-image: url('/static/changolia-logo.png'); + background-repeat: no-repeat; + background-position: right top; + background-attachment: fixed; + } diff --git a/contrib/templates/placebo/board.mustache b/contrib/templates/placebo/board.mustache index 15a03f4..a9b2565 100644 --- a/contrib/templates/placebo/board.mustache +++ b/contrib/templates/placebo/board.mustache @@ -21,7 +21,7 @@ - + {{{board.Navbar}}}

CHANGOLIA

diff --git a/contrib/templates/placebo/thread.mustache b/contrib/templates/placebo/thread.mustache index 14de071..5f73598 100644 --- a/contrib/templates/placebo/thread.mustache +++ b/contrib/templates/placebo/thread.mustache @@ -20,7 +20,7 @@ - + {{{thread.Navbar}}}