Template:Library cat/style.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 10: Line 10:
.library-cat-table tbody tr td:nth-of-type(5) { /*6th table column is Summary*/
.library-cat-table tbody tr td:nth-of-type(5) { /*6th table column is Summary*/
font-size:0.8em;
font-size:0.8em;
}
.wikitable.sortable.library-cat-table.jquery-tablesorter tbody tr td{
max-height:100px;
overflow:scroll;
}
}

Revision as of 21:03, 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;
}