This commit is contained in:
Shish
2016-06-18 15:16:47 +01:00
118 changed files with 2391 additions and 12463 deletions

View File

@ -13,17 +13,6 @@ class HomeTheme extends Themelet {
<meta name="viewport" content="width=device-width, initial-scale=1">
$hh
</head>
<style>
div#front-page h1 {font-size: 4em; margin-top: 2em; margin-bottom: 0px; text-align: center; border: none; background: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
div#front-page {text-align:center;}
.space {margin-bottom: 1em;}
div#front-page div#links a {margin: 0 0.5em;}
div#front-page li {list-style-type: none; margin: 0;}
@media (max-width: 800px) {
div#front-page h1 {font-size: 3em; margin-top: 0.5em; margin-bottom: 0.5em;}
#counter {display: none;}
}
</style>
<body>
$body
</body>