MediaWiki:Common.css: Difference between revisions
| IssuePress (talk | contribs) mNo edit summary | IssuePress (talk | contribs)  mNo edit summary | ||
| Line 45: | Line 45: | ||
| } | } | ||
| .rootpage-Main_Page header, | .rootpage-Main_Page .mw-body-header, | ||
| .rootpage-Main_Page .vector-page-toolbar { | .rootpage-Main_Page .vector-page-toolbar { | ||
|    display: none; |    display: none; | ||
| } | } | ||
Revision as of 07:36, 1 December 2024
/* CSS placed here will be applied to all skins */
.infobox {
	font-size: .875rem;
    background: #f2f2f2;
    float: right;
    margin: 0 0 1rem 1rem;
    padding: 1.375rem 1rem;
    max-width: 350px;
    width: auto;
    border-radius: 1rem;
}
.infobox-image {
    text-align: center;
}
.infobox th {
    text-align: left;
    vertical-align: top;
    padding: .125rem .5rem;
}
.infobox td {
    vertical-align: top;
    padding: .125rem .5rem;
}
th.infobox-title {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
.infobox .infobox-header {
	font-size: .875rem;
	font-weight: bold;
	text-align: center;
	padding-top:.5rem;
}
.infobox .infobox-subheader {
	font-size: .75rem;
	font-weight: 600;
	text-align: center;
}
.rootpage-Main_Page .mw-body-header,
.rootpage-Main_Page .vector-page-toolbar {
  display: none;
}