MediaWiki:Common.css: Difference between revisions
(Change footer to use a dark blue background with a red border and refbase icon) |
(Keep last modified bar in footer with original (grey) background) |
||
Line 21: | Line 21: | ||
.footer-content:before{ | .footer-content:before{ | ||
content: url('https://wiki.refbase.net/skins/common/images/refbase_icon.svg'); | content: url('https://wiki.refbase.net/skins/common/images/refbase_icon.svg'); | ||
} | |||
.last-modified-bar { | |||
background-color: #EAECF0; | |||
} | } |
Revision as of 16:48, 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');
}
.last-modified-bar {
background-color: #EAECF0;
}