mediawiki-skins-MinervaNeue/resources/skins.minerva.base.styles/print/article.less
libraryupgrader 842a91590a build: Updating npm dependencies
* eslint-config-wikimedia: 0.27.0 → 0.28.2
  The following rules are failing and were disabled:
  * tests/selenium:
    * implicit-arrow-linebreak
    * no-mixed-spaces-and-tabs
* grunt-banana-checker: 0.11.1 → 0.13.0
* stylelint-config-wikimedia: 0.16.1 → 0.17.2
  The following rules no longer exist and were removed:
  * stylistic/selector-list-comma-newline-after
* braces: 3.0.2 → 3.0.3
  * https://github.com/advisories/GHSA-grv7-fg5c-xmjg

Change-Id: Ia94454c1da778f241085714e1601a0233d547570
2024-08-01 15:27:33 +01:00

136 lines
1.9 KiB
Plaintext

/* stylelint-disable selector-max-id */
@import '../../../minerva.less/minerva.variables.less';
@import '../../../minerva.less/minerva.mixins.less';
@dividerHeight: 2px;
@dividerSpacing: 28px;
.hatnote,
.pre-content #p-views {
display: none;
}
.pre-content {
display: block;
padding: 51px 0 35px;
h1 {
font-size: 70px;
font-weight: normal;
font-style: italic;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
text-align: left;
color: @color-print;
}
.tagline {
font-size: 36px;
}
}
.content {
padding-top: 55px;
position: relative;
&::before {
top: 0;
}
}
.thumbinner {
width: auto !important;
// Force image link to take up maximum available space so that
// the thumbnail inside can be aligned left rather than centered
> a {
width: 100%;
}
}
.thumb {
position: relative;
padding: (@dividerSpacing*2) + @dividerHeight 0 !important;
text-align: left;
margin: 0 !important;
&::after {
bottom: @dividerHeight + @dividerSpacing;
}
}
.thumb::after,
.content::before {
position: absolute;
left: 0;
content: '';
display: block;
width: 55px;
height: @dividerHeight;
// `background` used as `border`.
background: @border-color-print;
}
.thumbcaption {
margin-top: 23px !important;
width: 100%;
font-style: italic;
font-size: 28px;
}
.mw-body-content {
font-size: 36px;
a {
text-decoration: underline;
color: @color-print;
}
blockquote {
color: @color-print-subtle;
padding: 5px 39px;
font-style: italic;
}
.mw-heading,
h1,
h2,
h3,
h4,
h5,
h6 {
border-bottom: 0;
padding-bottom: 0;
margin-bottom: 16px;
}
.mw-heading2,
h2 {
font-size: 48px;
}
.mw-heading3,
h3 {
font-size: 40px;
margin-bottom: 13px;
}
.mw-heading4,
.mw-heading5,
.mw-heading6,
h4,
h5,
h6 {
font-size: 36px;
margin-bottom: 12px;
}
.wikitable {
font-size: 16px;
}
.infobox {
font-size: 30px;
}
}