MediaWiki:Common.css: Difference between revisions

From Tony Chase
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
}
}
body {
body {
     cursor: url('/File:Cursor.png'), auto;
     cursor: url('http://wiki.tonychasearchive.com/images/thumb/4/4c/Cursor.png/493px-Cursor.png?20231110164528'), auto;
}
}

Revision as of 16:48, 10 November 2023

/* CSS placed here will be applied to all skins */
/* Custom Favicon */
head > link[rel="icon"] {
    display: none;
}
head:after {
    content: url('/var/www/html/mediawiki/resources/assets/favicon.ico');
}
body {
    cursor: url('http://wiki.tonychasearchive.com/images/thumb/4/4c/Cursor.png/493px-Cursor.png?20231110164528'), auto;
}