MediaWiki:Mobile.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
} | } | ||
/* ========= | /* ========= mediaviewer cleanup ========= */ | ||
.mw-mmv-overlay { | |||
background-color: #f0f0f0; | |||
background-image: linear-gradient(135deg, #f1f1f1, silver); | |||
} | |||
/* =========================== custom CSS =========================== */ | |||
.img-comfy { | |||
margin-top: 30px; | |||
margin-bottom: 30px; | |||
} | |||
.neutral-box { | .neutral-box { | ||
margin-top: 2rem; | margin-top: 2rem; |
Revision as of 16:00, 4 May 2024
/* All CSS here will be loaded for users of the mobile site */
/* ========= general cleanup ========= */
.page-actions-menu {
display: none;
}
.desktop-only {
display: none;
}
/* ========= main page cleanup ========= */
.page-Main_Page .page-heading {
display: none;
}
/* ========= mediaviewer cleanup ========= */
.mw-mmv-overlay {
background-color: #f0f0f0;
background-image: linear-gradient(135deg, #f1f1f1, silver);
}
/* =========================== custom CSS =========================== */
.img-comfy {
margin-top: 30px;
margin-bottom: 30px;
}
.neutral-box {
margin-top: 2rem;
padding: 2rem 3rem;
background-color: #f1f1f1;
}