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

Content deleted Content added
No edit summary
No edit summary
Line 155:
/* --- Donation Amounts --- */
 
#radiobuttons-table {
width: 100%;
margin-bottom: 1em;
Line 255:
background-repeat: no-repeat;
background-position: center center;
-moz-box-shadow: inset 0 14px 16px rgba(255,255,255,.755), inset 0 0 7px #fff;
-webkit-box-shadow: inset 0 14px 16px rgba(255,255,255,.755), inset 0 0 7px #fff;
box-shadow: inset 0 14px 16px rgba(255,255,255,.755), inset 0 0 7px #fff;
background-size: auto 65%;
border: 1px solid #ddd;
width: 100%;
height: 3em;
Line 280 ⟶ 279:
 
.payment-method-button:hover {
background-color: #e1e1e1f2f2f2;
}
 
.payment-method-button:active {
background-color: #f9f9f9f2f2f2;
-moz-box-shadow: inset 0 14px 16px rgba(255,255,255,.755), 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,.755), inset 0 0 7px #fff, inset 0 1px 3px rgba(0,0,0,.25);
box-shadow: inset 0 14px 16px rgba(255,255,255,.755), inset 0 0 7px #fff, inset 0 1px 3px rgba(0,0,0,.25);
}