Template:Styles/2015 Trilogy default.css: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 155: Line 155:
/* --- Donation Amounts --- */
/* --- Donation Amounts --- */


#radiobuttons-table {
#radiobuttons-table {
width: 100%;
width: 100%;
margin-bottom: 1em;
margin-bottom: 1em;
Line 255: Line 255:
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: center center;
background-position: center center;
-moz-box-shadow: inset 0 14px 16px rgba(255,255,255,.75), inset 0 0 7px #fff;
-moz-box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff;
-webkit-box-shadow: inset 0 14px 16px rgba(255,255,255,.75), inset 0 0 7px #fff;
-webkit-box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff;
box-shadow: inset 0 14px 16px rgba(255,255,255,.75), inset 0 0 7px #fff;
box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff;
background-size: auto 65%;
background-size: auto 65%;
border: 1px solid #ddd;
width: 100%;
width: 100%;
height: 3em;
height: 3em;
Line 280: Line 279:


.payment-method-button:hover {
.payment-method-button:hover {
background-color: #e1e1e1;
background-color: #f2f2f2;
}
}


.payment-method-button:active {
.payment-method-button:active {
background-color: #f9f9f9;
background-color: #f2f2f2;
-moz-box-shadow: inset 0 14px 16px rgba(255,255,255,.75), inset 0 0 7px #fff, 0 1px 3px rgba(0,0,0,.25);
-moz-box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff, inset 0 1px 3px rgba(0,0,0,.25);
-webkit-box-shadow: inset 0 14px 16px rgba(255,255,255,.75), inset 0 0 7px #fff, 0 1px 3px rgba(0,0,0,.25);
-webkit-box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff, inset 0 1px 3px rgba(0,0,0,.25);
box-shadow: inset 0 14px 16px rgba(255,255,255,.75), inset 0 0 7px #fff, 0 1px 3px rgba(0,0,0,.25);
box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff, inset 0 1px 3px rgba(0,0,0,.25);
}
}