Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .list-table {
- border: 1px solid #ebebeb;
- border-collapse: collapse;
- margin: 0 auto;
- width: 100%;
- }
- .list-table > tbody:nth-of-type(2n+1) {
- background-color: #fcfcfc;
- }
- .list-table .list-table-header .header-title {
- background: #f6f6f6 url("/img/pc/ownlist/bar-table-header.png") no-repeat scroll right 7px / 1px 22px;
- display: table-cell;
- height: 36px;
- text-align: center;
- vertical-align: middle;
- }
- .list-table .list-table-header .header-title:last-child {
- background-image: none;
- }
- .list-table .list-table-header .header-title.status {
- background-image: none;
- width: 4px;
- }
- .list-table .list-table-header .header-title.number {
- width: 30px;
- }
- .list-table .list-table-header .header-title.image {
- width: 66px;
- }
- .list-table .list-table-header .header-title.title {
- padding-left: 8px;
- text-align: left;
- }
- .list-table .list-table-header .header-title.score {
- width: 65px;
- }
- .list-table .list-table-header .header-title.type {
- width: 60px;
- }
- .list-table .list-table-header .header-title.progress {
- width: 90px;
- }
- .list-table .list-table-header .header-title.chapters {
- width: 90px;
- }
- .list-table .list-table-header .header-title.volumes {
- width: 90px;
- }
- .list-table .list-table-header .header-title.tags {
- width: 120px;
- }
- .list-table .list-table-header .header-title.rated {
- width: 70px;
- }
- .list-table .list-table-header .header-title.started {
- width: 110px;
- }
- .list-table .list-table-header .header-title.finished {
- width: 110px;
- }
- .list-table .list-table-header .header-title.days {
- width: 45px;
- }
- .list-table .list-table-header .header-title.storage {
- width: 75px;
- }
- .list-table .list-table-header .header-title.retail {
- width: 65px;
- }
- .list-table .list-table-header .header-title.priority {
- width: 70px;
- }
- .list-table .list-table-header .header-title .link {
- font-size: 11px;
- text-decoration: none;
- }
- .list-table .list-table-header .header-title .link.sort {
- display: inline-block;
- position: relative;
- transition-duration: 0.3s;
- transition-property: all;
- transition-timing-function: ease-in-out;
- white-space: nowrap;
- }
- .list-table .list-table-header .header-title .link.sort:hover {
- color: #2556c6;
- }
- .list-table .list-table-header .header-title .sort-icon {
- color: #1d439b;
- }
- .list-table .list-table-data .data {
- background: none repeat scroll 0 0;
- border-bottom: 1px dotted #ebebeb;
- display: table-cell;
- padding: 4px 0;
- text-align: center;
- vertical-align: middle;
- }
- .list-table .list-table-data a:hover:not(.edit-disabled) {
- text-decoration: underline;
- }
- .list-table .list-table-data a.edit-disabled {
- color: black;
- cursor: text;
- }
- .list-table .list-table-data .tags .edit {
- display: inline;
- font-family: calibri;
- font-size: 10px;
- left: 255px;
- position: relative;
- text-align: center;
- }
- .list-table .list-table-data .tags .edit:hover {
- color: green !important;
- }
- .list-table .list-table-data .tags textarea {
- box-sizing: border-box;
- height: 60px;
- width: 100%;
- }
- .list-table .list-table-data .data.image a {
- display: inline-block;
- }
- .list-table .list-table-data .data.image .image {
- border: 1px solid #ebebeb;
- border-radius: 5px;
- height: 68px;
- width: 48px;
- }
- .list-table .list-table-data .data.title {
- padding-left: 8px;
- text-align: left;
- word-wrap: break-word;
- }
- .list-table .list-table-data .data.title .link {
- font-family: century gothic;
- font-size: 1.2em;
- font-weight: bold;
- }
- .list-table .list-table-data .data.title .rewatching, .list-table .list-table-data .data.title .rereading, .list-table .list-table-data .data.title .content-status {
- color: #bababa;
- font-size: 0.9em;
- }
- .list-table .list-table-data .data.score .link {
- font-size: 1.1em;
- font-weight: bold;
- }
- .list-table .list-table-data .data.title .add-edit-more {
- float: right;
- font-size: 0.9em;
- margin-right: 10px;
- }
- .list-table .list-table-data .data.title .more {
- position: relative;
- }
- .list-table .more-info {
- border-bottom: 1px solid #ebebeb;
- display: none;
- }
- .list-table .more-info .more-content {
- padding: 10px;
- }
- .list-table .list-table-data .data.tags {
- color: transparent;
- font-size: 12px;
- text-align: left;
- width: 280px;
- word-wrap: break-word;
- }
- .list-table .list-table-data .data.status {
- width: 4px;
- }
- .list-table .list-table-data .data.status .text {
- display: none;
- }
- .list-table .list-table-data .data.status.reading, .list-table .list-table-data .data.status.watching {
- background-color: #2db039;
- border-style: none;
- }
- .list-table .list-table-data .data.status.plantoread, .list-table .list-table-data .data.status.plantowatch {
- background-color: #c3c3c3;
- }
- .list-table .list-table-data .data.status.completed {
- background-color: #26448f;
- }
- .list-table .list-table-data .data.status.onhold {
- background-color: #f1c83e;
- }
- .list-table .list-table-data .data.status.dropped {
- background-color: #a12f31;
- }
- .list-table .list-table-data .data.title {
- padding-left: 8px;
- text-align: left;
- }
- .list-unit .loading-space {
- font-size: 20px;
- height: 20px;
- margin: 8px;
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement