MediaWiki

MediaWiki:Common.css

From The Rockman EXE Zone Wiki

Revision as of 02:47, 30 December 2014 by Prof. 9 (talk | contribs)

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 */
.template_battlefield {
	padding: 72px 8px 0;
}

.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_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%);
}

.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%);
}

.template_battlefield img {
	display: block;
}