MediaWiki:Gadget-site.css and File:1992-06-09(3).jpg: Difference between pages

From SPCodex, The Smashing Pumpkins wiki
(Difference between pages)
No edit summary
 
 
Line 1: Line 1:
/*
Imported from http://www.splra.org/wiki/index.php?title=File:1992-06-09(3).jpg
* This is the CSS for all skins (for both mobile and desktop) on MediaWiki.org.
* Styling inside .mw-parser-output should generally use TemplateStyles.
*/


h1, h2, h3:not(#p-cactions-label), h4, h5, h6, #firstHeading {
[[Category:Photos of Billy Corgan]]
font-family: "Francois One",'OpenSansRegular',Tahoma,sans-serif !important;
}
 
#siteNotice {
display: none;
}
 
/* Hide Main Page title */
.page-Main_Page #firstHeading,
.pre-content.heading-holder {
display: none;
}
 
/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl,
.cargoTable td ul,
.cargoTable td ol,
.cargoTable td dl{
/* @noflip */
text-align: left;
}
/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl,
.cargoTable.hlist td ul,
.cargoTable.hlist td ol,
.cargoTable.hlist td dl {
text-align: inherit;
}
 
.cargoTable {
background-color: #f8f9fa;
color: #222;
margin: 1em 0;
border: 1px solid #a2a9b1;
border-collapse: collapse;
}
.cargoTable > tr > th,
.cargoTable > * > tr > th {
background-color: #eaecf0;
text-align: center;
}
.cargoTable > tr > th,
.cargoTable > tr > td,
.cargoTable > * > tr > th,
.cargoTable > * > tr > td {
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em;
}
table.cargoTable.noMerge tr {
background: inherit !important;
}
/** Prevent word wrapping of dates **/
.cargoTable .field_First_date,
.cargoTable .field_Last_date {
white-space: nowrap;
}
 
/** 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);
}

Revision as of 17:09, 17 June 2021