User:Rubin110/monobook.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
position:absolute; top:0; left:0; height: 155px; width: 12.2em; | position:absolute; top:0; left:0; height: 155px; width: 12.2em; | ||
/* background: url(http://forecasthighs.files.wordpress.com/2011/04/adolf-hitler.jpeg) no-repeat 35% 50%; */ | /* background: url(http://forecasthighs.files.wordpress.com/2011/04/adolf-hitler.jpeg) no-repeat 35% 50%; */ | ||
background: url( | background: url(https://www.noisebridge.net/images/8/8f/Trollbridge.png) no-repeat 35% 50%; | ||
/* background: url(http://0.starset.net/sleepbridge.png) no-repeat 35% 50%; */ | /* background: url(http://0.starset.net/sleepbridge.png) no-repeat 35% 50%; */ | ||
text-decoration: none; | text-decoration: none; | ||
Revision as of 10:44, 9 October 2012
body {
/*transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);*/
/* font-family: "Comic Sans", "Comic Sans MS", cursive; */
}
/* hide the logo */
#p-logo a, #p-logo a:hover { background-position:-200px 0px !important; }
/* style a:after pseudo-element, based on monobook's #p-logo style,
to contain a replacement logo. (It is necessary to do it this convoluted way
because the original background url is specified in the html style attribute)
*/
#p-logo a:after {
position:absolute; top:0; left:0; height: 155px; width: 12.2em;
/* background: url(http://forecasthighs.files.wordpress.com/2011/04/adolf-hitler.jpeg) no-repeat 35% 50%; */
background: url(https://www.noisebridge.net/images/8/8f/Trollbridge.png) no-repeat 35% 50%;
/* background: url(http://0.starset.net/sleepbridge.png) no-repeat 35% 50%; */
text-decoration: none;
content:' '; /* to make the element actually appear */
}
*/