MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
m (WIP for Dynamic Navbox)
Line 26: Line 26:
     font-weight: normal;
     font-weight: normal;
     font-style: normal;
     font-style: normal;
}
/*
[[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;
}
}

Revision as of 18:15, 7 January 2024

/* CSS placed here will be applied to all skins */

#ca-talk {
    display: none !important;
}


.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; 
}

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

/*
	[[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.