MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: .az-infobox { font-size: 0.85em; width: 300px; margin: 0.5em 0 1em 1em; border-collapse: collapse; box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1); float: right; table-layout: fixed; } .az-infobox infobox-header{ color: #fff; font-size: 1.15em; line-height: 1.4em; background: var(--body-dark); padding: 0.5em 0; white-space: normal; }" |
No edit summary |
||
| Line 12: | Line 12: | ||
} | } | ||
.az-infobox infobox-header{ | .az-infobox .infobox-header{ | ||
color: #fff; | color: #fff; | ||
font-size: 1.15em; | font-size: 1.15em; | ||
Revision as of 18:56, 23 June 2025
/* CSS placed here will be applied to all skins */
.az-infobox {
font-size: 0.85em;
width: 300px;
margin: 0.5em 0 1em 1em;
border-collapse: collapse;
box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0, 0, 0, 0.1);
float: right;
table-layout: fixed;
}
.az-infobox .infobox-header{
color: #fff;
font-size: 1.15em;
line-height: 1.4em;
background: var(--body-dark);
padding: 0.5em 0;
white-space: normal;
}