MediaWiki:Vector.css

From Wikiwel
Share/Save/Bookmark
Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Vector skin */
/* Make clickable text on links invisible. */
#n-hi1 {
color:#f6f6f6;
font-size:0em;
}

#n-hi1:hover ::after, #n-hi1 ::after {
content: '';
display:inline-block;
width: 140px;
height: 140px;

background: url('https://wikiwel.com/wikihealing/images/5/55/2249eb63f5f21bbcd78fe2cfaf110a9d.jpg');
}

/* Every image need to have its own rule defined. */
#n-hi1::after{
background: url('https://wikiwel.com/wikihealing/images/5/55/2249eb63f5f21bbcd78fe2cfaf110a9d.jpg');
}

#n-hi1:hover ::after {
background: url('https://wikiwel.com/wikihealing/images/5/55/2249eb63f5f21bbcd78fe2cfaf110a9d.jpg');
}
#n-hi1:hover ::after, #n-hi1 ::after{
background-repeat: no-repeat;
background-size: contain;
}

#mw-panel .portal .body li#n-hi1 {
font-size:0em;
padding:5px;
}