OctoSpaccHub/public/assets/css/Dark.css.old

40 lines
523 B
CSS

html, body {
background-image: url(../gif/bg/0.gif);
background-size: cover;
margin: 0;
color: #EFEFFF;
height:100%;
}
a {
color: #17c3ea;
}
a:active {
color: #0b69bc;
}
.container {
background-color: rgba(0,0,0, 0.8);
min-height: 100%;
margin: 0;
position: fixed;
width: 100%;
height: 100%;
}
.content {
padding: 5%;
height: 80%;
overflow: auto;
}
.footer {
background-color: rgba(28,28,34, 0.8);
width: 100%;
bottom: 0;
left: 0;
position: absolute;
padding-top: 1%;
padding-bottom: 1%;
}