mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
82 lines
1.2 KiB
Plaintext
82 lines
1.2 KiB
Plaintext
html {
|
|
font-size: @html-font-size;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
font-family: var( --font-family-base );
|
|
font-weight: var( --font-weight-normal );
|
|
// font-smoothing: antialiased;
|
|
// -webkit-font-smoothing: antialiased; /* Chrome, Safari */
|
|
// -moz-osx-font-smoothing: grayscale; /* Firefox */
|
|
}
|
|
|
|
input {
|
|
font-family: var( --font-family-base ); // Override browser's default
|
|
}
|
|
|
|
b,
|
|
strong {
|
|
font-weight: var( --font-weight-semibold );
|
|
}
|
|
|
|
cite {
|
|
font-style: inherit;
|
|
}
|
|
|
|
blockquote {
|
|
font-family: var( --font-family-serif );
|
|
font-style: italic;
|
|
|
|
cite {
|
|
font-family: var( --font-family-base );
|
|
font-size: @content-caption-size;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
|
|
sub,
|
|
sup {
|
|
font-size: 80%;
|
|
}
|
|
|
|
figcaption,
|
|
.thumbcaption {
|
|
font-size: @content-caption-size;
|
|
font-style: italic;
|
|
|
|
i {
|
|
font-style: normal;
|
|
}
|
|
}
|
|
|
|
.mw-logo-wordmark {
|
|
font-weight: var( --font-weight-semibold );
|
|
}
|
|
|
|
.thumbinner {
|
|
.new {
|
|
font-size: @content-caption-size;
|
|
}
|
|
}
|
|
|
|
.firstHeading {
|
|
&-parenthesis {
|
|
font-size: var( --font-size-h3 );
|
|
}
|
|
}
|
|
|
|
.citizen-body,
|
|
.mw-body-content {
|
|
line-height: var( --line-height );
|
|
}
|
|
|
|
@media ( max-width: @width-breakpoint-tablet ) {
|
|
#mw-content-text {
|
|
figcaption,
|
|
.thumbcaption {
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|