MediaWiki:Common.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(cover nb logo)
m (make censorship banner bigger)
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;
width: 140px; height: 120px;
height: 50px;
top:-20px; left:-150px;
vertical-align: middle;
position: absolute; z-index:10;
text-align: center;
vertical-align: middle; text-align: center;
background-color: black;
background-color: black;
position: absolute;
top:20px; left:-150px;
z-index:10;
background-image: url(https://www.noisebridge.net/images/f/f3/Stop-censorship-small.png);
background-image: url(https://www.noisebridge.net/images/f/f3/Stop-censorship-small.png);
background-position: center center;
background-position: center center;

Revision as of 04:10, 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: 120px;
top:-20px; 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 }