Skip to content

Commit

Permalink
modify style2.css to fix blue colour (#71)
Browse files Browse the repository at this point in the history
* modify style2.css to fix blue

* Fixing whitespace

* Fixing whitespace
  • Loading branch information
tobespc authored and mattcolegate committed Mar 13, 2017
1 parent 8f32665 commit 0982e4b
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions public/css/style2.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@
width: 320;
}


body,html {
background-color: #f5f7fa;
width : 100%;
border-color:#f5f7fa;
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;
Expand Down Expand Up @@ -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,
Expand All @@ -76,6 +75,8 @@

.cpuChart path,
.memChart path,
.gcChart path,
.elChart path,
.httpThroughPutChart path,
.httpChart path {
stroke: #00b4a0;
Expand All @@ -102,7 +103,7 @@
stroke-width: 2;
fill: none;
}

g.xAxis path,
g.xAxis line,
g.yAxis path,
Expand Down Expand Up @@ -159,7 +160,6 @@
margin: 0 auto;
display: block;
text-align: center;

}

g.arc {
Expand All @@ -179,11 +179,10 @@

.httpTop5Chart .bar {
fill: #5aaafa;

}

.titlebox {
fill: #eff3f5;
stroke: #dbe6e9;
fill: #dde4ee;
stroke: #aabbd4;
stroke-width: 1px;
}

0 comments on commit 0982e4b

Please sign in to comment.