How did I not notice this until now

This commit is contained in:
Dominik V. Salonen 2018-03-14 12:28:50 +00:00
parent de1a7af9e0
commit fc3c7026f3
1 changed files with 107 additions and 107 deletions

View File

@ -1,13 +1,13 @@
html, body {
margin: 0;
padding: 0;
}
}
h1, h2, h3, h4, h5, p {
h1, h2, h3, h4, h5, p {
margin: 0;
}
}
#site {
#site {
position: absolute;
top: 0;
left: 0;
@ -17,9 +17,9 @@ html, body {
margin: 0;
color: #FFF;
font-family: "Lato", sans-serif;
}
}
#content {
#content {
display: block;
margin-right: auto;
margin-left: auto;
@ -27,46 +27,46 @@ html, body {
max-width: 90vw;
margin-top: 40vh;
transform: translateY(-50%)
}
}
#main-container {
#main-container {
background-color: #3b3b3b;
margin-top: 10px;
padding: 5px;
border-radius: 5px 5px 0px 0px;
width: 100%;
box-shadow: 3px 3px 7px rgba(0,0,0,0.25);
}
}
#navbar {
#navbar {
width: 100%;
/* Whitespace hack */
font-size: 0;
text-align: center;
}
}
#page {
#page {
width: 100%;
padding: 15px 5px 8px 5px;
}
}
.title {
.title {
font-size: 32pt;
font-weight: 300;
text-align: center;
}
}
.sub-title {
.sub-title {
font-size: 10pt;
color: #AAA;
text-align: center;
}
}
.sub-title span {
.sub-title span {
color: #555;
}
}
.nav-button {
.nav-button {
display: inline-block;
border-bottom: solid 3px #2b2b2b;
background-color: #3b3b3b;
@ -79,32 +79,32 @@ html, body {
/* Undo whitespace hack */
font-size: 12pt;
cursor: pointer;
}
}
.nav-button:hover {
.nav-button:hover {
background-color: #4b4b4b;
transition: background 0.15s ease-in-out;
}
}
.nav-button.active {
.nav-button.active {
border-color: #FF5555;
transition: background 0.15s ease-in-out, border 0.5s ease-in-out;
}
}
.initial-text {
.initial-text {
font-size: 18pt;
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}
}
.notice {
.notice {
color: #3b3b3b;
text-align: right;
}
}
/* Thanks StackOverflow, heck if I can remember this stuff */
.noselect, .nav-button, .notice {
/* Thanks StackOverflow, heck if I can remember this stuff */
.noselect, .nav-button, .notice {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
@ -112,4 +112,4 @@ html, body {
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
supported by Chrome and Opera */
}
}