MediaWiki:Common.css: Difference between revisions
DoctorDalek (talk | contribs) No edit summary |
DoctorDalek (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
.mw-highlight pre { | .mw-highlight pre { | ||
font-size: 80%; | font-size: 80%; | ||
} | |||
.template-infobox { | |||
float: right; | |||
padding: 6px 14px; | |||
margin-left: 11px; | |||
background-color: #f8f9fa; | |||
} | |||
.template-infobox th { | |||
text-align: left; | |||
} | |||
.template-infobox span + p span, | |||
.template-infobox span + span, | |||
.template-infobox p + span, | |||
.template-infobox p { | |||
display: inline; | |||
} | |||
.template-infobox td span::after { | |||
content: ','; | |||
} | } |
Revision as of 05:57, 1 August 2023
/* CSS placed here will be applied to all skins */
.mw-logo-container {
display: none;
}
.mw-logo-icon {
width: auto;
}
.mw-highlight pre {
font-size: 80%;
}
.template-infobox {
float: right;
padding: 6px 14px;
margin-left: 11px;
background-color: #f8f9fa;
}
.template-infobox th {
text-align: left;
}
.template-infobox span + p span,
.template-infobox span + span,
.template-infobox p + span,
.template-infobox p {
display: inline;
}
.template-infobox td span::after {
content: ',';
}