128
edits
(→User CSS Tricks: Updated left-hand menu options list) |
(→User CSS Tricks: Added "Hide MyList columns" section) |
||
Line 103: | Line 103: | ||
Fixes the display of the [[Latest#Files|Latest File Additions]] page with the default ''anidbstyle.css'' style for displays around 1024 pixels wide. | Fixes the display of the [[Latest#Files|Latest File Additions]] page with the default ''anidbstyle.css'' style for displays around 1024 pixels wide. | ||
'''Hide MyList columns:''' (needs testing in browsers) | |||
#layout-main div.mylist_all th.seen, | |||
#layout-main div.mylist_all td.seen {display:none;} | |||
hides the seen column | |||
#layout-main div.mylist_all th.eps, | |||
#layout-main div.mylist_all td.eps {display:none;} | |||
hides the eps column | |||
#layout-main div.mylist_all th.rating.anime, | |||
#layout-main div.mylist_all td.rating.anime {display:none;} | |||
hides the vote column | |||
#layout-main div.mylist_all th.rating.attaavg, | |||
#layout-main div.mylist_all td.rating.attaavg {display:none;} | |||
hides the review column | |||
#layout-main div.mylist_all th.vote, | |||
#layout-main div.mylist_all td.vote {display:none;} | |||
hides the vote column | |||
'''Worf's CSS tricks:''' | '''Worf's CSS tricks:''' |
edits