MediaWiki:Common.css: Difference between revisions
(Created page with "→CSS placed here will be applied to all skins: a[title="Change your settings to go back to the old look of the skin (legacy Vector)"] { display: none; } .mw-article-toolbar-container, .mw-editsection { display: none; } .mw-mmv-overlay { background-color: #f0f0f0; background-image: linear-gradient(135deg, #f1f1f1, silver); } .neutral-box { margin-top: 2rem; padding: 2rem 3rem; background-color: #f1f1f1; }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* =========================== interface cleanup =========================== */ | |||
/* ========= general cleanup ========= */ | |||
a[title="Change your settings to go back to the old look of the skin (legacy Vector)"] { display: none; } | a[title="Change your settings to go back to the old look of the skin (legacy Vector)"] { display: none; } | ||
.mw-article-toolbar-container, .mw-editsection { display: none; } | .mw-article-toolbar-container, .mw-editsection { display: none; } | ||
/* ========= mediaviewer cleanup ========= */ | |||
.mw-mmv-overlay { | .mw-mmv-overlay { | ||
Line 9: | Line 14: | ||
} | } | ||
/* ========= file page cleanup ========= */ | |||
#filetoc, .mw-filepage-resolutioninfo, .mw-mmv-view-expanded mw-ui-button { display: none; } | |||
/* =========================== custom CSS =========================== */ | |||
/* ========= template:Graphic ========= */ | |||
.neutral-box { | .neutral-box { | ||
margin-top: 2rem; | margin-top: 2rem; |
Revision as of 21:02, 2 March 2024
/* CSS placed here will be applied to all skins */
/* =========================== interface cleanup =========================== */
/* ========= general cleanup ========= */
a[title="Change your settings to go back to the old look of the skin (legacy Vector)"] { display: none; }
.mw-article-toolbar-container, .mw-editsection { display: none; }
/* ========= mediaviewer cleanup ========= */
.mw-mmv-overlay {
background-color: #f0f0f0;
background-image: linear-gradient(135deg, #f1f1f1, silver);
}
/* ========= file page cleanup ========= */
#filetoc, .mw-filepage-resolutioninfo, .mw-mmv-view-expanded mw-ui-button { display: none; }
/* =========================== custom CSS =========================== */
/* ========= template:Graphic ========= */
.neutral-box {
margin-top: 2rem;
padding: 2rem 3rem;
background-color: #f1f1f1;
}