Difference between revisions of "MediaWiki:Common.css"

From edegan.com
Jump to navigation Jump to search
Line 3: Line 3:
 
#mw-head, #mw-panel, #footer {
 
#mw-head, #mw-panel, #footer {
 
     background-color: #00B2A9;
 
     background-color: #00B2A9;
 +
}
 +
 +
@font-face {
 +
    font-family: FranklinGothicBook;
 +
    src: url('/mediawiki/resources/assets/franklin-gothic-book.ttf');
 +
 +
h1, h2, h3, h4, h5, h6 {
 +
    font-family: FranklinGothicBook;
 
}
 
}

Revision as of 15:55, 9 March 2016

/* CSS placed here will be applied to all skins */

#mw-head, #mw-panel, #footer {
    background-color: #00B2A9;
}

@font-face {
    font-family: FranklinGothicBook;
    src: url('/mediawiki/resources/assets/franklin-gothic-book.ttf');

h1, h2, h3, h4, h5, h6 {
    font-family: FranklinGothicBook;
}