MediaWiki:Common.css: Difference between revisions

(Adds a red border above the page content)
(Change footer to use a dark blue background with a red border and refbase icon)
Line 11: Line 11:
#content {
#content {
border-top: 2px solid #990000;
border-top: 2px solid #990000;
}
.minerva-footer {
border-top: 3px solid #990000;
color: #F0F0F0;
background-color: #073970;
}
.footer-content:before{
content: url('https://wiki.refbase.net/skins/common/images/refbase_icon.svg');
}
}

Revision as of 16:44, 24 October 2023

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

.minerva__tab-container {
	display: none;
}

.page-actions-menu {
	display: none;
}

#content {
	border-top: 2px solid #990000;
}

.minerva-footer {
	border-top: 3px solid #990000;
	color: #F0F0F0;
	background-color: #073970;
}

.footer-content:before{
	content: url('https://wiki.refbase.net/skins/common/images/refbase_icon.svg');
}