User:CDB-Man/CDBstyle: Difference between revisions

Jump to navigation Jump to search
undumped files and no release date files disabler
(colour)
(undumped files and no release date files disabler)
Line 74: Line 74:
=== File related ===
=== File related ===
* Mark as red any file where release date has not been set <-- courtesy of Worf
* Mark as red any file where release date has not been set <-- courtesy of Worf
* Hide the undumped files column on the group page <-- courtesy of Worf
* Hide the undumped files column on the group page by default, and unhide if there are undumped files <-- 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 table cells of undumped files red (file ID, file actions), mark as red any file where release date has not been set <-- courtesy of Worf
** To disable this feature, add the following to your UserCSS:
<pre>
table.filelist td.date.added,
table.filelist tr.undumped td.id,
table.filelist tr.undumped td.id a:link,
table.filelist tr.undumped td.id a:active,
table.filelist tr.undumped td.id a:visited,
table.filelist tr.undumped td.action
{
  visibility: initial;
  background-color: initial;
  color: initial;
  font-weight: normal;
}
table.filelist tr.undumped td.id a:link,
table.filelist tr.undumped td.id a:active,
table.filelist tr.undumped td.id a:visited
{
  color: #105289;
}
table.filelist tr.undumped td.id a:hover
{
  color: #AA0000;
}
</pre>
=== Missing Relations ===
=== Missing Relations ===
* Highlight in red any missing char-char and anime-anime relations in the table-fied views of relations <-- courtesy of Worf
* Highlight in red any missing char-char and anime-anime relations in the table-fied views of relations <-- courtesy of Worf
staff
1,114

edits

Navigation menu

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.