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

Content deleted Content added
No edit summary
No edit summary
Line 84:
#donate-form-wrapper:before { display: none; }
}
 
/* --- Frequency options --- */
 
.frequency-options {
margin: 1em 0;
}
.frequency-options label {
background: #cacaca;
width: 49%;
float: left;
padding: .4em;
display: inline-block;
-moz-border-radius: .3em;
-webkit-border-radius: .3em;
border-radius: .3em;
font-size: 1.1em;
text-transform: uppercase;
text-align: center;
cursor: pointer;
}
 
.frequency-options label:first-child {
margin-right: 2%;
}
 
@media only screen and (max-width: 740px) {
.frequency-options label {
padding: .25em .4em .6em;
display: block;
font-size: .7em;
line-height: 1;
}
}
 
.frequency-options label:hover {
background: #afafaf;
}
.frequency-options label:active {
background: #d2d2d2;
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
}
.frequency-options label.checked {
background: #afafaf;
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
}
 
 
/* --- Donation Amounts --- */
Line 91 ⟶ 141:
.radiobuttons-cell {
width: 20%;
text-align: center;
}
 
Line 167 ⟶ 217:
border-radius: .3em;
}
.input_amount_other input:hover {
background: #19415e;
}