MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 755: Line 755:


/* =========================================================
/* =========================================================
   REMOVE MEDIAWIKI DEFAULT COLLAPSIBLE STYLING
   FORCE REMOVE VECTOR DEFAULT COLLAPSIBLE STYLING
   ========================================================= */
   ========================================================= */


/* Remove default gray box */
.mw-parser-output .ooo-faq__item {
.ooo-faq__item.mw-collapsible {
   background: linear-gradient(
   background: none !important;
    to bottom,
   border: none !important;
    rgba(245,196,0,0.04),
   box-shadow: none !important;
    rgba(245,196,0,0.015)
  ) !important;
 
   border: 1px solid rgba(0,0,0,0.08) !important;
   box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
}


/* Remove default header styling */
.skin-theme-clientpref-night .mw-parser-output .ooo-faq__item {
.ooo-faq__item .mw-collapsible-toggle {
   background: linear-gradient(
   background: none !important;
    to bottom,
}
    rgba(245,196,0,0.10),
    rgba(245,196,0,0.05)
  ) !important;


/* Remove table-like styling if present */
  border-color: rgba(245,196,0,0.30) !important;
.ooo-faq__item > * {
  background: none;
}
}