MediaWiki:Vector.css

From Screamer Wiki
Revision as of 02:33, 24 August 2019 by Lawiki (talk | contribs) (Replaced content with "→‎CSS placed here will affect users of the Vector skin: @import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif") body {font-family: "Noto Sans", san...")
Jump to: navigation, 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.
/* CSS placed here will affect users of the Vector skin */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans|Noto+Serif")
body {font-family: "Noto Sans", sans-serif}
/* changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text) */

/* 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/Link.png'), pointer; }
 
a:hover{
  cursor: url('http://wiki.screamerfanbase.com/images/f/fd/Link.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; }