User:Zeromind/char.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
(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...)
 
(No difference)

Latest revision as of 22:09, 2 August 2009

@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;
}