MediaWiki:Common.css: Difference between revisions

Mr Pie 5 (talk | contribs)
Fix for non-firefox browsers still showing sliding-gallery scrollbar
Mr Pie 5 (talk | contribs)
Import Roboto black from Google fonts
Line 1: Line 1:
/* NOTES
/* CSS placed here will be applied to all skins */
Convert File:WikiLogo.png to favicon.ico
upload https://www.geministation.com/images/wiki_logo_1.png locally and invert


*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');


/* CSS placed here will be applied to all skins */
@font-face {
    font-family: 'KingthingsPetrock';
    font-style: normal;
    font-weight: normal;
    src: local("Kingthings Petrock"),
        url('filepath://Kingthings_Petrock-webfont.woff') format('woff');
}
 
@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: normal;
    src: local("Museo Sans"),
        url('filepath://Museo_Sans_500.woff') format('woff');
}
 
@font-face {
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: bold;
    src: local("League Spartan"),
        url('filepath://Leaguespartan-bold.woff') format('woff');
}


.new, #p-personal a.new {
.new, #p-personal a.new {
Line 240: Line 260:
     height:auto;
     height:auto;
      
      
}
@font-face {
    font-family: 'KingthingsPetrock';
    font-style: normal;
    font-weight: normal;
    src: local("Kingthings Petrock"),
        url('filepath://Kingthings_Petrock-webfont.woff') format('woff');
}
@font-face {
    font-family: 'MuseoSans';
    font-style: normal;
    font-weight: normal;
    src: local("Museo Sans"),
        url('filepath://Museo_Sans_500.woff') format('woff');
}
@font-face {
    font-family: 'League Spartan';
    font-style: normal;
    font-weight: bold;
    src: local("League Spartan"),
        url('filepath://Leaguespartan-bold.woff') format('woff');
}
}