From 0982e4b52d9acdc8f37725843f626829d6e403c1 Mon Sep 17 00:00:00 2001 From: Toby Corbin Date: Mon, 13 Mar 2017 11:38:09 +0000 Subject: [PATCH] modify style2.css to fix blue colour (#71) * modify style2.css to fix blue * Fixing whitespace * Fixing whitespace --- public/css/style2.css | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/public/css/style2.css b/public/css/style2.css index 0258f32..4fd6f17 100755 --- a/public/css/style2.css +++ b/public/css/style2.css @@ -2,7 +2,6 @@ width: 320; } - body,html { background-color: #f5f7fa; width : 100%; @@ -10,9 +9,17 @@ height: 100%; margin: 0 auto; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; + font-size: 12px; color: #ffffff; } + h1 { + font: 26px Arial; + font-weight: bold; + text-align: center; + color: #3b4b54; + } + .headerDiv { width: 100%; height: 50px; @@ -44,23 +51,15 @@ color: #BBC3C8; float:left; } - + .container-fluid { background-color: #f5f7fa; } - h1 { - font: 26px Arial; - font-weight: bold; - text-align: center; - color: #3b4b54; - } - svg { margin: 3px; - border: 1px solid #dfe6eb; + border: 1px solid #aabbd4; background-color: #ffffff; - } .col-md-2, @@ -76,6 +75,8 @@ .cpuChart path, .memChart path, + .gcChart path, + .elChart path, .httpThroughPutChart path, .httpChart path { stroke: #00b4a0; @@ -102,7 +103,7 @@ stroke-width: 2; fill: none; } - + g.xAxis path, g.xAxis line, g.yAxis path, @@ -159,7 +160,6 @@ margin: 0 auto; display: block; text-align: center; - } g.arc { @@ -179,11 +179,10 @@ .httpTop5Chart .bar { fill: #5aaafa; - } .titlebox { - fill: #eff3f5; - stroke: #dbe6e9; + fill: #dde4ee; + stroke: #aabbd4; stroke-width: 1px; }