Initial commit

This commit is contained in:
ECAILLE Fabrice (externe)
2017-05-03 16:46:01 +02:00
commit 2e64cb961e
117 changed files with 10765 additions and 0 deletions

26
docs/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;
}