gymrooster_php/html/css/index.css

56 lines
1.0 KiB
CSS
Raw Normal View History

2020-03-05 23:06:59 +01:00
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
body nav {
background-color: #1f1f1f;
color: whitesmoke;
position: fixed;
top: 0;
left: 0;
right: 0;
height: 2em;
padding: 1em;
}
body nav img {
height: 2em;
-webkit-filter: contrast(0) invert(100%) sepia(13%) saturate(49%) hue-rotate(200deg) brightness(180%) contrast(92%);
filter: contrast(0) invert(100%) sepia(13%) saturate(49%) hue-rotate(200deg) brightness(180%) contrast(92%);
}
body nav a:last-of-type {
position: fixed;
right: 1em;
font-size: 1.5em;
color: whitesmoke !important;
cursor: pointer;
}
body main {
background-color: whitesmoke;
position: absolute;
top: 4em;
left: 0;
}
body main div.loginContainer {
position: relative;
margin: 0 auto;
text-align: center;
}
body footer {
background-color: #1f1f1f;
color: whitesmoke;
position: fixed;
bottom: 0;
left: 0;
right: 0;
text-align: center;
height: 1em;
padding: 0.5em;
}
/*# sourceMappingURL=index.css.map */