css isn't so bad - background covers all pages, I think

master
chimchooree 11 months ago
parent 34a093b817
commit acbd92e212

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

@ -33,7 +33,6 @@ img {
padding: 1em; padding: 1em;
padding-top: 1em; padding-top: 1em;
padding-bottom: 1em; padding-bottom: 1em;
word-wrap: break-word;
font-size: 1em; font-size: 1em;
text-align: center; text-align: center;
font-weight: bold; font-weight: bold;

@ -14,9 +14,9 @@ footer a:visited {
} }
footer a:hover { footer a:hover {
color: #E1B9E6; color: #E1B9E6;
font-family: 'mitochondriaregular', sans-serif; /*font-family: 'mitochondriaregular', sans-serif;*/
} }
footer a:active { footer a:active {
color: #C0AAC0; color: #C0AAC0;
font-family: 'mitochondriaregular', sans-serif; /*font-family: 'mitochondriaregular', sans-serif;*/
} }

Loading…
Cancel
Save