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 all skins */
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ActivityFeedMimic.css&only=styles";
.NavButton:hover .NavInfo, .NavButton:hover .AppInfo {
top: 0;
}
.NavButton {
width: 150px;
border: 1px solid #111111;
min-height: 150px;
background: #333333 center;
margin-bottom: 1em;
margin:0 auto;
position: relative;
overflow: hidden;
color: #FFF;
cursor: pointer;
-moz-box-shadow: 2px 2px 2px #000000;
-webkit-box-shadow: 2px 2px 2px #000000;
box-shadow: 2px 2px 2px #000000;
}