MediaWiki:Common.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (make censorship banner bigger)
m (slightly smaller)
Line 12: Line 12:
div#p-logo { z-index: 0 }
div#p-logo { z-index: 0 }
span.americancensorshipdotorg a.external {
span.americancensorshipdotorg a.external {
width: 140px; height: 120px;
width: 140px; height: 100px;
top:-20px; left:-150px;
top:-10px; left:-150px;
position: absolute; z-index:10;
position: absolute; z-index:10;
vertical-align: middle; text-align: center;
vertical-align: middle; text-align: center;

Revision as of 04:12, 16 November 2011

/** CSS placed here will be applied to all skins */

body { background: #d9d9d9 }

#footer {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}


/* americancensorship.org css banner */
div#p-logo { z-index: 0 }
span.americancensorshipdotorg a.external {
width: 140px; height: 100px;
top:-10px; left:-150px;
position: absolute; z-index:10;
vertical-align: middle; text-align: center;
background-color: black;
background-image: url(https://www.noisebridge.net/images/f/f3/Stop-censorship-small.png);
background-position: center center;
background-repeat: no-repeat;
}
span.americancensorshipdotorg a span { display:none }