2015-04-26 00:24:01 -04:00
|
|
|
|
2015-04-27 21:34:14 -04:00
|
|
|
.die {
|
2015-04-26 00:24:01 -04:00
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
2015-04-27 21:41:51 -04:00
|
|
|
background: #ff1111;
|
2015-04-26 00:27:53 -04:00
|
|
|
border-radius: 10px;
|
2015-04-26 00:24:01 -04:00
|
|
|
margin-left: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dot {
|
|
|
|
position:absolute;
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
|
|
|
border-radius: 18px;
|
2015-04-26 00:27:53 -04:00
|
|
|
background: white;
|
|
|
|
box-shadow: inset 5px 0 10px white;
|
2015-04-26 00:24:01 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dot.center {
|
|
|
|
/* Orders of margins are: top right bottom left */
|
2015-04-26 00:27:53 -04:00
|
|
|
margin: 39px 0 0 41px;
|
2015-04-26 00:24:01 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dot.dtop {
|
|
|
|
margin-top: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dot.dleft {
|
2015-04-26 00:27:53 -04:00
|
|
|
margin-left: 65px;
|
2015-04-26 00:24:01 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dot.dright {
|
2015-04-26 00:27:53 -04:00
|
|
|
margin-left: 16px;
|
2015-04-26 00:24:01 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dot.dbottom {
|
|
|
|
margin-top: 63px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dot.center.dleft {
|
2015-04-26 00:27:53 -04:00
|
|
|
margin: 38px 0 0 16px;
|
2015-04-26 00:24:01 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dot.center.dright {
|
2015-04-26 00:27:53 -04:00
|
|
|
margin: 38px 0 0 65px;
|
2015-04-26 00:24:01 -04:00
|
|
|
}
|
|
|
|
|