User:Zeromind/char.css

From AniDB
Revision as of 22:09, 2 August 2009 by Zeromind (talk | contribs) (New page: @import "http://static.anidb.net/css-dev/aniblackle/aniblackle.css"; table.characterlist tbody tr:not(.header) { display: inline-table; width: 100px; height: 200px; } table.characterlist t...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import "http://static.anidb.net/css-dev/aniblackle/aniblackle.css";
table.characterlist tbody tr:not(.header)
{
display: inline-table;
width: 100px;
height: 200px;
}
table.characterlist tbody tr td
{
display: table-row;
}
table.characterlist tbody
{
display: table-cell;
}
table.characterlist tbody tr.header,
table.characterlist th.image,
table.characterlist th.action,
table.characterlist th.eprange
{
display: none;
}
table.characterlist tbody tr td.action a
{
float: right !important;
margin-right: 6px !important;
}
div.cast thead tr
{
float: left !important;
}
div.cast thead
{
padding-bottom: 10px !important;
background: transparent !important;
}
div.cast tr
{
margin-right: 10px;
margin-top: 5px;
}
table.characterlist td.rating, td.action
{
display: inline-table !important;
float: right;
}
table.characterlist td.rating a, table.characterlist td.action a, .g_section
{
text-align: left !important;
}

table.characterlist th + th
{
display: inline-block;
margin-left: 0.5em;
}
table.characterlist th
{
background-color: transparent;
}