MediaWiki:Common.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(http://americancensorship.org/ link)
m (fix americancensorship.org css)
Line 10: Line 10:


/* americancensorship.org css banner */
/* americancensorship.org css banner */
#bodyContent span.americancensorshipdotorg a.external {
span.americancensorshipdotorg a.external {
width: 120px;
width: 120px;
height: 45px;
height: 45px;
Line 19: Line 19:
top: 100px;
top: 100px;
top:0;
top:0;
right:30%;
right:10%;
height:50px;
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);
Line 25: Line 25:
background-repeat: no-repeat;
background-repeat: no-repeat;
}
}
#bodyContent span.americancensorshipdotorg a span { display:none }
span.americancensorshipdotorg a span { display:none }

Revision as of 03:11, 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 */
span.americancensorshipdotorg a.external {
width: 120px;
height: 45px;
vertical-align: middle;
text-align: center;
background-color: black;
position: absolute;
top: 100px;
top:0;
right:10%;
height:50px;
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 }