MediaWiki:Mobile.css: Difference between revisions

From Wittgenstein Nachlass Graphics
No edit summary
No edit summary
Line 1: Line 1:
/* All CSS here will be loaded for users of the mobile site */
/* All CSS here will be loaded for users of the mobile site */
/* ========= general cleanup ========= */
.page-actions-menu {
.page-actions-menu {
   display: none;
   display: none;
Line 6: Line 7:
.desktop-only {
.desktop-only {
   display: none;
   display: none;
}
/* ========= main page cleanup ========= */
.page-Main_Page .page-heading {
  display: none;
}
/* ========= template:Graphic ========= */
.neutral-box {
  margin-top: 2rem;
  padding: 2rem 3rem;
  background-color: #f1f1f1;
}
}

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

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