MediaWiki:Common.css: Difference between revisions

mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 129: Line 129:
.mw-body-content a:active {color: #0000FF}
.mw-body-content a:active {color: #0000FF}


// no right click
/* no right click */
img {
img {
   -webkit-touch-callout: none;
   -webkit-touch-callout: none;
Line 139: Line 139:
}
}


// l1 comparison table
/* l1 comparison table
 
*/
/* === L1 comparison table scroll container === */
/* === L1 comparison table scroll container === */
.mw-parser-output .l1-compare-wrap {
.mw-parser-output .l1-compare-wrap {
Line 153: Line 153:


/* === CRITICAL OVERRIDE: defeat Vector/Minerva table width clamp === */
/* === CRITICAL OVERRIDE: defeat Vector/Minerva table width clamp === */
/*
.mw-parser-output .l1-compare-wrap table.l1-compare {
.mw-parser-output .l1-compare-wrap table.l1-compare {
   white-space: nowrap;
   white-space: nowrap;
   width: max-content;
   width: max-content;
   min-width: 1400px;
   min-width: 1400px;
   max-width: none !important;   /* ← THIS is the blocker you were hitting */
   max-width: none !important;
   border-collapse: separate;
   border-collapse: separate;
   border-spacing: 0;
   border-spacing: 0;
}
}
*/
@media (min-width: 1200px) {
  .mw-parser-output .l1-compare-wrap table.l1-compare {
    white-space: nowrap;
    width: max-content;
    min-width: 1400px;
    max-width: none !important;
  }
}


/* === Sticky header row === */
/* === Sticky header row === */