Refactoring: manage generated static site

This commit is contained in:
ECAILLE Fabrice (externe)
2017-05-04 10:21:47 +02:00
parent 2e64cb961e
commit 3331ead68a
68 changed files with 6445 additions and 0 deletions

26
extra/css/sis.css Normal file
View File

@@ -0,0 +1,26 @@
.corn {
float: left;
background: transparent url('/demo/sis/images/farm.png') no-repeat top left;
background-position: -19px -37px;
width: 19px;
height: 19px;
margin-right: 5px;
}
.carot {
float: left;
background: transparent url('/demo/sis/images/farm.png') no-repeat top left;
background-position : -38px -37px;
width: 19px;
height: 19px;
margin-right: 5px;
}
.gun {
float: left;
background: transparent url('/demo/sis/images/farm.png') no-repeat top left;
background-position : -57px -37px;
width: 19px;
height: 19px;
margin-right: 5px;
}