MediaWiki:Monobook.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
a:element{ | a:element{ | ||
cursor: url('http://wiki.screamerfanbase.com/images/4/4c/Cursor.png'), pointer; } | cursor: url('http://wiki.screamerfanbase.com/images/4/4c/Cursor.png'), pointer; } | ||
/***** CSS placed here will be applied to all skins on the entire site. *****/ | |||
/* Mark redirects in Special:Allpages and Special:Watchlist */ | |||
.allpagesredirect { | |||
font-style: italic; | |||
} | |||
.allpagesredirect:after { | |||
color: #808080; content: " (redirect)" | |||
} | |||
.watchlistredir { | |||
font-style: italic; | |||
} | |||
body { | |||
background-image: url('https://screamer.wiki/images/c/ca/TheScream.jpeg'); | |||
background-repeat: repeat; | |||
} |