MediaWiki:Vector.css

From MTG Wiki
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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/** CSS placed here will be applied to users of the Vector skin */
 ol.references > li:target {
     background-color: #DEF;
 }
 
 sup.reference:target { 
     background-color: #DEF;
 }

.deck { border: 4px outset #869BBF; border-spacing: 0px; }
.deck .sectiontitle { font-weight: bold; margin-left:-5px; }
.deck a { text-decoration:none; }
.deck th { padding: 5px; margin: 0px; border-bottom: 2px outset #869BBF; text-align: left; font-weight: bold; color: #FFF; background: #869BBF; }
.deck .download { font-weight: normal; float: right; }
.deck td { padding: 10px; margin: 0px; vertical-align: top; }
.deck td.sideboard { border-left: 2px ridge #CECEEF; }
body.page-Main_Page h1.firstHeading { display:none; }