MediaWiki:Common.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
m (fix americancensorship.org css)
(cover nb logo)
Line 10: Line 10:


/* americancensorship.org css banner */
/* americancensorship.org css banner */
div#p-logo { z-index: 0 }
span.americancensorshipdotorg a.external {
span.americancensorshipdotorg a.external {
width: 120px;
width: 140px;
height: 45px;
height: 50px;
vertical-align: middle;
vertical-align: middle;
text-align: center;
text-align: center;
background-color: black;
background-color: black;
position: absolute;
position: absolute;
top: 100px;
top:20px; left:-150px;
top:0;
z-index:10;
right:10%;
height:50px;
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 03:24, 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: 50px;
vertical-align: middle;
text-align: center;
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-position: center center;
background-repeat: no-repeat;
}
span.americancensorshipdotorg a span { display:none }