SPCodex:About and MediaWiki:Gadget-site.css: Difference between pages

From SPCodex, The Smashing Pumpkins wiki
(Difference between pages)
No edit summary
 
No edit summary
 
Line 1: Line 1:
'''{{SITENAME}}''' is a central resource for all knowledge surrounding [[The Smashing Pumpkins]] and related acts. It is written and moderated entirely by fans like you.
/*
* 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');
}


== Backstory ==
h1, h2, h3:not(#p-cactions-label), h4, h5, h6, #firstHeading {
In late March 2020, [[Billy Corgan]] wrote in an Instragram story that he was looking to create a "database" of sorts that documents all material. SPCodex founder [[User:MusikAnimal|MusikAnimal]] messaged Billy and proposed creating a wiki. Corgan expressed fondness of the idea, and SPCodex was born. Although no formal arrangement was made, we are pleased with what we've built and hope it will meet the band's expectations as an accurate, fan-driven resource for all to enjoy.
font-family: "Francois One",'OpenSansRegular',Tahoma,sans-serif !important;
}


== Special thanks ==
#siteNotice {
SPCodex is made possible by:
display: none;
}


* [[User:MusikAnimal|MusikAnimal]] (Leon) – creator and administrator
/* Lists in wikitable data cells are always left-aligned */
* Eric at [[SPFC]] ([http://www.spfc.org/ Smashing Pumpkins Fan Collaborative]) – for his infamously comprehensive work without which SPCodex would have been impossible
.wikitable td ul,
* Soniclovenoize from SPRS ([https://smashing-pumpkins-recording-sessions.fandom.com/ Smashing Pumpkins Recording Sessions wiki]) – primary source for all of the [[studio sessions]]
.wikitable td ol,
* Wikipedia contributors – the direct copy-and-paste source (thanks to CC BY-SA) for most of the major releases and topics
.wikitable td dl,
* Contributors and readers like you – for helping us grow and/or caring to enjoy our work
.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;
}
 
/** 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 04:20, 20 January 2022

/*
 * 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, h5, h6, #firstHeading {
	font-family: "Francois One",'OpenSansRegular',Tahoma,sans-serif !important;
}

#siteNotice {
	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;
}

/** 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);
}