MediaWiki:Common.css: Difference between revisions
(Move red border in footer below last modified bar) |
(Better color contrast for footer links) |
||
Line 25: | Line 25: | ||
border-bottom: 3px solid #990000; | border-bottom: 3px solid #990000; | ||
background-color: #EAECF0; | background-color: #EAECF0; | ||
} | |||
#footer-places a:link { | |||
color: #CCCCCC; | |||
} | |||
#footer-places a:visited { | |||
color: #AAAAAA; | |||
} | } |
Revision as of 08:32, 25 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;
}
#footer-places a:link {
color: #CCCCCC;
}
#footer-places a:visited {
color: #AAAAAA;
}