MediaWiki:Common.css

From Chronicles of Torisia
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*@import url("/wiki/index.php?title=MediaWiki:MainPage.css&action=raw&ctype=text/css"); pretty main page
@import url("/wiki/index.php?title=MediaWiki:Leaflet.css&action=raw&ctype=text/css");  INTERACTIVE MAP
@import url("/wiki/index.php?title=MediaWiki:WorldMap.css&action=raw&ctype=text/css"); pretty world map
@import url("/wiki/index.php?title=MediaWiki:Infobox.css&action=raw&ctype=text/css"); infoboxes
@import url("/wiki/index.php?title=MediaWiki:TableGraphics.css&action=raw&ctype=text/css"); table graphics
@import url("/wiki/index.php?title=MediaWiki:WorldMapFilter.css&action=raw&ctype=text/css"); pretty map filter
*/
html, body {
  cursor: url("/public/mouseCursorSmall.png"), auto !important;
}
html * {
  cursor: inherit !important;
}

a:hover,
a:hover * {
  cursor: url("/public/pointerCursorSmall.png"), pointer !important;
}

/*cute typing cursor
[style*="cursor: text"],
textarea,
input[type="text"],
input[type="search"],
input[type="url"],
input[type="email"],
p,
span,
div[contenteditable="true"] {
  cursor: url("/public/typingCursorSmall.png"), text !important;
}*/