Difference between revisions of "MediaWiki:Vector.css"
From TSAS Library
JStallings (talk | contribs) |
JStallings (talk | contribs) |
||
| Line 53: | Line 53: | ||
a.external:visited { | a.external:visited { | ||
color: #36b; | |||
} | |||
a.external.text:visited { | |||
color: #36b; | color: #36b; | ||
} | } | ||
Revision as of 20:30, 12 September 2016
/* CSS placed here will affect users of the Vector skin */
@import url(https://fonts.googleapis.com/css?family=Merriweather:700,700italic,400&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,700italic&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro&subset=latin,latin-ext);
body {
font-family: 'Source Sans Pro', 'Arial', sans-serif;
}
.mw-body h1 {
font-family: 'Merriweather', 'Georgia', serif;
}
.mw-body h2 {
font-family: 'Merriweather', 'Georgia', serif;
}
.mw-body h3 {
font-family: 'Merriweather', 'Georgia', serif;
}
.mw-body h4 {
font-family: 'Merriweather', 'Georgia', serif;
}
.mw-body h5 {
font-family: 'Merriweather', 'Georgia', serif;
}
.mw-body-content{
font-size: 17px;
line-height: 26px;
}
#mw-page-base{
background-image: none;
}
body{
background-color:#ffffff;
}
code {
font-family: 'Source Code Pro', monospace, Courier;
}
a:visited {
color: #36b;
}
a.external:visited {
color: #36b;
}
a.external.text:visited {
color: #36b;
}