MediaWiki:Mobile.css: Difference between revisions

353 bytes added ,  17:01, 16 August 2024
no edit summary
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:
#pt-preferences, #p-personal {
#pt-preferences, #p-personal {
display: none;
display: none;
}
@media only screen and (max-width: 767px) {
    .pre-content h1,
    .content h1,
    .content h2 {
        display: none;
    }
}
.mw-parser-output a.external {
    background-image: none !important;
}
.external, .mw-parser-output a.external {
    background-image: none !important;
}
p.bookcover-heading {
    font-size: 29px;
    color: #861f23;
}
}