MediaWiki:Vector.css: Difference between revisions

m
heading 2-5 font change to courier new
m (cat links margin top)
m (heading 2-5 font change to courier new)
 
(4 intermediate revisions by the same user not shown)
Line 23:
******************************/
#bodyContent {
font-family: 'Avenir', sans-serif;
font-size: 0.875em;
font-weight:400;
}
.firstHeading {
font-family: 'Avenir',Courier sans-serifNew';
color: #444;
}
Line 37:
 
.mw-body-content h2 {
font-family: 'Courier New';
font-size: 1.5em;
font-weight: bold;
line-height: 1.5em;
color: #444;
Line 44 ⟶ 46:
 
.mw-body-content h3 {
font-family: 'Courier New';
font-size: 1.15em;
font-weight: bold;
Line 52 ⟶ 55:
 
.mw-body-content h4 {
font-family: 'Courier New';
font-size: 1.1em;
font-weight: bold;
Line 63 ⟶ 67:
font-weight: 400;
letter-spacing: 0;
font-family: 'Avenir', sans-serif;
}
 
a {
font-family: 'Avenir', sans-serif;
}
 
Line 73 ⟶ 77:
font-size: 1em;
font-weight: 400;
 
/******************************
* Menu
******************************/
#mw-panel {
width: 13em;
border-right: none;
 
#mw-panel .portal h3 {
font-variant: small-caps;
}
 
Line 153 ⟶ 145:
#catlinks {
margin-top:1em;
background-color:#f6f6f6;
text-align:center;
font-size:90%;
}
Line 633 ⟶ 623:
table.rohtable > caption {
font-weight: bold;
 
/******************************
* Collapsible elements
******************************/
.mw-collapsible-toggle-default::before {
content: '(';
.mw-collapsible-toggle-default::after {
content: ')';
}
.mw-collapsible-toggle {
float: right;
padding: 2px 5px;
}