2019-08-08 20:01:03 +00:00
|
|
|
@import '../../../minerva.less/minerva.variables.less';
|
|
|
|
@import '../../../minerva.less/minerva.mixins.less';
|
2017-07-12 15:12:40 +00:00
|
|
|
|
|
|
|
@dividerHeight: 2px;
|
|
|
|
@dividerSpacing: 28px;
|
|
|
|
|
2019-11-26 05:02:40 +00:00
|
|
|
// stylelint-disable-next-line selector-max-id
|
|
|
|
.hatnote,
|
|
|
|
.pre-content #page-actions {
|
2017-07-12 15:12:40 +00:00
|
|
|
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;
|
2023-04-09 13:49:29 +00:00
|
|
|
color: @color-print;
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tagline {
|
|
|
|
font-size: 36px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-11-23 12:06:18 +00:00
|
|
|
.content {
|
2017-07-12 15:12:40 +00:00
|
|
|
padding-top: 55px;
|
|
|
|
position: relative;
|
2018-12-12 23:20:10 +00:00
|
|
|
|
2023-03-31 19:50:36 +00:00
|
|
|
&::before {
|
2017-07-12 15:12:40 +00:00
|
|
|
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;
|
|
|
|
|
2023-03-31 19:50:36 +00:00
|
|
|
&::after {
|
2017-07-12 15:12:40 +00:00
|
|
|
bottom: @dividerHeight + @dividerSpacing;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-03-31 19:50:36 +00:00
|
|
|
.thumb::after,
|
|
|
|
.content::before {
|
2017-07-12 15:12:40 +00:00
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 55px;
|
|
|
|
height: @dividerHeight;
|
2023-04-09 13:49:29 +00:00
|
|
|
// `background` used as `border`.
|
|
|
|
background: @border-color-print;
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.thumbcaption {
|
|
|
|
margin-top: 23px !important;
|
|
|
|
width: 100%;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 28px;
|
|
|
|
}
|
|
|
|
|
2022-11-23 12:06:18 +00:00
|
|
|
.mw-body-content {
|
2017-07-12 15:12:40 +00:00
|
|
|
font-size: 36px;
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
2023-04-09 13:49:29 +00:00
|
|
|
color: @color-print;
|
2017-07-12 15:12:40 +00:00
|
|
|
}
|
|
|
|
|
2018-10-13 18:55:34 +00:00
|
|
|
blockquote {
|
2023-04-09 13:49:29 +00:00
|
|
|
color: @color-print-subtle;
|
2018-10-13 18:55:34 +00:00
|
|
|
padding: 5px 39px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2017-07-12 15:12:40 +00:00
|
|
|
.section-heading {
|
|
|
|
border-bottom: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
margin-bottom: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 40px;
|
|
|
|
margin-bottom: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4, h5, h6 {
|
|
|
|
font-size: 36px;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wikitable {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2020-07-17 18:00:51 +00:00
|
|
|
.infobox {
|
2017-07-12 15:12:40 +00:00
|
|
|
font-size: 30px;
|
|
|
|
}
|
|
|
|
}
|