MediaWiki:Citizen.css: Difference between revisions
Appearance
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 5: | Line 5: | ||
} |
} |
||
#header-pagetitle { |
|||
.mw-logo-wordmark { |
|||
font-family: EurostileExtended; |
font-family: EurostileExtended; |
||
} |
} |
||
Revision as of 19:50, 19 January 2023
/* All CSS here will be loaded for users of the Citizen skin */
html {
--width-layout: 1600px;
}
#header-pagetitle {
font-family: EurostileExtended;
}
/* width */
.mw-body-header,
.citizen-body {
max-width: 1280px;
}
/* Fixing navbox space */
.navbox .citizen-body table, .mw-body-content table {
margin-top: 0;
}
/* Centering navbox h3 titles */
.client-js .section-subheading {
display: flex;
}
.navbox-title .section-subheading {
display: inherit;
}
.thumb .thumbinner a.new {
display: inline;
padding: inherit;
background-color: transparent;
}
.citizen-body a.image, .mw-body-content a.image {
display: inline;
}