1. Import

This commit is contained in:
2026-03-29 10:34:57 +02:00
parent b0e00c1259
commit a1129565af
4899 changed files with 3007593 additions and 0 deletions

View File

@@ -0,0 +1,55 @@
/* -------------------------------------------
MAIN STYLES
---------------------------------------------- */
#wrapper {
width: 90%;
margin: 20px auto;
text-align: center;
font-family: Georgia, serif;
color: #222;
}
h1 {
font-size: 40px;
}
.credit {
font-style: italic;
margin: 2px;
padding: 0;
font-size: 11px;
color: #999;
}
.credit a, .credit a:visited {
color: #888;
}
footer {
width: 320px;
margin: 20px auto;
}
footer p {
font-size: 14px;
line-height: 1;
}
footer a {
padding: 8px;
display: block;
color: #999;
font-size: 24px;
font-style: italic;
}
footer a:visited {
color: #999;
}
@media screen and (max-width:680px) {
h1 {
font-size: 30px;
}
}