1
0
mirror of https://github.com/moexe/FFFGateway-Monitoring.git synced 2026-02-05 22:55:11 +01:00

mrtg hinzugefügt, babel-links im Menü, andere Farben

GW selection für beide Hoods, schmälerer Menübalken
This commit is contained in:
Robert Langhammer
2017-01-23 00:27:29 +00:00
parent 7fd6296d1d
commit 23fbd72fcf
5 changed files with 44 additions and 80 deletions

View File

@@ -5,7 +5,7 @@ html {
}
body {
background-color:#FBFBEF;
background-color:#FFFFFF;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
# font-family:Verdana, sans-serif;
@@ -30,7 +30,7 @@ body {
#bodybox {
float:left;
background-color:#FBFBEF;
# background-color:#FBFBEF;
width:100%;
@@ -38,7 +38,7 @@ body {
}
#content {
background-color:#FBFBEF;
# background-color:#FBFBEF;
margin-right:2.5em;
margin-left:2.5em;
margin-top:1em;
@@ -110,7 +110,7 @@ div.mrtg img {
}
#content {
background-color:#FBFBEF;
# background-color:#FBFBEF;
float:left;
width:95%;
margin-right:0.5em;

View File

@@ -19,7 +19,7 @@ to work with the chosen theme.
/* Set menu background color here */
.rm-nav ul,
.rm-menu {
background-color: rgb(0, 0, 0);
background-color: rgb(128, 51, 0);
margin-top: 0;
}

View File

@@ -7,7 +7,7 @@
height: 100%;
}
header {
background-color: #000;
background-color: rgb(128, 51, 0);
}
header:after {
content: " ";
@@ -29,7 +29,7 @@ h1 {
.main .dev-output pre {
overflow: auto;
max-height: 500px;
background-color: #EBF4FD;
background-color: #FFFFFF;
padding: 0 1em 1em;
}
.brand {