MediaWiki:Vector-2022.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector 2022 skin */
/* CSS placed here will affect users of the Vector 2022 skin */
/* Indicators */
#mw-indicator-rc {
top: -16px;
font-size: 80%;
}
#rc-bot {
margin-top: 0 !important;
}


/* Standard changes */
/* Standard changes */
Line 17: Line 26:
}
}


/* Indicators */
/* Width fixes */
#mw-indicator-rc {
.mw-parser-output > table.wikitable:not(.technicaltable),
top: -16px;
.mw-parser-output > .table-scroll, .mw-parser-output > table.darker {
font-size: 80%;
width: auto !important;
}
display: block !important;
#rc-bot {
overflow: auto !important;
margin-top: 0 !important;
max-width: max-content !important;
min-width: 100px !important;
border: 0 !important;
}
}