MediaWiki:Tweeki.css: Forskjell mellom sideversjoner
Utseende
mIngen redigeringsforklaring |
mIngen redigeringsforklaring |
||
| Linje 43: | Linje 43: | ||
background:#4d4d4d; | background:#4d4d4d; | ||
color:#ffa100; | color:#ffa100; | ||
} | |||
#footer a:link { | |||
color: #ffa100; | |||
} | } | ||
Sideversjonen fra 14. aug. 2020 kl. 22:29
/* CSS placed here will affect users of the Tweeki skin */
@import url( 'https://fonts.googleapis.com/css2?family=Roboto ');
@import url( 'https://fonts.googleapis.com/css2?family=Open+Sans ');
/* Changes the default font used for MediaWiki to Roboto (does not include headings or monospaced text): */
body {
font-family: "Roboto","Open Sans",sans-serif;
font-size: 15px;
line-height: 22px !important;
font-weight: 400;
letter-spacing: 0;
font-style: normal;
color: #333;
}
/* Changes page name from default align center to left */
.firstHeading {
text-align: left;
}
/* Changes the default H1 and H2 headings in content */
#content h1 {
font-size: 23px;
line-height: 26px !important;
font-weight: 600;
}
#content h2 {
font-size: 21px;
line-height: 25px !important;
font-weight: 600;
}
#content h3 {
font-size: 18px;
line-height: 23px !important;
font-weight: 600;
}
/* Footer */
#footer {
background:#4d4d4d;
color:#ffa100;
}
#footer a:link {
color: #ffa100;
}