Mobile.css: Difference between revisions
From The Rockman EXE Zone Wiki
No edit summary |
No edit summary |
||
Line 53: | Line 53: | ||
.template_battlefield_obj-heatman { | .template_battlefield_obj-heatman { | ||
bottom: -3px !important; | bottom: -3px !important; | ||
} | |||
.template_battlefield_obj-bass-bn2, | |||
.template_battlefield_obj-bassdeluxe { | |||
bottom: -4px !important; | |||
} | } | ||
.template_battlefield_obj-stoneman { | .template_battlefield_obj-stoneman { |
Revision as of 01:09, 31 May 2015
/* CSS placed here will be applied to all skins */ .toc span.toctext span sup { font-size: 90%; position: absolute; } .toc span.toctext span sub { font-size: 90%; } .template_battlefield { padding: 72px 0 0; overflow-x: hidden; } .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%); 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-heatman { bottom: -3px !important; } .template_battlefield_obj-bass-bn2, .template_battlefield_obj-bassdeluxe { bottom: -4px !important; } .template_battlefield_obj-stoneman { bottom: -5px !important; } .template_battlefield_obj-knightman, .template_battlefield_obj-gospel { bottom: -7px !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 img { display: block; } .template_battle { display: inline-block; } .template_battle table { margin: 0 !important; } .template_battle td, .template_battle th { vertical-align: middle !important; }