MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
| Line 6: | Line 6: | ||
head:after { | head:after { | ||
content: url('/var/www/html/mediawiki/resources/assets/favicon.ico'); | content: url('/var/www/html/mediawiki/resources/assets/favicon.ico'); | ||
} | |||
body { | |||
cursor: url('File:Cursor.png'), auto; | |||
} | } | ||
Revision as of 16:46, 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;
}