MediaWiki:Common.css: Difference between revisions

(Keep last modified bar in footer with original (grey) background)
(Move red border in footer below last modified bar)
Line 14: Line 14:


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


.last-modified-bar {
.last-modified-bar {
border-bottom: 3px solid #990000;
background-color: #EAECF0;
background-color: #EAECF0;
}
}

Revision as of 16:50, 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 {
	color: #F0F0F0;
	background-color: #073970;
}

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

.last-modified-bar {
	border-bottom: 3px solid #990000;
	background-color: #EAECF0;
}