OctoSpaccHub/public/assets/css/Dark.css

32 lines
468 B
CSS
Raw Normal View History

2020-10-30 17:18:03 +01:00
html, body {
background-image: url(../gif/bg/0.gif);
background-size: cover;
margin: 0;
color: #EFEFFF;
2020-10-31 10:42:39 +01:00
height:100%;
2020-10-30 17:18:03 +01:00
}
.container {
background-color: rgba(0,0,0, 0.8);
min-height: 100%;
2020-10-31 10:42:39 +01:00
margin: 0;
position: fixed;
width: 100%;
height: 100%;
2020-10-30 17:18:03 +01:00
}
.content {
padding: 5%;
2020-10-31 10:42:39 +01:00
height: 75%;
overflow: auto;
2020-10-30 17:18:03 +01:00
}
2020-10-31 10:42:39 +01:00
.footer {
background-color: rgba(28,28,34, 0.8);
width: 100%;
bottom: 0;
left: 0;
position: absolute;
padding-top: 1%;
padding-bottom: 1%;
2020-10-30 17:18:03 +01:00
}