MediaWiki:Common.css: Difference between revisions

From Galaxypedia
No edit summary
(remove unused css to lower file size)
Line 1: Line 1:
/*
@import 'https://www.mediawiki.org/wiki/Skin:Timeless-DarkCSS/timeless-dark.css?action=raw&ctype=text/css';
*/
/*Local wiki imports*/
/*Local wiki imports*/
@import url("/index.php?title=MediaWiki:Styling.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Styling.css&action=raw&ctype=text/css");
/* Temporarily disable ship page styling | @import url("/index.php?title=MediaWiki:Ships.css&action=raw&ctype=text/css");*/
@import url("/index.php?title=MediaWiki:Homepage.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Homepage.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Staff.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Staff.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Tags.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Templatestyles.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Templatestyles.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:UserColors.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:UserColors.css&action=raw&ctype=text/css");
Line 15: Line 9:


/* Custom Font Loading */
/* Custom Font Loading */
@font-face {
@font-face {
font-family: "Rocket Rinder";
font-family: "Rocket Rinder";
Line 54: Line 47:


/* Talk page button management */
/* Talk page button management */
/* Globally */
/* #ca-talk { display: none !important; } */


/* Don't show on Main Page & Certain namespaces*/
/* Don't show on Main Page & Certain namespaces*/
Line 62: Line 52:
display: none !important;
display: none !important;
}
}


.mw-number-text h3, .mw-number-text p {
.mw-number-text h3, .mw-number-text p {

Revision as of 00:16, 11 August 2022

/*Local wiki imports*/
@import url("/index.php?title=MediaWiki:Styling.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Homepage.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Staff.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Templatestyles.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:UserColors.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:VarColors.css&action=raw&ctype=text/css");
@import url("/index.php?title=MediaWiki:Msgboxstyles.css&action=raw&ctype=text/css");

/* Custom Font Loading */
@font-face {
	font-family: "Rocket Rinder";
	src: url("/fonts/Rocket Rinder.otf") format('opentype')
}

@font-face {
	font-family: "OriginTech";
	src: url("/fonts/OriginTech personal use.ttf") format('truetype')
}

@font-face {
	font-family: "Ethno Centric";
	src: url("/fonts/ethnocentric rg.ttf") format('truetype')
}

@font-face {
	font-family: "Star Jedi";
	src: url("/fonts/Starjedi.ttf") format('truetype')
}

@font-face {
	font-family: "Android";
	src: url("/fonts/Android/Android.ttf") format('truetype');
	font-style: normal;
}

@font-face {
	font-family: "Android";
	src: url("/fonts/Android/Android Italic.ttf") format('truetype');
	font-style: italic;
}

@font-face {
	font-family: "Android Hollow";
	src: url("/fonts/Android/Android Hollow.ttf") format('truetype');
}

/* Talk page button management */

/* Don't show on Main Page & Certain namespaces*/
body.page-Main_Page #ca-talk, body.ns-8 #ca-talk {
	display: none !important;
}

.mw-number-text h3, .mw-number-text p {
	color: white !important;
}

.mw-createacct-benefits-container h2 {
	color: white;
}

html {
	background-color: #131516 !important;
}

.mw-dismissable-notice-body {
	margin: 0 !important;
}

/* Vertically center portableinfobox content */
.pi-data-value {
	margin: auto;	
}

/* fix echo coloring */
.mw-echo-ui-notificationItemWidget-unread {
	background-color: rgb(50, 54, 55);
}