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,.
-webkit-box-shadow: inset 0 14px 16px rgba(255,255,255,.
box-shadow: inset 0 14px 16px rgba(255,255,255,.
background-size: auto 65%;
width: 100%;
height: 3em;
Line 280 ⟶ 279:
.payment-method-button:hover {
background-color: #
}
.payment-method-button:active {
background-color: #
-moz-box-shadow: inset 0 14px 16px rgba(255,255,255,.
-webkit-box-shadow: inset 0 14px 16px rgba(255,255,255,.
box-shadow: inset 0 14px 16px rgba(255,255,255,.
}
|