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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user