MediaWiki:Common.css: Difference between revisions

From Wittgenstein Nachlass Graphics
No edit summary
No edit summary
Line 6: Line 6:


.mw-article-toolbar-container, .mw-editsection { display: none; }
.mw-article-toolbar-container, .mw-editsection { display: none; }
/* ========= main page cleanup ========= */
.page-Main_Page .mw-body-header {
  display: none;
}


/* ========= mediaviewer cleanup ========= */
/* ========= mediaviewer cleanup ========= */
Line 31: Line 37:


/* =========================== custom CSS =========================== */
/* =========================== custom CSS =========================== */
.mobile-only {
  display: none;
}
/* ========= template:Graphic ========= */
/* ========= template:Graphic ========= */
.neutral-box {
.neutral-box {

Revision as of 12:51, 26 April 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; }

/* ========= main page cleanup ========= */

.page-Main_Page .mw-body-header {
  display: none;
}

/* ========= mediaviewer cleanup ========= */

.mw-mmv-overlay {
  background-color: #f0f0f0;
  background-image: linear-gradient(135deg, #f1f1f1, silver);
}

.mw-mmv-source-author {
  display: none;
}

/* ========= file page cleanup ========= */

#filetoc, .mw-filepage-resolutioninfo, .mw-mmv-filepage-buttons { display: none; }

.filehistory, {
  width: 100%;
}

#metadata, .mw-imagepage-section-metadata {
  display: none;
}

/* =========================== custom CSS =========================== */
.mobile-only {
  display: none;
}

/* ========= template:Graphic ========= */
.neutral-box {
  margin-top: 2rem;
  padding: 2rem 3rem;
  background-color: #f1f1f1;
}

.columns {
  column-count: 3;
}