| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- /* for viewing individual anime/manga/kdrama, rather than table.css */
- aside#img {
- float: left;
- margin: 0 25px 25px 0;
- width: 225px;
- }
- section#info {
- float: left;
- width: 470px;
- }
- section#cast {
- float: left;
- width: 620px;
- }
- section#cast p {
- margin: 0;
- }
- section#cast table {
- table-layout: fixed;
- display: none;
- }
- section#cast td {
- padding: 3px;
- }
- section#cast td:nth-child(1) {
- width: 60px;
- }
- section#cast td:nth-child(2) {
- width: 250px;
- }
- section#cast td:nth-child(3) {
- width: 200px;
- }
- section#cast #castlink {
- display: none;
- }
- aside#malstats {
- float: right;
- width: 150px;
- }
- p {
- text-indent: 0;
- }
|