MediaWiki:Common.css: Difference between revisions
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('/File:Cursor.png'), auto; | ||
} | } |
Revision as of 16:47, 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('/File:Cursor.png'), auto; }