MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 8: Line 8:
#footer-places { display: none; }
#footer-places { display: none; }
#footer-sitetitle { display: none; }
#footer-sitetitle { display: none; }
#footer-desc { display: none; }


.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */
.collapseButton { /* 'show'/'hide' buttons created dynamically by the        */

Revision as of 09:03, 14 September 2023

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

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

/* footer links */
#footer-places { display: none; }
#footer-sitetitle { display: none; }
#footer-desc { 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; 
}

@font-face {
    font-family: 'Countdown';
    src: url('/skins/font/countdown.ttf');
    font-weight: normal;
    font-style: normal;
}
🍪 We use cookies to keep session information to provide you a better experience.