Difference between revisions of "MediaWiki:Vector.css"

From HORTS 1993
Jump to navigation Jump to search
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600');
@import url(https://fonts.googleapis.com/css?family=Economica:400,700);


body, H1, H2, H3, H4, .firstHeading, #firstHeading {
body, H1, H2, H3, H4, .firstHeading, #firstHeading {

Revision as of 11:33, 28 May 2016

@import url(https://fonts.googleapis.com/css?family=Economica:400,700);

body, H1, H2, H3, H4, .firstHeading, #firstHeading {
      font-family: 'Titillium Web', sans-serif !important;

}
.firstHeading, #firstHeading {
      font-size: 130% !important;
}
H1 {
      font-size: 120% !important;
}
H2 {
      font-size: 110% !important;
}
H3 {
      font-size: 100% !important;
}
H4 {
      font-size: 90% !important;
}

.mw-head, #mw-head {
      background-color:#012A2F;
}
.portal {
      font-size: 100% !important;
      font-weight: bold !important;
}