MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
m (theeeerre it is...)
(replaced old infobox styles)
Line 19: Line 19:


/* Infobox */
/* Infobox */
.infobox { float: right; margin: 0 0 1em 1em; border: 1px solid #5a7db5; border-collapse: collapse; width: 22em; background-color: #f6f6f6; font-size: .95em; text-align: left; }
.infobox { margin: 0 0 1em 1em; }
.infobox .title { text-align: center; }
.infobox table { margin: 0px; border: 1px solid #5a7db5; border-collapse: collapse; width: 100%; height: 100%; font-size: .95em; }
.infobox th, .infobox td { border: 1px solid #5a7db5; }
.infobox th, .newinfobox td { border: 1px solid #5a7db5; padding: 0px; }
 
.newinfobox table { margin: 0px; border: 1px solid #5a7db5; border-collapse: collapse; width: 100%; height: 100%; font-size: .95em; }
.newinfobox th, .newinfobox 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; border-right: 1px solid #5a7db5; vertical-align: middle; padding: 1px; }