This commit is contained in:
2017-11-10 12:39:55 +01:00
commit 5a752618c3
579 changed files with 81271 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{{define "bgpattern"}}
<style>
body, .checkers{
background-image: url("/res/img/checker{{bgPatternCount}}.png");
background-attachment: fixed;
}
</style>
{{end}}