Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
m WIP for Dynamic Navbox
m Hide category on home page
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Hide title and edit tools on main page */

.page-Dyson_Sphere_Program_Wiki .mw-side,
#ca-talk {
.page-Dyson_Sphere_Program_Wiki .firstHeading,
display: none !important;
.page-Dyson_Sphere_Program_Wiki #siteSub {
display: none!important;
}
.page-Dyson_Sphere_Program_Wiki #catlinks {
display: none;
}
}



.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
Line 19: Line 23:
li.gallerybox div.thumb { background-color:#080808;
li.gallerybox div.thumb { background-color:#080808;
border:none;
border:none;
}

@font-face {
font-family: 'Countdown';
src: url('/skins/font/countdown.ttf');
font-weight: normal;
font-style: normal;
}
}



Latest revision as of 17:16, 4 March 2025

/* CSS placed here will be applied to all skins */
/* Hide title and edit tools on main page */
.page-Dyson_Sphere_Program_Wiki .mw-side,
.page-Dyson_Sphere_Program_Wiki .firstHeading,
.page-Dyson_Sphere_Program_Wiki #siteSub {
	display: none!important;
}
.page-Dyson_Sphere_Program_Wiki #catlinks {
	display: none;
}

.collapseButton {		/* 'show'/'hide' buttons created dynamically by the        */
	float: right;		/* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
	font-weight: normal;	/* are styled here so they can be customised.              */
	text-align: right;
	width: auto;
}

li.gallerybox { border:1px solid #582806; 
                background-color:#080808; 
}

li.gallerybox div.thumb { background-color:#080808; 
                          border:none; 
}

/*
	[[Navbox/Category]]
*/
.navbox-category .CategoryTreeSection .CategoryTreeItem .CategoryTreeBullet,
.navbox-category .CategoryTreeSection .CategoryTreeItem .CategoryTreeLabelCategory {
	display: none;
}
.navbox-category .CategoryTreeSection,
.navbox-category .CategoryTreeSection .CategoryTreeItem {
	display: inline;
}
.navbox-category .CategoryTreeSection .CategoryTreeLabelPage:after {
	content: " | ";
}
.navbox-category .CategoryTreeSection:last-child .CategoryTreeLabelPage:after {
	content: "";
}
.navbox-category .CategoryTreeLabelPage {
	font-style: normal;
}
🍪 We use cookies to keep session information to provide you a better experience.