/*

*/ *[data-pp] { margin: 0 auto; position: relative; } *[data-pp] > *[data-ps] { padding: 3px; height: 50px; outline: thin dotted #EBB666; cursor: pointer; position: relative; } *[data-pp] > *[data-ps]:before { content: ""; line-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #a1a1a1; opacity: 0.6; filter: alpha(opacity=60); } *[data-pp] > *[data-ps]:after { font-size: 1rem; font-weight: 300; content: "Edit"; text-align: center; margin-top: -0.7rem; position: absolute; top: 50%; right: 0; left: 0; } *[data-pp] > *[data-ps]:hover:before { opacity: 0.8; filter: alpha(opacity=80); } *[data-pp] > *[data-ps]:hover:after { font-weight: 400; } *[data-pp] > .add-ps { text-align: center; position: relative; width: 100%; min-height: 2rem; line-height: 2rem; cursor: pointer; } *[data-pp] > .add-ps:after { font-size: 1rem; font-weight: 300; content: "Add"; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #e0dbcb; } *[data-pp] > .add-ps:hover:after { font-weight: 400; background-color: #923132; }