More languages
More actions
No edit summary |
No edit summary |
||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/*will remove the alphabetical categorisation categories make automatically | /*will remove the alphabetical categorisation categories make automatically*/ | ||
.mw-category-generated{ | .mw-category-generated{ | ||
display:none; | display:none!important; | ||
} | |||
#mw-pages{ | |||
display:none!important; | |||
} | |||
.library-cat-table tbody tr td:nth-of-type(5) { /*6th table column is Summary*/ | |||
font-size:0.8em; | |||
} | |||
.wikitable.sortable.library-cat-table.jquery-tablesorter tbody tr td{ | |||
max-height:100px; | |||
overflow:scroll; | |||
} | |||
@media screen and (max-width:760px){ | |||
.wikitable.sortable.library-cat-table.jquery-tablesorter tbody tr td{ | |||
height:75px; | |||
white-space:nowrap; | |||
overflow:scroll; | |||
line-height:normal; | |||
} | |||
} | } |
Latest revision as of 21:33, 25 February 2024
/*will remove the alphabetical categorisation categories make automatically*/
.mw-category-generated{
display:none!important;
}
#mw-pages{
display:none!important;
}
.library-cat-table tbody tr td:nth-of-type(5) { /*6th table column is Summary*/
font-size:0.8em;
}
.wikitable.sortable.library-cat-table.jquery-tablesorter tbody tr td{
max-height:100px;
overflow:scroll;
}
@media screen and (max-width:760px){
.wikitable.sortable.library-cat-table.jquery-tablesorter tbody tr td{
height:75px;
white-space:nowrap;
overflow:scroll;
line-height:normal;
}
}