4.0 Beta (Build 20242)

This commit is contained in:
2020-08-29 20:43:36 +02:00
Unverified
parent 65cfcfe67b
commit 1655e17bbe
14 changed files with 327 additions and 33 deletions

View File

@@ -1,11 +1,11 @@
body {
body, html{
background-color: #21242D;
margin: 0px;
height: 100%;
width: 100%;
}
header {
width: 100%;
position: sticky;
@@ -38,6 +38,7 @@ nav {
#menu-ul {
width: 100%;
height: 50px;
padding: 0;
margin: 0;
list-style: none;
@@ -48,11 +49,11 @@ nav {
float: left;
text-align: center;
font-family: 'Segoe UI';
padding: 0.8%;
margin-right: 0.05%;
margin-left: 0.05%;
font-size: 20px;
width: 23.3%;
width: 24.9%;
line-height: 50px;
text-decoration: none;
color: #C0C0C0;
background-color: #2e313b;
@@ -65,13 +66,16 @@ nav {
section {
width: 100%;
}
iframe {
float: left;
width: 99%;
border: none;
margin: 0.5%;
padding: 0.5%;
height: calc(100% - 220px);
overflow: scroll;
position: absolute;
}