MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
mNo edit summary
Line 168: Line 168:
overflow-x: auto;
overflow-x: auto;
white-space: nowrap;
white-space: nowrap;
padding: 0px 0px 10px;
padding: 0 0 10px;
margin-bottom: -4px;
margin-bottom: -4px;
background-color: #150D0A;
background-color: #150D0A;
border-width: 0px;
border-width: 0;
}
}
.wide > * > tr > th:first-child {position: sticky; left: 1px; margin: 0px 0.3em; padding: 0px; border-width: 0px; box-shadow: -1px 0px 0px 0px #271C12 inset; box-shadow: -1px 0px 0px 0px #271C12;} /* freezes first column when scrolling */
.wide > * > tr > th:first-child {position: sticky; left: 1px; border-width: 0; margin: 0 1em; padding: 0; box-shadow: -1px 0 0 0 #150D0A; box-shadow: -1px 0 0 0 #150D0A inset;} /* freezes first column when scrolling */


.wikitable-3col > * > tr > td {width: 33% !important;}
.wikitable-3col > * > tr > td {width: 33% !important;}