MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
m
infobox subcell border and padding adjustments
mNo edit summary
m (infobox subcell border and padding adjustments)
Line 23: Line 23:
.infobox th, .infobox td { border: 1px solid #5a7db5; padding: 0px; }
.infobox th, .infobox td { border: 1px solid #5a7db5; padding: 0px; }
.multicell { display: table; width: 100%; height: 100%; }
.multicell { display: table; width: 100%; height: 100%; }
.subcell { display: table-cell; border-right: 1px solid #5a7db5; vertical-align: middle; padding: 1px; }
.subcell { display: table-cell; vertical-align: middle; padding: 2px; }
.subcell + .subcell { border-left: 1px solid #5a7db5; }


.infobox-hostile, .infobox-hostile .title, .infobox-hostile th, .infobox-hostile td, .infobox-hostile .subcell { border-color: red; }
.infobox-hostile, .infobox-hostile .title, .infobox-hostile th, .infobox-hostile td, .infobox-hostile .subcell { border-color: red; }