new style
This commit is contained in:
@@ -1,19 +1,29 @@
|
||||
body {
|
||||
color: white;
|
||||
background-color: black;
|
||||
background-image: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.9) 100%), url(/images/Chaoszone.svg);
|
||||
color: black;
|
||||
font-family: 'Sans';
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
padding: 0 2rem 0;
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
body::before {
|
||||
z-index: -1;
|
||||
content: ' ';
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
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-size: contain;
|
||||
background-attachment:fixed;
|
||||
background-repeat:no-repeat;
|
||||
background-position: center;
|
||||
font-family: 'MontserratLight';
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
margin: 0 2rem 0;
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
header {
|
||||
@@ -22,7 +32,7 @@ header {
|
||||
padding: 12px 0px 12px 0px;
|
||||
font-family: 'MontserratBlack';
|
||||
font-size: 30px;
|
||||
margin-left: 15rem;
|
||||
margin-left: 25rem;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
@@ -40,7 +50,7 @@ a:hover {
|
||||
}
|
||||
|
||||
#logo, #logo img {
|
||||
max-width: 13rem;
|
||||
max-width: 23rem;
|
||||
}
|
||||
|
||||
#logo {
|
||||
@@ -84,12 +94,15 @@ nav li a:first-child {
|
||||
}
|
||||
|
||||
article {
|
||||
padding-left: 15rem;
|
||||
margin-left: 25rem;
|
||||
}
|
||||
|
||||
article img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: solid 2px white;
|
||||
color: #555;
|
||||
font-size: 12px;
|
||||
margin-top: 30px;
|
||||
padding: 12px 0px 12px 0px;
|
||||
|
||||
Reference in New Issue
Block a user