MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
http://americancensorship.org/ link |
||
| Line 7: | Line 7: | ||
border-bottom: 1px solid #aaa; | border-bottom: 1px solid #aaa; | ||
} | } | ||
/* americancensorship.org css banner */ | |||
#bodyContent span.americancensorshipdotorg a.external { | |||
width: 120px; | |||
height: 45px; | |||
vertical-align: middle; | |||
text-align: center; | |||
background-color: black; | |||
position: absolute; | |||
top: 100px; | |||
top:0; | |||
right:30%; | |||
height:50px; | |||
background-image: url(https://www.noisebridge.net/images/f/f3/Stop-censorship-small.png); | |||
background-position: center center; | |||
background-repeat: no-repeat; | |||
} | |||
#bodyContent span.americancensorshipdotorg a span { display:none } | |||
Revision as of 03:06, 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 */
#bodyContent span.americancensorshipdotorg a.external {
width: 120px;
height: 45px;
vertical-align: middle;
text-align: center;
background-color: black;
position: absolute;
top: 100px;
top:0;
right:30%;
height:50px;
background-image: url(https://www.noisebridge.net/images/f/f3/Stop-censorship-small.png);
background-position: center center;
background-repeat: no-repeat;
}
#bodyContent span.americancensorshipdotorg a span { display:none }