|
|
Line 1: |
Line 1: |
| /* All CSS here will be loaded for users of the MinervaNeue skin */ | | /* All CSS here will be loaded for users of the MinervaNeue skin */ |
|
| |
|
| /* For "disabling" (nothing was found to work in the LocalSettings.php file) the Last Modified section of the Footer */ | | /* see Mobile.css ( MediaWiki:Mobile.css ) */ |
| | |
| .last-modified-bar { display:none !important; }
| |
| .post-content .last-modified-bar__content { display:none !important; } | |
| | |
| #footer-info-lastmod {
| |
| background-color:pink;
| |
| }
| |
| | |
| .minerva-footer {
| |
| background-color:purple;
| |
| }
| |
| | |
| | |
| | |
| /* Special treatment for navboxes on Minerva desktop (tablet) */
| |
| @media (min-width: 1000px) {
| |
| #bodyContent {
| |
| font-size: 0.1em !important;
| |
| }
| |
| }
| |