|
Tags: Mobile edit Mobile web edit |
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 */ |
|
| |
| .skin-minerva .mw-wiki-logo {
| |
| background: none !important;
| |
| width: 120px !important;
| |
| height: 40px !important;
| |
| position: relative;
| |
| text-indent: -9999px !important; /* hide text */
| |
| }
| |
|
| |
| /* Placeholder for new logo */
| |
| .skin-minerva .mw-wiki-logo:before {
| |
| content: "";
| |
| position: absolute;
| |
| top: 0; left: 0; right: 0; bottom: 0;
| |
| background-image: url('/images/phonr.png') !important;
| |
| background-size: contain !important;
| |
| background-repeat: no-repeat !important;
| |
| background-position: center !important;
| |
| display: block;
| |
| }
| |