|
|
|
@ -5,7 +5,6 @@
|
|
|
|
|
url('/static/font/mitochondria-webfont.woff') format('woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'pf_ronda_sevenregular';
|
|
|
|
@ -13,7 +12,6 @@
|
|
|
|
|
url('/static/font/pf_ronda_seven-webfont.woff') format('woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'pf_ronda_sevenbold';
|
|
|
|
@ -21,7 +19,6 @@
|
|
|
|
|
url('/static/font/pf_ronda_seven_bold-webfont.woff') format('woff');
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
@ -34,6 +31,9 @@ html, body {
|
|
|
|
|
padding:0;
|
|
|
|
|
margin:0;
|
|
|
|
|
height:100%;
|
|
|
|
|
background-image: linear-gradient(#060114, #0F0233);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
}
|
|
|
|
|
footer {
|
|
|
|
|
position: fixed; bottom: 0; left: 0;
|
|
|
|
@ -137,9 +137,6 @@ img {
|
|
|
|
|
grid-column-gap: 0px;
|
|
|
|
|
grid-row-gap: 0px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
background-image: linear-gradient(#060114, #0F0233);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-attachment: fixed;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.top {
|
|
|
|
@ -147,7 +144,7 @@ img {
|
|
|
|
|
color: #C0AAC0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
text-overflow: clip;
|
|
|
|
|
text-overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
.top a {
|
|
|
|
|
color: #C0AAC0;
|
|
|
|
|