MediaWiki:Gadget-site.css: Difference between revisions

no edit summary
(Created page with "→‎* This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org. * Styling inside .mw-parser-output should generally use TemplateStyles.: @font-face { font-family: 'Francois One'; font-style: normal; font-weight: 400; font-display: swap; src: local('Francois One Regular'), local('FrancoisOne-Regular'), url(https://fonts.gstatic.com/s/francoisone/v14/_Xmr-H4zszafZw3A-KPSZut9wQiR.woff2) format('woff2'); } h1, h2, h3:not(#p-cactions-label), h4,...")
 
No edit summary
Line 13: Line 13:
h1, h2, h3:not(#p-cactions-label), h4, h5, h6, #firstHeading {
h1, h2, h3:not(#p-cactions-label), h4, h5, h6, #firstHeading {
font-family: "Francois One",'OpenSansRegular',Tahoma,sans-serif !important;
font-family: "Francois One",'OpenSansRegular',Tahoma,sans-serif !important;
}
#siteNotice {
display: none;
}
/** Actually only shown for Minerva, but Mobile.css and Minerva.css are broken due to Miraheze T6362 **/
#nav-discography a::before {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b3/Font_Awesome_5_solid_compact-disc.svg);
}
#nav-studio-sessions a::before {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/4/40/Font_Awesome_5_solid_microphone-alt.svg);
}
#nav-tour-history a::before {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/2/23/Font_Awesome_5_solid_globe-americas.svg);
}
#nav-random-song a::before,
#nav-random-album a::before,
#nav-random-show a::before {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/a4/Font_Awesome_5_solid_random.svg);
}
#nav-categories a::before {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/b/b2/Font_Awesome_5_solid_list-ul.svg);
}
#nav-database a::before {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/84/Font_Awesome_5_solid_database.svg);
}
#nav-pumpkin-patch a::before {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/8/86/Font_Awesome_5_solid_comments.svg);
}
#nav-faq a::before {
background-image: url(https://upload.wikimedia.org/wikipedia/commons/0/07/Font_Awesome_5_solid_question-circle.svg);
}
}