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

Content deleted Content added
background images for Yandex
merge in responsive code
 
(20 intermediate revisions by the same user not shown)
Line 1:
/* === MediaWikiTemplate:ResourcesStyles/2015/landingpage2015_Trilogy_default.css === */
 
/* Hide these until the required JavaScript fiddling has been done */
#actual-form,
.consider-amounts {
display: none;
}
 
#actual-form-loading {
text-align: center;
line-height: 1.2;
}
.error-nojs {
max-width: 300px;
color: #800;
}
 
/* --- Hide default MediaWiki stuff we don't want --- */
Line 35 ⟶ 50:
padding-left: 0;
padding-right: 2em;
width: 100%;
}
body.rtl #appeal-wrapper {
padding-left: 2em;
padding-right: 0;
}
 
/* --- Appeal ---*/
 
#appeal-head {
font-size: 1.5em;
padding-bottom: 0.5em;
border-bottom: 1px solid #afafaf;
}
#appeal-body {
padding: 1em 0 0.2em 0;
font-size: 1.125em;
margin-bottom: 1em;
}
 
.quote-wrapper {
padding: 9em 0;
}
 
Line 53 ⟶ 86:
-webkit-box-sizing: border-box;
box-sizing: border-box;
transition: all 0.2s;
}
 
Line 63 ⟶ 95:
}
 
#donate-form-wrapper label,
#donate-form-wrapper input {
transition: all 0.2s;
}
 
/*
#donate-form-wrapper:before {
pointer-events: none;
Line 84 ⟶ 122:
@media only screen and (max-width: 981px) {
#donate-form-wrapper:before { display: none; }
}
*/
 
#form-wrapper input:focus,
#form-wrapper input:focus + label {
outline: 1px solid #999;
}
 
Line 156 ⟶ 200:
 
/* --- Donation Amounts --- */
 
#radiobuttons-table-body {
clear: both;
}
 
#radiobuttons-table {
Line 201 ⟶ 249:
 
.input_amount_other input {
direction: ltr;
display: block;
width: 80%;
margin: 0 auto;
background: #235375fff;
line-height: 1;
padding: .2em .5em;
border: 0;
outline: 0;
Line 218 ⟶ 267:
padding: .3em;
}
}
 
.input_amount_other input:hover {
background: #19415e;
}
.input_amount_other input:focus {
background: #fff;
color: #19415e;
}
 
.input_amount_other.checked input {
background: #fff;
}
.input_amount_other.checked input:hover {
background: #cbcbcb;
}
.input_amount_other.checked input:focus {
-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);
}
 
.radiobuttons-cell label:active,
.radiobuttons-cell input[type="radio"]:checked + label, {
background: #0f4b76 !important;
.radiobuttons-cell label.checked,
.input_amount_other.checked {
background: #0f4b76;
-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
Line 262 ⟶ 289:
border-radius: .3em;
border: 0;
outline: 0;
background-color: #eaeaea;
background-repeat: no-repeat;
Line 297 ⟶ 323:
.paymentmethod-amazon input,
.paymentmethod-bpay input,
.paymentmethod-ideal input,
.paymentmethod-enets input,
.paymentmethod-yandex input {
text-indent: -10000px;
Line 313 ⟶ 341:
.paymentmethod-bpay input {
background-image: url(//upload.wikimedia.org/wikipedia/donate/e/e3/BPAY_Landscape_MONO.gif);
}
.paymentmethod-ideal input {
background-image: url(//upload.wikimedia.org/wikipedia/donate/8/83/Ideal_logo.gif);
}
.paymentmethod-enets input {
background-image: url(//upload.wikimedia.org/wikipedia/donate/d/d4/Enets-logo.png);
}
.paymentmethod-yandex input {
Line 320 ⟶ 354:
background-image: url(//upload.wikimedia.org/wikipedia/donate/c/cb/Yandex_money_RU_logo.png);
}
.paymentmethod-pp-usd input {
 
background-image: url(//upload.wikimedia.org/wikipedia/donate/2/22/Paypal-USD-color.svg);
/* Don't mess with iDEAL and its weird capitalisation */
.paymentmethod-ideal .payment-method-button {
text-transform: none;
}
 
Line 403 ⟶ 435:
}
 
 
/* === end of MediaWiki:Resources/2015/landingpage.css === */
@media screen and (max-width: 981px) {
/* Text & Logo layout */
#content {
margin: 0;
padding: 0 1em 1em 1em;
}
 
#p-logo a {
width: 120px;
height: 120px;
background-size: 80%;
}
 
#form-wrapper, #donate {
display: block;
}
 
/* Hide appeal */
#appeal-wrapper {
margin-top: 60px;
display: block;
}
#appeal-head {
display: none;
}
#appeal-body {
padding-top: 0.2em;
}
.appeal-text-long, .appeal-text-short {
display: none;
}
div#infobox-wrapper, div#donor-policy-block {
width: 100%;
}
 
/* Smallprint and links */
div#donor-policy-block {
margin: 0;
padding: 0;
}
 
/* Footer */
div#footer {
margin: 0;
}
 
}
 
/* === end of Template:Styles/2015_Trilogy_default.css === */