From fed34ed6221998dd377bd45e260bca86524206b1 Mon Sep 17 00:00:00 2001 From: 4cdn <4cdn@users.noreply.github.com> Date: Sun, 22 Nov 2015 15:47:23 -0500 Subject: [PATCH 1/3] adds classes adds classes to fix background colors bleeding through on some of the graphs (3cecde002ed9c42197) --- contrib/templates/default/frontpage.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/templates/default/frontpage.mustache b/contrib/templates/default/frontpage.mustache index 2af716d..48bb788 100644 --- a/contrib/templates/default/frontpage.mustache +++ b/contrib/templates/default/frontpage.mustache @@ -32,10 +32,10 @@ - - - \ No newline at end of file +
+ {{{postsgraph.Render}}} + {{! todo: move boardgraph into its own file like postsgraph }} From 6e872714830a9f2d2aec6a14bd13fdd5c9bfdf04 Mon Sep 17 00:00:00 2001 From: 4cdn <4cdn@users.noreply.github.com> Date: Sun, 22 Nov 2015 15:59:21 -0500 Subject: [PATCH 2/3] define table classes defines classes to fix background colors bleeding through on some of the graphs and adds some spacing between graphs (3cecde002ed9c42197) --- contrib/static/site.css | 27 ++++++++++++++++++--------- 1 file changed, 18 insertions(+), 9 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index f2f1ebe..db33e0c 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -36,16 +36,30 @@ textarea { } pre { - white-space: pre-wrap; + white-space: pre-wrap; background: #3f3f3f; color: #d17600; display: inline-block; - overflow-wrap: break-word; - word-wrap: break-word; + overflow-wrap: break-word; + word-wrap: break-word; } td { - background-color: dimgrey; + background-color: dimgrey; +} + +.board_td { + position: relative; left: 2px; +} + +.posts_td { + position: relative; left: -2px; +} + +#overview_graph { + position: relative; + top: 2px; + background: dimgrey; } .reply, .ukko_thread_header { @@ -56,10 +70,6 @@ legend { /* background-color: #525252; */ } -tr { - background: #202123; -} - hr { height: 0px; border-width: 1px medium medium; @@ -89,7 +99,6 @@ a:visited { box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.15); background: #202331; color: #616383; - } .navbar-sep { From a6da70e7d33806d990e18669eb996051c8cf6643 Mon Sep 17 00:00:00 2001 From: 4cdn <4cdn@users.noreply.github.com> Date: Sun, 22 Nov 2015 16:02:45 -0500 Subject: [PATCH 3/3] fixes --- .../templates/default/graph_history.mustache | 36 ++++++++++--------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/contrib/templates/default/graph_history.mustache b/contrib/templates/default/graph_history.mustache index e22e324..1860f9b 100644 --- a/contrib/templates/default/graph_history.mustache +++ b/contrib/templates/default/graph_history.mustache @@ -12,23 +12,25 @@ template parameters: Post History -
- - - - - - - - - {{#history.Scale}} + + {{#history.Scale}} + + + + + + {{/history.Scale}} + +
MonthPosts
+ + - - - + + + - {{/history.Scale}} - -
{{Date}}{{Num}}{{OvercockGraph}}MonthPosts
+ +
{{Date}}{{Num}}{{OvercockGraph}}
+