mirror of
https://github.com/Febbweiss/febbweiss.github.io.git
synced 2026-03-05 06:35:50 +00:00
Initial commit
This commit is contained in:
26
docs/extra/css/sis.css
Normal file
26
docs/extra/css/sis.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user