first commit

This commit is contained in:
Senad Uka
2018-05-07 16:07:00 +02:00
commit 8b4f09f9d5
3368 changed files with 852614 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
.location-selector {
width: 140px;
height: 100px;
background-color: #eeeeee;
position: relative; }
.location-selector .bit {
background-color: #dddddd;
cursor: pointer;
position: absolute; }
.location-selector .bit:hover {
background-color: #cccccc; }
.location-selector .bit.top, .location-selector .bit.bottom {
height: 25%;
width: 40%;
margin: 0 30%; }
.location-selector .bit.top {
top: 0; }
.location-selector .bit.bottom {
bottom: 0; }
.location-selector .bit.right, .location-selector .bit.left {
height: 20%;
width: 20%;
margin-left: 0;
margin-right: 0; }
.location-selector .bit.right {
right: 0; }
.location-selector .bit.left {
left: 0; }