MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→Concordia Infobox: .infobox { float: right; clear: right; margin: 0 0 1em 1em; width: 300px; background: #0f1424; color: #e6ebff; border: 1px solid #29365d; border-radius: 8px; font-size: 90%; } .infobox th { background:#131b33; padding:8px; text-align:center; font-weight:700; border-bottom:1px solid #29365d; } .infobox td { padding:6px 10px; border-bottom:1px solid #29365d; } .infobox .ib-image { text-align:center; padding:8px; }" |
(No difference)
|
Latest revision as of 12:05, 6 September 2025
/* Concordia Infobox */
.infobox {
float: right;
clear: right;
margin: 0 0 1em 1em;
width: 300px;
background: #0f1424;
color: #e6ebff;
border: 1px solid #29365d;
border-radius: 8px;
font-size: 90%;
}
.infobox th {
background:#131b33;
padding:8px;
text-align:center;
font-weight:700;
border-bottom:1px solid #29365d;
}
.infobox td { padding:6px 10px; border-bottom:1px solid #29365d; }
.infobox .ib-image { text-align:center; padding:8px; }