Update styles.css
- custom server field
This commit is contained in:
parent
a27e604015
commit
6657cca41d
1 changed files with 15 additions and 1 deletions
16
styles.css
16
styles.css
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
/* Set the background color of the body */
|
/* Set the background color of the body */
|
||||||
body {
|
body {
|
||||||
background-color: #aaaaaa;
|
background-color: #cccccc;
|
||||||
margin-top: 00px !important;
|
margin-top: 00px !important;
|
||||||
margin-left: 20px !important;
|
margin-left: 20px !important;
|
||||||
margin-right: 20px !important;
|
margin-right: 20px !important;
|
||||||
|
@ -117,3 +117,17 @@ body {
|
||||||
.container {
|
.container {
|
||||||
max-width: 2000px !important;
|
max-width: 2000px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
background-color: rgb(200, 200, 200);
|
||||||
|
color: #f2f2f2;
|
||||||
|
position: fixed;
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
width: 100%;
|
||||||
|
padding-top: 2px !important; /* reduce padding-top to half */
|
||||||
|
padding-bottom: 2px !important; /* reduce padding-bottom to half */
|
||||||
|
font-size: 0.9em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue