2015-11-24 15:44:21 +00:00
|
|
|
#me>div>.fold1>.card:not(.selected){margin-right: -30px;transform:perspective(1000px) rotateY(30deg);}
|
|
|
|
#me>div>.fold2>.card:not(.selected){margin-right: -38px;transform:perspective(1000px) rotateY(38deg);}
|
|
|
|
#me>div>.fold3>.card:not(.selected){margin-right: -45px;transform:perspective(1000px) rotateY(45deg);}
|
2015-04-29 03:25:17 +00:00
|
|
|
|
2015-11-24 15:44:21 +00:00
|
|
|
#me>div>.fold1>.card:not(.selected):hover,
|
|
|
|
#me>div>.fold2>.card:not(.selected):hover,
|
|
|
|
#me>div>.fold3>.card:not(.selected):hover{margin-right: -8px;transform:perspective(1000px) rotateY(0);}
|
2015-04-29 03:25:17 +00:00
|
|
|
|
2015-11-24 15:44:21 +00:00
|
|
|
#me>div>.fold1>.card.start,
|
|
|
|
#me>div>.fold2>.card.start,
|
|
|
|
#me>div>.fold3>.card.start{transform:none;}
|
2015-04-29 03:25:17 +00:00
|
|
|
|
2015-11-24 15:44:21 +00:00
|
|
|
#me>div>div>.card:last-child{margin-right: -8px;}
|
|
|
|
#me>div>div>.card.last{margin-right: -8px;}
|
|
|
|
#me>div>div>.card.removing{margin-right: -52px !important;}
|