Difference between revisions of "MediaWiki:Vector.css"

From Trials in Tainted Space Wiki
Jump to navigation Jump to search
(Created page with "@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed'); →‎CSS placed here will affect users of the Vector skin: h1 h2 h3 h4 h5 h6 { font-family: 'Ubu...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');
+
/* CSS placed here will affect users of the Vector skin */
  
/* CSS placed here will affect users of the Vector skin */
+
h1, h2, h3, h4, h5, h6 {
 +
    font-family: 'Ubuntu Condensed', sans-seif !important;
 +
}
  
h1 h2 h3 h4 h5 h6 {
+
pre, code, tt, kbd, samp, .mw-code {
     font-family: 'Ubuntu Condensed', sans-seif;
+
     font-family: 'Hack', monospace, Courier
 
}
 
}

Latest revision as of 01:29, 8 December 2016

/* CSS placed here will affect users of the Vector skin */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu Condensed', sans-seif !important;
}

pre, code, tt, kbd, samp, .mw-code {
    font-family: 'Hack', monospace, Courier
}