mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
Printing styles
This commit is contained in:
parent
c2fc2564d7
commit
f1d4f07503
|
@ -24,6 +24,7 @@
|
|||
html,
|
||||
body {
|
||||
color: @base-20;
|
||||
font-family: @fonts;
|
||||
}
|
||||
|
||||
p,
|
||||
|
@ -32,6 +33,11 @@ ol {
|
|||
margin: 0.8rem 0 0 0;
|
||||
}
|
||||
|
||||
#toc {
|
||||
background: none;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.mw-wiki-title,
|
||||
.mw-body h1,
|
||||
.mw-body-content h1,
|
||||
|
@ -151,8 +157,15 @@ ol {
|
|||
order: -1;
|
||||
}
|
||||
|
||||
#footer {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.mw-wiki-title {
|
||||
color: @base-30;
|
||||
color: @base-30;
|
||||
font-size: 1.2rem;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
|
||||
.infobox {
|
||||
|
|
Loading…
Reference in a new issue