12,652
editsno edit summary
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 68: | Line 68: | ||
align-content: center; | align-content: center; | ||
overflow: hidden; | overflow: hidden; | ||
} | |||
.mw-ads-ramp #bg3wiki-header-ad { | |||
width: 320px; | |||
height: 50px; | |||
} | } | ||
Line 78: | Line 82: | ||
/* Ad banner is 468px. Add another 16px as padding. */ | /* Ad banner is 468px. Add another 16px as padding. */ | ||
max-width: calc(100% - 468px - 16px); | max-width: calc(100% - 468px - 16px); | ||
} | |||
.mw-ads-ramp #firstHeading { | |||
margin-top: 12px; | |||
max-width: calc(100% - 320px - 16px); | |||
} | } | ||
.mw-ads-enabled .mw-indicators { | .mw-ads-enabled .mw-indicators { | ||
Line 144: | Line 152: | ||
visitors, as they may want to use that. */ | visitors, as they may want to use that. */ | ||
.mw-anonymous #p-Special, | .mw-anonymous #p-Special, | ||
.mw-anonymous #p-tb { | .mw-anonymous #p-tb, | ||
.mw-anonymous #p-VisualData { | |||
display: none; | display: none; | ||
} | } | ||
Line 255: | Line 264: | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
body.theme-dark-grey #n-Payment a::after { | |||
content: " (!!!)"; | |||
} | } | ||