Jump to content

Template:Library cat/style.css

From Marxist Wiki
Revision as of 02:02, 15 March 2025 by Thehighwayman (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/*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;
    }
}