MediaWiki:Monobook.css: Difference between revisions
From Screamer Wiki
m (Reverted edits by Lawiki1534 (talk) to last revision by TabbyGarf) Tag: Rollback |
No edit summary |
||
Line 4: | Line 4: | ||
} | } | ||
/* Cursors */ | /* Cursors */ | ||
Revision as of 03:45, 3 May 2021
/* Classic Screamercheckwer Wiki easter egg on Archive namespace */
.ns-1000 .mw-wiki-logo {
background-image: url(https://screamer.wiki/resources/assets/ScreamerCheckerEgg.png);
}
/* Cursors */
body {
cursor: url('http://wiki.screamerfanbase.com/images/4/4c/Cursor.png'), pointer; HEIGHT=40 WIDTH=30}
a:link {
cursor: url('http://wiki.screamerfanbase.com/images/f/fd/Linkl.png'), pointer; }
a:hover{
cursor: url('http://wiki.screamerfanbase.com/images/f/fd/Linkl.png'), pointer; }
a:active{
cursor: url('http://wiki.screamerfanbase.com/images/c/ce/Press.png'), pointer; }
a:element{
cursor: url('http://wiki.screamerfanbase.com/images/4/4c/Cursor.png'), pointer; }