User:CDB-Man/CDBstyle: Difference between revisions

From AniDB
Jump to navigation Jump to search
(updates)
(colours)
Line 8: Line 8:
** orange for if not fully collected (missing files), and have not started
** orange for if not fully collected (missing files), and have not started
** blue for complete (fully collected and "ready to watch")
** blue for complete (fully collected and "ready to watch")
** blue for watching
** purple for watching
** orange for stalled
** orange for stalled
** red for dropped
** red for dropped

Revision as of 05:55, 15 September 2014

CDB`s improvements on DerIdiot`s AniDBstyle2. Contains mainly ergonomics updates.

Support forum thread here: http://anidb.net/perl-bin/animedb.pl?show=cmt&id=52076

Improvements:

  • Increased gradient of in-mylist green highlighting
  • Highlight mylist entries (on mylist page and other pages where mylist entries appear) based on the following:
    • orange for if not fully collected (missing files), and have not started
    • blue for complete (fully collected and "ready to watch")
    • purple for watching
    • orange for stalled
    • red for dropped
    • green for mylist state "completed"
    • green for all_watched
  • for anime-group in my list, the completion bar, changed from green to red to improve readability
  • Highlight in red any missing char-char and anime-anime relations in the table-fied views of relations <-- courtesy of Worf
  • Display top links (buttons) on anime/character/club/creator/collection/group/song page <-- courtesy of Worf
  • Hide the undumped files column on the group page <-- courtesy of Worf
  • Unhide the undumped files column on the group page if there are undumped files, and mark them in red <-- courtesy of Worf
  • Mark as red any file where release date has not been set <-- courtesy of Worf
  • On the anime-staff add/edit page, remove capitalization of source-info in the header
  • expand default text entry box size
  • Disallow line wrap on userpage stats block
  • vertical align the user page avatar
  • shrink width of info box on userpages
  • div.data max width, to maximize the widths of image vs data div blocks (ie on group pages)
  • userpage sections flex adding (discussions section only so far)
  • nowrap of username on creqhist page (and possibly others)
  • revert to old stars on file tables

For anyone that doesn`t like the buttons at the top of the entry pages and wants to hide them like before, you can add the following to your UserCSS.

#layout-main div.anime_all ul.links_top,
#layout-main div.character_all ul.links_top,
#layout-main div.club_all ul.links_top,
#layout-main div.creator_all ul.links_top,
#layout-main div.collection_all ul.links_top,
#layout-main div.group_all ul.links_top,
#layout-main div.song_all ul.links_top
{
display: none;
}

CDB-Man (talk) 00:01, 14 September 2014 (CEST)