Advertisement
MolSno

MAL Custom List

Jul 19th, 2016
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.94 KB | None | 0 0
  1. .list-table {
  2. border: 1px solid #ebebeb;
  3. border-collapse: collapse;
  4. margin: 0 auto;
  5. width: 100%;
  6. }
  7. .list-table > tbody:nth-of-type(2n+1) {
  8. background-color: #fcfcfc;
  9. }
  10. .list-table .list-table-header .header-title {
  11. background: #f6f6f6 url("/img/pc/ownlist/bar-table-header.png") no-repeat scroll right 7px / 1px 22px;
  12. display: table-cell;
  13. height: 36px;
  14. text-align: center;
  15. vertical-align: middle;
  16. }
  17. .list-table .list-table-header .header-title:last-child {
  18. background-image: none;
  19. }
  20. .list-table .list-table-header .header-title.status {
  21. background-image: none;
  22. width: 4px;
  23. }
  24. .list-table .list-table-header .header-title.number {
  25. width: 30px;
  26. }
  27. .list-table .list-table-header .header-title.image {
  28. width: 66px;
  29. }
  30. .list-table .list-table-header .header-title.title {
  31. padding-left: 8px;
  32. text-align: left;
  33. }
  34. .list-table .list-table-header .header-title.score {
  35. width: 65px;
  36. }
  37. .list-table .list-table-header .header-title.type {
  38. width: 60px;
  39. }
  40. .list-table .list-table-header .header-title.progress {
  41. width: 90px;
  42. }
  43. .list-table .list-table-header .header-title.chapters {
  44. width: 90px;
  45. }
  46. .list-table .list-table-header .header-title.volumes {
  47. width: 90px;
  48. }
  49. .list-table .list-table-header .header-title.tags {
  50. width: 120px;
  51. }
  52. .list-table .list-table-header .header-title.rated {
  53. width: 70px;
  54. }
  55. .list-table .list-table-header .header-title.started {
  56. width: 110px;
  57. }
  58. .list-table .list-table-header .header-title.finished {
  59. width: 110px;
  60. }
  61. .list-table .list-table-header .header-title.days {
  62. width: 45px;
  63. }
  64. .list-table .list-table-header .header-title.storage {
  65. width: 75px;
  66. }
  67. .list-table .list-table-header .header-title.retail {
  68. width: 65px;
  69. }
  70. .list-table .list-table-header .header-title.priority {
  71. width: 70px;
  72. }
  73. .list-table .list-table-header .header-title .link {
  74. font-size: 11px;
  75. text-decoration: none;
  76. }
  77. .list-table .list-table-header .header-title .link.sort {
  78. display: inline-block;
  79. position: relative;
  80. transition-duration: 0.3s;
  81. transition-property: all;
  82. transition-timing-function: ease-in-out;
  83. white-space: nowrap;
  84. }
  85. .list-table .list-table-header .header-title .link.sort:hover {
  86. color: #2556c6;
  87. }
  88. .list-table .list-table-header .header-title .sort-icon {
  89. color: #1d439b;
  90. }
  91. .list-table .list-table-data .data {
  92. background: none repeat scroll 0 0;
  93. border-bottom: 1px dotted #ebebeb;
  94. display: table-cell;
  95. padding: 4px 0;
  96. text-align: center;
  97. vertical-align: middle;
  98. }
  99. .list-table .list-table-data a:hover:not(.edit-disabled) {
  100. text-decoration: underline;
  101. }
  102. .list-table .list-table-data a.edit-disabled {
  103. color: black;
  104. cursor: text;
  105. }
  106. .list-table .list-table-data .tags .edit {
  107. display: inline;
  108. font-family: calibri;
  109. font-size: 10px;
  110. left: 255px;
  111. position: relative;
  112. text-align: center;
  113. }
  114. .list-table .list-table-data .tags .edit:hover {
  115. color: green !important;
  116. }
  117. .list-table .list-table-data .tags textarea {
  118. box-sizing: border-box;
  119. height: 60px;
  120. width: 100%;
  121. }
  122. .list-table .list-table-data .data.image a {
  123. display: inline-block;
  124. }
  125. .list-table .list-table-data .data.image .image {
  126. border: 1px solid #ebebeb;
  127. border-radius: 5px;
  128. height: 68px;
  129. width: 48px;
  130. }
  131. .list-table .list-table-data .data.title {
  132. padding-left: 8px;
  133. text-align: left;
  134. word-wrap: break-word;
  135. }
  136. .list-table .list-table-data .data.title .link {
  137. font-family: century gothic;
  138. font-size: 1.2em;
  139. font-weight: bold;
  140. }
  141. .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 {
  142. color: #bababa;
  143. font-size: 0.9em;
  144. }
  145. .list-table .list-table-data .data.score .link {
  146. font-size: 1.1em;
  147. font-weight: bold;
  148. }
  149. .list-table .list-table-data .data.title .add-edit-more {
  150. float: right;
  151. font-size: 0.9em;
  152. margin-right: 10px;
  153. }
  154. .list-table .list-table-data .data.title .more {
  155. position: relative;
  156. }
  157. .list-table .more-info {
  158. border-bottom: 1px solid #ebebeb;
  159. display: none;
  160. }
  161. .list-table .more-info .more-content {
  162. padding: 10px;
  163. }
  164. .list-table .list-table-data .data.tags {
  165. color: transparent;
  166. font-size: 12px;
  167. text-align: left;
  168. width: 280px;
  169. word-wrap: break-word;
  170. }
  171. .list-table .list-table-data .data.status {
  172. width: 4px;
  173. }
  174. .list-table .list-table-data .data.status .text {
  175. display: none;
  176. }
  177. .list-table .list-table-data .data.status.reading, .list-table .list-table-data .data.status.watching {
  178. background-color: #2db039;
  179. border-style: none;
  180. }
  181. .list-table .list-table-data .data.status.plantoread, .list-table .list-table-data .data.status.plantowatch {
  182. background-color: #c3c3c3;
  183. }
  184. .list-table .list-table-data .data.status.completed {
  185. background-color: #26448f;
  186. }
  187. .list-table .list-table-data .data.status.onhold {
  188. background-color: #f1c83e;
  189. }
  190. .list-table .list-table-data .data.status.dropped {
  191. background-color: #a12f31;
  192. }
  193. .list-table .list-table-data .data.title {
  194. padding-left: 8px;
  195. text-align: left;
  196. }
  197. .list-unit .loading-space {
  198. font-size: 20px;
  199. height: 20px;
  200. margin: 8px;
  201. text-align: center;
  202. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement