MediaWiki:Common.css
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 be applied to all skins */
.templatequote {
border-left: 4px solid #eaecf0;
padding: 8px 32px;
}
.display-tile {
background-repeat: no-repeat;
display: inline-block;
vertical-align: middle;
background-size: 512px 512px;
width: 32px;
height: 32px;
}
#entity .display-tile {
background-image: url('//images/d/d4/DDNet_entities_overlay.png');
}
#game .display-tile {
background-image: url('//images/3/3d/DDNet_editor_entities.png');
}
#front .display-tile {
background-image: url('//images/2/27/DDNet_editor_front.png');
}
#tele .display-tile {
background-image: url('//images/4/45/DDNet_editor_tele.png');
}
#speedup .display-tile {
background-image: url('//images/f/ff/DDNet_editor_speedup.png');
}
#switch .display-tile {
background-image: url('//images/8/8e/DDNet_editor_switch.png');
}
#tune .display-tile {
background-image: url('//images/6/64/DDNet_editor_tune.png');
}