Added StartSite

This commit is contained in:
silas
2018-09-23 16:48:52 +02:00
parent 86197afe5d
commit 3247c7e9fc
10 changed files with 6213 additions and 75 deletions

View File

@@ -17,6 +17,7 @@ nav.top-bar.title-bar {
}
#level-number-container {
z-index: 1;
transition: none;
position: absolute;
left: 50%;
@@ -34,6 +35,17 @@ nav.top-bar.title-bar {
&.visible {
visibility: visible;
}
&.in-main-menu{
background: white;
border-color: black;
height: 1em;
width: 1em;
min-height: 1em;
min-width: 1em;
max-height:1em;
max-width:1em;
}
#level-number {
transition: none;