MediaWiki:Common.css
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)
- 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 */ html, body { height: 100%; width: 100%; padding: 0; margin: 0; } body { background: #4288ff url(/resources/assets/Wikibg_x3.png) repeat no-repeat fixed center bottom; } #mw-page-base { background-color: transparent; background-image: none; } .mw-body { /*background-color: rgba(66, 136, 255, 0.5);*/ background-color: rgba(209,248,255,0.67) } .info-box { float: right; } .item-info-box { width: 342px; height: 444px; background: url(/resources/assets/ItemInfoBox_x2.png) no-repeat center; margin-left: 15px; margin-bottom: 15px; } .item-info-box .item-name { width: 100%; text-align: center; margin-top: 12px; font-size: 14pt; }