unify indentation

This commit is contained in:
nek0 2019-12-20 07:18:23 +01:00
parent 8728a6c798
commit 44d5ac561c
1 changed files with 77 additions and 77 deletions

View File

@ -1,13 +1,13 @@
body { body {
color: black; color: black;
font-family: 'CMUTypewriter'; font-family: 'CMUTypewriter';
font-size: 23px; font-size: 23px;
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
padding: 0 2rem 0; padding: 0 2rem 0;
display: flex; display: flex;
min-height: 100vh; min-height: 100vh;
flex-direction: column; flex-direction: column;
} }
body::before { body::before {
@ -18,155 +18,155 @@ body::before {
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
background-color: #800000; background-color: #800000;
background-image: linear-gradient(to bottom, rgba(128,0,0,0.9) 0%,rgba(128,0,0,0.9) 100%), url(/images/Chaoszone.black.svg); background-image: linear-gradient(to bottom, rgba(128,0,0,0.9) 0%,rgba(128,0,0,0.9) 100%), url(/images/Chaoszone.black.svg);
background-size: contain; background-size: contain;
background-attachment:fixed; background-attachment:fixed;
background-repeat:no-repeat; background-repeat:no-repeat;
background-position: center; background-position: center;
} }
header { header {
border-bottom: 2px solid white; border-bottom: 2px solid white;
margin-bottom: 30px; margin-bottom: 30px;
padding: 12px 0px 12px 0px; padding: 12px 0px 12px 0px;
font-family: 'CMUTypewriter'; font-family: 'CMUTypewriter';
font-size: 30px; font-size: 30px;
margin-left: 25rem; margin-left: 25rem;
} }
h1, h2, h3, h4, h5 { h1, h2, h3, h4, h5 {
font-family: 'CMUTypewriter'; font-family: 'CMUTypewriter';
} }
a { a {
color: #ccc000; color: #ccc000;
text-decoration: none; text-decoration: none;
} }
a:hover { a:hover {
color: #aaa000; color: #aaa000;
text-decoration: underline text-decoration: underline
} }
#logo, #logo img { #logo, #logo img {
max-width: 23rem; max-width: 23rem;
} }
#logo { #logo {
position: fixed; position: fixed;
padding-top: 1rem; padding-top: 1rem;
} }
div#logo a { div#logo a {
color: white; color: white;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
} }
nav { nav {
display: inline-block; display: inline-block;
} }
nav ul{ nav ul{
text-align: left; text-align: left;
list-style: none; list-style: none;
display: inline-block; display: inline-block;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
nav li { nav li {
display: inline-block; display: inline-block;
} }
nav li a { nav li a {
color: white; color: white;
font-size: 18px; font-size: 18px;
font-weight: bold; font-weight: bold;
margin-left: 12px; margin-left: 12px;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;
} }
nav li a:first-child { nav li a:first-child {
margin: 0; margin: 0;
} }
article { article {
margin-left: 25rem; margin-left: 25rem;
} }
article img { article img {
max-width: 100%; max-width: 100%;
} }
footer { footer {
border-top: solid 2px white; border-top: solid 2px white;
font-size: 12px; font-size: 12px;
margin-top: 30px; margin-top: 30px;
padding: 12px 0px 12px 0px; padding: 12px 0px 12px 0px;
text-align: right; text-align: right;
} }
h1 { h1 {
font-size: 24px; font-size: 24px;
} }
h2 { h2 {
font-size: 20px; font-size: 20px;
} }
div.info { div.info {
font-size: 14px; font-size: 14px;
font-style: italic; font-style: italic;
} }
.pagination { .pagination {
display: inline-block; display: inline-block;
width: 100% width: 100%
} }
.wrapper { .wrapper {
flex: 1; flex: 1;
} }
.left, .right { .left, .right {
display: inline-block; display: inline-block;
fill: curentColor; fill: curentColor;
} }
.left { .left {
float: left; float: left;
margin-left: 10%; margin-left: 10%;
} }
.right { .right {
float: right; float: right;
margin-right: 10%; margin-right: 10%;
} }
.left svg, .right svg { .left svg, .right svg {
margin-bottom: -3px; margin-bottom: -3px;
margin-left: 0.8ex; margin-left: 0.8ex;
margin-right: 0.8ex; margin-right: 0.8ex;
} }
#yacs { #yacs {
width: 100% width: 100%
} }
.page img { .page img {
width: 100% width: 100%
} }
.authors_comments { .authors_comments {
border: 1px solid white; border: 1px solid white;
border-radius: 5px; border-radius: 5px;
padding: 0 1em 0; padding: 0 1em 0;
background-color: #454545; background-color: #454545;
box-shadow: 5px 5px 5px #ffffff; box-shadow: 5px 5px 5px #ffffff;
margin: 2em 0 2em; margin: 2em 0 2em;
} }
@media screen and (max-width: 750px){ @media screen and (max-width: 750px){