MediaWiki:Common.css
From The Rockman EXE Zone Wiki
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 */ @font-face { font-family: 'TREZ-Icons'; src: url('/assets/fonts/icomoon-trez-icons.woff') format('woff'); } #tagline { display: none; } .toc span.toctext span sup { font-size: 90%; position: absolute; } .toc span.toctext span sub { font-size: 90%; } figure>blockquote+figcaption::before { content: '—\a0' } footer { display: none; } h2, h3 { clear: both; } .template_stack { display: inline-flex; flex-direction: column; align-items: center; font-family: monospace, monospace; font-size: 0.6em; transform: translateY(-50%) scaleX(1.25); width: 1.67ch; } .template_stack > span { line-height: 75%; } .template_battlefield { padding: 72px 0 0; overflow: hidden; image-rendering: pixelated; } .template_battlefield table { border-collapse: collapse; border-spacing: 0; margin: 0 !important; display: table; width: auto !important; } .template_battlefield th, .template_battlefield td { border: none !important; padding: 0 !important; position: relative; vertical-align: middle !important; } .template_battlefield td { margin: 0; height: 8px; line-height: 0; } .template_battlefield p { display: none; } .template_battlefield_obj-red { position: absolute; bottom: 0; left: 50%; -moz-transform: scaleX(-1) translateX(50%); -o-transform: scaleX(-1) translateX(50%); -webkit-transform: scaleX(-1) translateX(50%); transform: scaleX(-1) translateX(50%); z-index: 100; } .template_battlefield_obj-blue { position: absolute; bottom: 0; left: 50%; -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 100; } .template_battlefield_obj-red.template_battlefield_obj-boulder img, .template_battlefield_obj-red.template_battlefield_obj-boulder-bn3 img, .template_battlefield_obj-red.template_battlefield_obj-boulder-bn4 img, .template_battlefield_obj-red.template_battlefield_obj-videoman-tape1 img, .template_battlefield_obj-red.template_battlefield_obj-videoman-tape2 img { -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1); transform: scaleX(-1); } .template_battlefield_obj-burnerman-heatchaser2, .template_battlefield_obj-burnermanomega-heatchaser2, .template_battlefield_obj-colonel, .template_battlefield_obj-colonelds .template_battlefield_obj-darkcolonel, { bottom: -1px !important; } .template_battlefield_obj-punk { bottom: -2px !important; } .template_battlefield_obj-heatman, .template_battlefield_obj-heatman-bcc, .template_battlefield_obj-burnerman-heatchaser1, .template_battlefield_obj-burnermanomega-heatchaser1, .template_battlefield_obj-knightman-exe45, .template_battlefield_obj-knightmands, .template_battlefield_obj-knightmanomega, .template_battlefield_obj-heatman-bn6 { bottom: -3px !important; } .template_battlefield_obj-bass-bn2, .template_battlefield_obj-bassdeluxe, .template_battlefield_obj-bass-bn3, .template_battlefield_obj-bassgs, .template_battlefield_obj-cache2nd, .template_battlefield_obj-cache2nd-shield { bottom: -4px !important; } .template_battlefield_obj-stoneman { bottom: -5px !important; } .template_battlefield_obj-knightman, .template_battlefield_obj-knightman2, .template_battlefield_obj-gospel { bottom: -7px !important; } .template_battlefield_obj-scutz-bn3, .template_battlefield_obj-scuttle-bn3, .template_battlefield_obj-scuttler-bn3, .template_battlefield_obj-scuttzer-bn3, .template_battlefield_obj-scuttlest-bn3, .template_battlefield_obj-scuttleomega { bottom: -8px !important; } .template_battlefield_obj-knightman-bcc { bottom: -9px !important; } .template_battlefield_obj-scutz, .template_battlefield_obj-scuttle, .template_battlefield_obj-scuttler, .template_battlefield_obj-scuttzer, .template_battlefield_obj-scuttlest { bottom: -10px !important; } .template_battlefield_obj-alpha, .template_battlefield_obj-gregar { bottom: -11px !important; } .template_battlefield_obj-trojanhorse { bottom: -12px !important; } .template_battlefield_obj-videoman-tape2 { bottom: -20px !important; } .template_battlefield_obj-nebulagray { bottom: -21px !important; } .template_battlefield_obj-duo, .template_battlefield_obj-duoomega { bottom: -25px !important; } .template_battlefield_obj-falzar { bottom: -49px !important; } .template_battlefield_obj-videoman-tape1 { bottom: -68px !important; } .template_battlefield_obj-cacheserver { z-index: 99; } .template_battlefield img { display: block; max-width: none; } .template_battle { display: inline-block; } .template_battle table { margin: 0 !important; min-width: unset !important; max-width: unset !important; } .template_battle td, .template_battle th { vertical-align: middle !important; } table.wikitable { display: inline-block; max-width: 100%; overflow-x: auto; border: none !important; } .wikitable.center { margin-left: auto; margin-right: auto; } .template_code-minitable-row { display: flex; margin: 0.5em 0; } .template_code-minitable-row:first-child, .template_code-minitable-row:last-child { margin: 0; } .template_code-minitable-row > *:first-child { white-space: nowrap; margin-right: 1em; }