Advertisement
ValerioLyndon

Takana #1 Modified for Saent 19-04-13

Apr 13th, 2019
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @\import "https://malscraper.azurewebsites.net/covers/auto/presets/dataimagelinkbefore";
  2. @\import "https://fonts.googleapis.com/css?family=UnifrakturMaguntia|Slabo+27px|PT+Sans+Narrow";
  3.  
  4.  
  5.  
  6. /*BANNER AVATAR
  7. */
  8. .cover-block::after {background-image: url(https://media.giphy.com/media/YMkQf8sYHmwASUEGJi/giphy.gif);}
  9.  
  10. /* BANNER QUOTE
  11. */
  12. .cover-block::before {
  13. content: "Bitch Ass Weeb";
  14. }
  15.  
  16. /*CURRENTLY WATCHING MAIN WALLPAPER*/
  17. body[data-query*='"status":1'] {
  18. background-image: url(https://images.alphacoders.com/891/891591.png);
  19. }
  20. /*COMPLETED MAIN WALLPAPER*/
  21. body[data-query*='"status":2'] {
  22. background-image: url(https://anigmatech.com/wp-content/uploads/2018/10/Noelle-Silva-Black-Bulls-Black-Clover-Anigma-Tech.png);
  23. }
  24. /*ON HOLD MAIN WALLPAPER*/
  25. body[data-query*='"status":3'] {
  26. background-image: url(https://images7.alphacoders.com/900/thumb-1920-900566.png);
  27. }
  28. /*DROPPED MAIN WALLPAPER*/
  29. body[data-query*='"status":4'] {
  30. background-image: url(https://images5.alphacoders.com/900/thumb-1920-900563.png);
  31. }
  32. /*PLANNED MAIN WALLPAPER*/
  33. body[data-query*='"status":6'] {
  34. background-image: url(https://stmed.net/sites/default/files/black-clover-wallpapers-25760-5658098.png);
  35. }
  36. /*ALL ANIME/MANGA MAIN WALLPAPER*/
  37. body[data-query*='"status":7'] {
  38. background-image: url(https://stmed.net/sites/default/files/black-clover-wallpapers-25760-3027843.png);
  39. }
  40.  
  41.  
  42. /* ANIME/MANGA CONTAINER SETTINGS */
  43.  
  44. .list-table > tbody:nth-of-type(2n+1) {
  45. background-color: rgba(0,0,0,.4) !important;
  46. }
  47.  
  48. .list-table > tbody:nth-of-type(2n) {
  49. background-color: rgba(0,0,0,.3) !important;
  50. }
  51.  
  52. .list-unit .list-status-title {
  53. background-color:rgba(0,0,0,.3) !important;
  54. }
  55.  
  56.  
  57.  
  58.  
  59. /* OTHER CODES */
  60. .list-unit .list-status-title {
  61. position: relative;
  62. display: table-cell;
  63. background-color: transparent;
  64. width: 1000px;
  65. height:0px !important;
  66. /*background-color:rgba(127,127,127,1);*/
  67. }
  68.  
  69.  
  70. /* picture at the bottom of your list
  71. ** please note that default is a seiren picture even if you delete the image url below(it's just a sample image which you need to replace).
  72. ** if you don't want this section, just delete the image url
  73. */
  74. .list-unit .loading-space {
  75. height:250px;
  76. width:1000px;
  77. background-image:url(http://i.imgur.com/oUcAp2Y.png);
  78. }
  79.  
  80.  
  81. #advanced-options {
  82. position: fixed;
  83. top: 24px;
  84. left: 0;
  85. right: 0;
  86. background-color: rgba(255,255,255,.9);
  87. display: none;
  88. width: 860px;
  89. margin: 0 auto;
  90. padding: 25px 0px 30px;
  91. -moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  92. -webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  93. -o-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  94. -ms-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  95. box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  96. color: #323232;
  97. text-align: left;
  98. font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif;
  99. z-index: 1101;
  100. border: none;
  101. background-image: url();
  102. background-repeat: no-repeat;
  103. background-size: cover;
  104. background-position: 50% 100%; }
  105.  
  106. #advanced-options .advanced-options-header {
  107. width: 750px;
  108. margin: 0px auto;
  109. padding-bottom: 4px;
  110. border-bottom: 1px solid #BEBEBE;
  111. font-size: 16px;
  112. color:rgba(0,0,0,.6) !important;
  113. }
  114.  
  115.  
  116. #advanced-options .advanced-options-header .description {
  117. font-size: 12px;
  118. font-weight: normal;
  119. margin-left: 8px;
  120. color:rgba(0,0,0,.6) !important;
  121. }
  122.  
  123. #advanced-options .sort-widget .widget-header, #advanced-options .filter-widget .widget-header, #advanced-options .filter-widget.aired-date .text, #advanced-options .filter-widget.published-date .text {
  124. color:rgba(0,0,0,.6) !important;
  125. }
  126.  
  127. #advanced-options select {
  128. -ms-appearance: none;
  129. -webkit-appearance: none;
  130. -moz-appearance: none;
  131. appearance: none;
  132. background-image: url(/img/pc/ownlist/icon_pulldown_triangle.png);
  133. background-repeat: no-repeat;
  134. background-position: center right;
  135. background-size: 18px 8px;
  136. background-color: #FFFFFF;
  137. display: inline-block;
  138. height: 25px;
  139. padding: 4px 20px 4px 4px;
  140. padding-right: 4px\0;
  141. border: #BEBEBE 1px solid;
  142. border-radius: 0px;
  143. font-size: 12px;
  144. }
  145. #advanced-options select::-ms-expand {
  146. display: none;
  147. }
  148.  
  149. #advanced-options select:disabled {
  150. background-image: url(/img/pc/ownlist/icon_pulldown_triangle_disable.png);
  151. color: #9B9B9B;
  152. }
  153.  
  154. #advanced-options input[type=text] {
  155. padding: 4px;
  156. border: #BEBEBE 1px solid;
  157. }
  158.  
  159. #advanced-options input:focus {
  160. outline: none;
  161. }
  162.  
  163.  
  164. /* sort */
  165. #advanced-options .sort-widget {
  166. margin: 0px auto;
  167. padding: 12px 0px 0px;
  168. width: 750px;
  169. }
  170. #advanced-options .sort-widget:last-of-type {
  171. padding-bottom: 45px;
  172. }
  173.  
  174. #advanced-options .sort-widget select {
  175. width: 172px;
  176. margin-right: 8px;
  177. }
  178.  
  179. #advanced-options .sort-widget input[type=radio] {
  180. display: none;
  181. }
  182. #advanced-options .sort-widget input[type=radio] + label {
  183. background-color: #FFFFFF;
  184. display: inline-block;
  185. width: 56px;
  186. padding: 5px 0px;
  187. border: #BEBEBE 1px solid;
  188. border-radius: 4px;
  189. color: #323232;
  190. font-size: 12px;
  191. text-align: center;
  192. cursor: pointer;
  193. }
  194. #advanced-options .sort-widget input[type=radio]:checked + label {
  195. background-color: #244291;
  196. border: #244291 1px solid;
  197. color: #FFFFFF;
  198. }
  199. #advanced-options .sort-widget input[type=radio]:disabled + label {
  200. border: #BEBEBE 1px solid;
  201. color: #9B9B9B;
  202. }
  203. #advanced-options .sort-widget input[type=radio]:checked:disabled + label {
  204. background-color: #FFFFFF;
  205. border: #BEBEBE 1px solid;
  206. color: #9B9B9B;
  207. }
  208.  
  209. /* filter */
  210. #advanced-options .filter-widget {
  211. margin: 0px auto;
  212. padding: 12px 0px 0;
  213. width: 750px;
  214. }
  215.  
  216. #advanced-options .filter-widget select {
  217. margin-right: 8px;
  218. font-size: 12px;
  219. }
  220.  
  221. #advanced-options .filter-widget.title input[type=text] {
  222. width: 360px;
  223. }
  224.  
  225. #advanced-options .filter-widget.airing-status select,
  226. #advanced-options .filter-widget.publishing-status select {
  227. width: 152px;
  228. }
  229.  
  230. #advanced-options .filter-widget.producer select,
  231. #advanced-options .filter-widget.magazine select {
  232. width: 360px;
  233. }
  234.  
  235. #advanced-options .filter-widget.aired-date select.year,
  236. #advanced-options .filter-widget.published-date select.year {
  237. width: 80px;
  238. }
  239.  
  240. #advanced-options .filter-widget.aired-date select.month,
  241. #advanced-options .filter-widget.published-date select.month,
  242. #advanced-options .filter-widget.aired-date select.day,
  243. #advanced-options .filter-widget.published-date select.day {
  244. width: 60px;
  245. }
  246.  
  247. #advanced-options .filter-widget.aired-date .text,
  248. #advanced-options .filter-widget.published-date .text {
  249. display: inline-block;
  250. margin-right: 4px;
  251. font-size: 12px;
  252. }
  253.  
  254. #advanced-options .filter-widget.aired-season select.year {
  255. width: 80px;
  256. }
  257.  
  258. #advanced-options .filter-widget.aired-season select.season {
  259. width: 110px;
  260. }
  261.  
  262. #advanced-options .sort-widget .widget-header,
  263. #advanced-options .filter-widget .widget-header {
  264. display: inline-block;
  265. width: 110px;
  266. font-size: 12px;
  267. font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif;
  268. }
  269.  
  270. #advanced-options .sort-widget:last-of-type,
  271. #advanced-options .filter-widget:last-of-type {
  272. padding-bottom: 40px;
  273. }
  274.  
  275. #advanced-options .advanced-options-button {
  276. width: 750px;
  277. margin: 0px auto;
  278. padding: 12px 0px 0px;
  279. border-top: 1px solid #BEBEBE;
  280. text-align: center;
  281. }
  282.  
  283. #advanced-options .btn-apply,
  284. #advanced-options .btn-clear {
  285. background-color: rgba(0,0,0, 0.8);
  286. display: inline-block;
  287. width: 135px;
  288. margin: 0 4px;
  289. padding: 6px 0px;
  290. border-radius: 4px;
  291. font-size: 12px;
  292. color: #FFFFFF;
  293. text-align: center;
  294. -moz-transition-property: all;
  295. -o-transition-property: all;
  296. -webkit-transition-property: all;
  297. transition-property: all;
  298. -moz-transition-duration: 0.3s;
  299. -o-transition-duration: 0.3s;
  300. -webkit-transition-duration: 0.3s;
  301. transition-duration: 0.3s;
  302. -moz-transition-timing-function: ease-in-out;
  303. -o-transition-timing-function: ease-in-out;
  304. -webkit-transition-timing-function: ease-in-out;
  305. transition-timing-function: ease-in-out;
  306. }
  307.  
  308. #advanced-options .btn-apply:hover,
  309. #advanced-options .btn-clear:hover {
  310. background-color: rgba(0,0,0, 0.8);
  311. }
  312.  
  313.  
  314.  
  315. /**
  316. * General Styles
  317. */
  318.  
  319.  
  320. td {
  321. line-height: 1.5em;
  322. height: 35px !important;
  323. border:none !important;
  324. }
  325.  
  326. a {
  327. color: #fff;
  328. text-decoration: none;
  329. }
  330. a:hover {
  331. color: #fff !important;
  332. text-decoration: none;
  333. }
  334.  
  335. #footer-block {
  336. padding: 15px 0;
  337. background-color: #244291;
  338. color: #FFFFFF;
  339. font-family: Avenir, "lucida grande", tahoma, verdana, arial, sans-serif;
  340. display:none;
  341. }
  342.  
  343. #copyright {
  344. font-size: 12px;
  345. color: #FFFFFF;
  346. padding-top: 3px;
  347. text-align: center;
  348. }
  349.  
  350. /*
  351. * Header
  352. */
  353. .header a {
  354. font-weight: bold;
  355. color: #fff !important;
  356. }
  357. .header a:hover {
  358. text-decoration: underline;
  359. }
  360.  
  361. .header {
  362. position: absolute;
  363. color: #fff;
  364. display: block;
  365. width: 100%;
  366. height: 50px;
  367. margin: 0 auto
  368. border:none;
  369. background: -webkit-linear-gradient(rgba(0,0,0,.4), transparent); /* For Safari 5.1 to 6.0 */
  370. background: -o-linear-gradient(rgba(0,0,0,.4), transparent); /* For Opera 11.1 to 12.0 */
  371. background: -moz-linear-gradient(rgba(0,0,0,.4), transparent); /* For Firefox 3.6 to 15 */
  372. background: linear-gradient(rgba(0,0,0,.4), transparent); /* Standard syntax */
  373. -moz-transition-property: all;
  374. -o-transition-property: all;
  375. -webkit-transition-property: all;
  376. transition-property: all;
  377. -moz-transition-duration: 0.3s;
  378. -o-transition-duration: 0.3s;
  379. -webkit-transition-duration: 0.3s;
  380. transition-duration: 0.3s;
  381. -moz-transition-timing-function: ease-in-out;
  382. -o-transition-timing-function: ease-in-out;
  383. -webkit-transition-timing-function: ease-in-out;
  384. transition-timing-function: ease-in-out;
  385. z-index: 40;
  386. }
  387.  
  388. .header:hover {background-color:rgba(0,0,0,.5);
  389. -moz-transition-property: all;
  390. -o-transition-property: all;
  391. -webkit-transition-property: all;
  392. transition-property: all;
  393. -moz-transition-duration: 0.3s;
  394. -o-transition-duration: 0.3s;
  395. -webkit-transition-duration: 0.3s;
  396. transition-duration: 0.3s;
  397. -moz-transition-timing-function: ease-in-out;
  398. -o-transition-timing-function: ease-in-out;
  399. -webkit-transition-timing-function: ease-in-out;
  400. transition-timing-function: ease-in-out;
  401.  
  402. }
  403.  
  404. .header .header-menu {
  405. position: absolute;
  406. top: 5px;
  407. right: 4px
  408. }
  409. .header .header-menu.other {
  410. top: 5px;
  411. }
  412.  
  413.  
  414.  
  415. .header .header-menu .header-info {
  416. font-size: 10px;
  417. margin-top: 6px;
  418. margin-right: 15px;
  419. text-align: right;
  420. }
  421.  
  422. .header .username {
  423. font-weight: bold;
  424. }
  425.  
  426. .header .header-menu .list-menu {
  427. position: absolute;
  428. top: 25px;
  429. right: -4px;
  430. background-color: rgba(255,255,255,.8);
  431. display: none;
  432. border: none !important;
  433. -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  434. -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  435. box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
  436. z-index: 1;
  437. }
  438.  
  439. .header .header-menu .list-menu .icon-menu {
  440. display: block;
  441. width: 150px;
  442. height: 30px;
  443. color: #000;
  444. font-size: 14px;
  445. font-weight: bold;
  446. text-decoration: none;
  447. -moz-transition-property: all;
  448. -o-transition-property: all;
  449. -webkit-transition-property: all;
  450. transition-property: all;
  451. -moz-transition-duration: 0.3s;
  452. -o-transition-duration: 0.3s;
  453. -webkit-transition-duration: 0.3s;
  454. transition-duration: 0.3s;
  455. -moz-transition-timing-function: ease-in-out;
  456. -o-transition-timing-function: ease-in-out;
  457. -webkit-transition-timing-function: ease-in-out;
  458. transition-timing-function: ease-in-out;
  459. }
  460.  
  461. .header .header-menu .list-menu .icon-menu:hover {
  462. background-color: rgba(0,0,0,.5);
  463. }
  464.  
  465. .header .header-menu .list-menu .icon-menu svg.icon {
  466. position: absolute;
  467. fill: rgba(0,0,0,.5);
  468. left: 12px;
  469. top: 4px;
  470. }
  471.  
  472. .header .header-menu .list-menu .icon-menu:hover svg.icon {
  473. fill: rgba(255,255,255,1) !important;
  474. }
  475.  
  476. .header .header-menu .list-menu .icon-menu .text {
  477. position: absolute;
  478. left: 52px;
  479. top: 6px;
  480. }
  481.  
  482. .header .header-menu .list-menu .icon-menu:hover .text {color:rgba(255,255,255,1) !important;}
  483.  
  484. .header .header-menu .btn-menu {
  485. display: block;
  486. text-align: right;
  487. color: rgba(0,0,0,0.7) !important;
  488. font-size: 12px !important;
  489. text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000;
  490. }
  491.  
  492. #header-menu-dropdown > a {color: rgba(0,0,0,.5) !important;}
  493.  
  494. /* svg.icon.icon-manga-list {color: rgba(0,0,0,.5) !important;} */
  495.  
  496. /**
  497. * Floating Menu
  498. */
  499. /**
  500. * Floating Menu
  501. */
  502. .list-menu-float:before
  503. {content: "\f0c9";
  504. font-family: 'FontAwesome' !important;
  505. display: block;
  506. text-align: center !important;
  507. text-indent: 10px;
  508. color: #fff !important;
  509. font-size:1.5em !important;
  510. height: 50px;
  511. width: 40px;
  512. line-height: 50px;}
  513.  
  514. .list-menu-float:hover:before {
  515. font-size:1.7em !important;
  516. text-shadow: 0 0 2px #fff, 0 0 1px #fff, 1px 1px 7px #fff, 0 0 0 #fff;
  517. -moz-transition-property: all;
  518. -o-transition-property: all;
  519. -webkit-transition-property: all;
  520. transition-property: all;
  521. -moz-transition-duration: 0.3s;
  522. -o-transition-duration: 0.3s;
  523. -webkit-transition-duration: 0.3s;
  524. transition-duration: 0.3s;
  525. -moz-transition-timing-function: ease-in-out;
  526. -o-transition-timing-function: ease-in-out;
  527. -webkit-transition-timing-function: ease-in-out;
  528. transition-timing-function: ease-in-out;
  529. }
  530.  
  531. .list-menu-float
  532. {position: absolute;
  533. top: 0px;
  534. left:0px;
  535. width: 50px;
  536. border: none;
  537. opacity: 1;
  538. height: 40px !important;
  539. z-index: 100;
  540.  
  541. }
  542.  
  543. .list-menu-float .icon-menu
  544. {display: block;
  545. width: 120px;
  546. background-color: #dfdfdf;
  547. height: 30px;
  548. line-height: 30px;
  549. text-indent: 10px;
  550. opacity:0;
  551. }
  552.  
  553. .list-menu-float:hover .icon-menu
  554. {opacity:1;
  555. -moz-transition-property: all;
  556. -o-transition-property: all;
  557. -webkit-transition-property: all;
  558. transition-property: all;
  559. -moz-transition-duration: 0.3s;
  560. -o-transition-duration: 0.3s;
  561. -webkit-transition-duration: 0.3s;
  562. transition-duration: 0.3s;
  563. -moz-transition-timing-function: ease-in-out;
  564. -o-transition-timing-function: ease-in-out;
  565. -webkit-transition-timing-function: ease-in-out;
  566. transition-timing-function: ease-in-out;}
  567.  
  568. .list-menu-float .icon-menu.profile
  569. {background-image: none !important;}
  570.  
  571. .list-menu-float .icon-menu.profile:before
  572. {position:absolute;
  573. width:120px !important;
  574. content: "\f007\00a0Profile";
  575. font-family: 'FontAwesome' !important;
  576. margin-top:5px !important;
  577. margin-left:-65px !important;
  578. color: #000;
  579. text-align: center;}
  580.  
  581. .list-menu-float .icon-menu .text
  582. {opacity: 1;
  583. width: auto;
  584. left: 20px;
  585. top: 0;
  586. color: #555555;}
  587.  
  588. .list-menu-float .icon-menu:hover
  589. {width: 120px !important;
  590. background-color:rgba(0,0,0,.5) !important;}
  591.  
  592. .list-menu-float .icon-menu:hover .text, .list-menu-float .icon-menu:hover:before, .list-menu-float .icon-menu:hover:after
  593. {color: #fff;
  594. width: auto;}
  595.  
  596. .list-menu-float .icon-menu.logout
  597. {border-radius: 0 0 4px 4px;}
  598.  
  599. .list-menu-float .icon-menu.setting
  600. {display:none;}
  601.  
  602. .list-menu-float .icon-menu svg.icon
  603. {top: 7px !important;
  604. left: 5px !important;
  605. width: 15px;
  606. height: 15px;}
  607.  
  608. .list-menu-float .icon-menu.setting svg.icon-setting {display:none;}
  609. /**
  610. * List Container
  611. */
  612.  
  613. .list-container {
  614. position: absolute;
  615. background-color: transparent !important;
  616. width: 1000px;
  617. left: 0;
  618. right: 0;
  619. margin: auto;
  620. margin-top:100px;
  621. box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000;
  622. border:none !important;
  623. margin-bottom:30px;
  624. }
  625.  
  626. /**
  627. * List Container - Cover Block
  628. */
  629. .cover-block {
  630. position:relative;
  631. display: block;
  632. width: 1000px;
  633. margin: 0 auto;
  634. height:auto;
  635. text-align: center;
  636. vertical-align: middle;
  637. /*box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000;*/
  638. padding-bottom:40px;
  639.  
  640. }
  641.  
  642. .cover-block .image-container {
  643. display: block;
  644. width: 1000px;
  645. height:auto;
  646. padding-top:0;
  647. }
  648.  
  649. .cover-block .image-container.hide {
  650. display: none;
  651. }
  652.  
  653. .cover-block .image-container img {
  654. max-width: 1000px;
  655. height: auto;
  656. }
  657.  
  658. /* cover image */
  659.  
  660. #cover-image{
  661.  
  662. margin:auto;
  663. width:1000px !important;
  664. height:auto;
  665. background-color:transparent;
  666. background-size: cover !important;
  667. background-position: 50% 50%;
  668.  
  669. }
  670.  
  671. /* setting icon */
  672. .cover-block .image-container .btn-list-setting {
  673. display: none;
  674. }
  675.  
  676. .cover-block .image-container:hover .btn-list-setting {
  677. display: block;
  678. position: absolute;
  679. top: 20px;
  680. right: 28px;
  681. padding: 8px;
  682. border: rgba(255,255,255,0) 1px solid;
  683. font-size: 14px;
  684. color: #ffffff;
  685. font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif;
  686. }
  687.  
  688. .cover-block .image-container .btn-list-setting:hover {
  689. position: absolute;
  690. top: 20px;
  691. right: 28px;
  692. background-color: rgba(0,0,0,0.6);
  693. padding: 8px;
  694. border: none;
  695. -moz-box-shadow: 0 0 4px #000000;
  696. -webkit-box-shadow: 0 0 4px #000000;
  697. -o-box-shadow: 0 0 4px #000000;
  698. -ms-box-shadow: 0 0 4px #000000;
  699. box-shadow: 0 0 4px #000000;
  700. font-size: 14px;
  701. color: #ffffff;
  702. text-shadow: #323232 1px 1px 1px;
  703. }
  704.  
  705. .cover-block .image-container .btn-list-setting .fa-camera {
  706. font-size: 16px;
  707. -moz-text-shadow: #000000 1px 1px 3px;
  708. -webkit-text-shadow: #000000 1px 1px 3px;
  709. -o-text-shadow: #000000 1px 1px 3px;
  710. -ms-text-shadow: #000000 1px 1px 3px;
  711. text-shadow: #000000 1px 1px 3px;
  712. -ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=1,offy=1)";
  713. }
  714.  
  715. .cover-block .image-container .btn-list-setting .icon-plus-circle {
  716. position: absolute;
  717. top: 4px;
  718. left: 18px;
  719. background-color: rgba(0,0,0,0.6);
  720. border-radius: 50%;
  721. -moz-box-shadow: -1px 1px 0px 0px #323232;
  722. -webkit-box-shadow: -1px 1px 0px 0px #323232;
  723. -o-box-shadow: -1px 1px 0px 0px #323232;
  724. -ms-box-shadow: -1px 1px 0px 0px #323232;
  725. box-shadow: -1px 1px 0px 0px #323232;
  726. font-size: 10px;
  727. }
  728.  
  729. .cover-block .image-container .btn-list-setting .text {
  730. display: none;
  731. }
  732.  
  733. .cover-block .image-container .btn-list-setting:hover .text {
  734. display: inline-block;;
  735. margin-left: 4px;
  736. }
  737.  
  738.  
  739. /**
  740. * List Container - Status Menu
  741. */
  742. .status-menu-container {
  743. width: 1000px;
  744. height: 40px;
  745. background-color: rgba(255,255,255,.9);
  746. border-bottom: none;
  747. z-index: 1;
  748. margin-top:-40px;
  749. }
  750.  
  751. .status-menu-container.fixed {
  752. position: absolute;
  753. display: none !important;
  754. top: 0;
  755. }
  756.  
  757. .status-menu-container.fixed + div.list-block {
  758. margin-top: 0px;
  759. }
  760.  
  761. .status-menu-container .status-menu {
  762. display: table;
  763. margin: 0 auto;
  764. border-collapse: separate;
  765. border-spacing: 0px 0;
  766. }
  767.  
  768. .status-menu-container .status-menu .status-button {
  769. position: relative;
  770. display: table-cell;
  771. padding: 10px;
  772. left: 17px !important;
  773. font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif;
  774. text-align: center;
  775. vertical-align: middle;
  776. padding: 1.2em 10px;
  777. line-height: 1.105em;
  778. font-size: 1.1em;
  779. color: #9B9B9B;
  780. }
  781.  
  782. .status-menu-container .status-menu .status-button.on {
  783. color: #000;
  784. font-weight: bold;
  785. }
  786.  
  787. .status-menu-container .status-menu .status-button:hover {
  788. background-color: rgba(0,0,0,.5);
  789. color: #fff;
  790. -moz-transition-property: all;
  791. -o-transition-property: all;
  792. -webkit-transition-property: all;
  793. transition-property: all;
  794. -moz-transition-duration: 0.3s;
  795. -o-transition-duration: 0.3s;
  796. -webkit-transition-duration: 0.3s;
  797. transition-duration: 0.3s;
  798. -moz-transition-timing-function: ease-in-out;
  799. -o-transition-timing-function: ease-in-out;
  800. -webkit-transition-timing-function: ease-in-out;
  801. transition-timing-function: ease-in-out;
  802. }
  803.  
  804. .status-menu-container .status-menu .status-button.on:after, .status-menu .status-button:hover:after {
  805. opacity: 1
  806. }
  807.  
  808. .status-menu-container .status-menu .status-button.watching:before, .status-menu-container .status-menu .status-button.reading:before {
  809. content: "\f152\00a0\00a0";
  810. float: left;
  811. font-size: 1.5em;
  812. font-family: 'FontAwesome' !important;
  813. }
  814.  
  815. .status-menu-container .status-menu .status-button.completed:before {
  816. content: "\f05d\00a0\00a0";
  817. float: left;
  818. font-size: 1.5em;
  819. font-family: 'FontAwesome' !important;
  820. }
  821.  
  822. .status-menu-container .status-menu .status-button.onhold:before {
  823. content: "\f017\00a0\00a0";
  824. float: left;
  825. font-size: 1.5em;
  826. font-family: 'FontAwesome' !important;
  827. }
  828.  
  829. .status-menu-container .status-menu .status-button.plantowatch:before, .status-menu-container .status-menu .status-button.plantoread:before {
  830. content: "\f073\00a0\00a0";
  831. float: left;
  832. font-size: 1.5em;
  833. font-family: 'FontAwesome' !important;
  834. }
  835.  
  836. .status-menu-container .status-menu .status-button.dropped:before {
  837. content: "\f00d\00a0\00a0";
  838. float: left;
  839. font-size: 1.5em;
  840. font-family: 'FontAwesome' !important;
  841. }
  842.  
  843. .status-menu-container .status-menu .status-button.all_anime:before {
  844. content: "\f022\00a0";
  845. float: left;
  846. font-size: 1.5em;
  847. font-family: 'FontAwesome' !important;
  848. }
  849.  
  850. .status-menu-container .status-menu .status-button:after {display:none !important;}
  851.  
  852. /*scroll bar*/
  853.  
  854. ::-webkit-scrollbar
  855. {height: 7px;
  856. width: 7px;
  857. background-color: #f5f5f5;}
  858. ::-webkit-scrollbar-thumb
  859. {border: 2px solid #f5f5f5;
  860. background-color: #9B9B9B;}
  861.  
  862. /**
  863. * List Container - Status Menu - Search
  864. */
  865. .status-menu-container .search-container {
  866. position: absolute;
  867. right: 5px;
  868. z-index:20;
  869. }
  870. .status-menu-container .search-container #search-button {
  871. display: inline-block;
  872. height: 22px;
  873. margin-top: 10px;
  874. color: #787878;
  875. font-size: 1.6em;
  876. vertical-align: middle;
  877. }
  878.  
  879. .status-menu-container .search-container #search-box {
  880. display: inline-block;
  881. width: 0;
  882. height: 22px;
  883. overflow: hidden;
  884. margin-top: 5px;
  885. -webkit-transition: width 0.3s;
  886. -moz-transition: width 0.3s;
  887. transition: width 0.3s;
  888. -webkit-backface-visibility: hidden;
  889. vertical-align: middle;
  890. }
  891.  
  892. .status-menu-container .search-container #search-box.open {
  893. display: inline-block;
  894. width: 130px;
  895. }
  896.  
  897. .status-menu-container .search-container #search-box input {
  898. width: 100%;
  899. height: 100%;
  900. box-sizing: border-box;
  901. }
  902.  
  903.  
  904. /**
  905. * List Container - List Block
  906. */
  907. .list-block {
  908. margin: 0;
  909. min-height:265px;
  910. }
  911.  
  912. .list-unit {
  913. background-color:transparent;
  914. margin: auto;
  915. width: 1000px;
  916. /*box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000;*/
  917. }
  918.  
  919. /**
  920. * List Container - List Status Title (with Stats)
  921. */
  922.  
  923.  
  924. .list-unit .list-status-title .text {
  925. display: block;
  926. width: 1000px;
  927. height: 38px !important;
  928. font-size: 22px;
  929. color: #fff;
  930. text-align: center;
  931. vertical-align: middle;
  932. text-align: center;
  933. font-weight: 500;
  934. letter-spacing: 0.5px;
  935. border:none;
  936. text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #FFF !important;
  937. font-style: bold;
  938. background-color: transparent;
  939. margin-top: 120px !important;
  940. }
  941.  
  942.  
  943.  
  944.  
  945. .list-unit .list-status-title .stats a.filterd {
  946. text-shadow: 0px 0px 2px #FFF;
  947. }
  948.  
  949. .list-unit .list-status-title .stats a:hover {
  950. background:rgba(0,0,0,.5);
  951. padding:8px;
  952. -moz-transition-property: all;
  953. -o-transition-property: all;
  954. -webkit-transition-property: all;
  955. transition-property: all;
  956. -moz-transition-duration: 0.3s;
  957. -o-transition-duration: 0.3s;
  958. -webkit-transition-duration: 0.3s;
  959. transition-duration: 0.3s;
  960. -moz-transition-timing-function: ease-in-out;
  961. -o-transition-timing-function: ease-in-out;
  962. -webkit-transition-timing-function: ease-in-out;
  963. transition-timing-function: ease-in-out;
  964. }
  965.  
  966.  
  967. .list-unit .list-stats {
  968. background-color: rgba(255,255,255,.8);
  969. margin-top: -155px !important;
  970. color : #000;
  971. height: 25px;
  972. margin:auto;
  973. position: absolute;
  974. width: 1000px;
  975. z-index: 1 !important;
  976. }
  977.  
  978. .list-unit .list-status-title .stats {
  979. position: absolute;
  980. height: 40px;
  981. line-height: 40px;
  982. width:180px;
  983. right: -25px;
  984. margin-top: -197px;
  985. z-index: 1;
  986. }
  987.  
  988. .list-unit .list-status-title .stats a {
  989.  
  990. color: #9B9B9B;
  991. padding:8px;
  992. margin:0 !important;
  993. }
  994.  
  995.  
  996. /**
  997. * List Container - List Table
  998. */
  999.  
  1000. .list-table {
  1001. width: 100%;
  1002. margin: 0 auto;
  1003. border-collapse: collapse;
  1004. background-color:transparent !important;
  1005. color: #fff !important;
  1006. border:none;
  1007. }
  1008.  
  1009.  
  1010.  
  1011. /**
  1012. * List Container - List Table - Header
  1013. */
  1014.  
  1015. .list-table .list-table-header .header-title {
  1016.     height: 39px;
  1017.     padding: 0 !important;
  1018.     background: transparent;
  1019.     border-bottom: 0;
  1020.     color: #fff;
  1021.     line-height: 40px;
  1022.     text-align: center;
  1023.     vertical-align: middle;
  1024.     text-align: center;
  1025.     -moz-transition-property: all;
  1026.     -o-transition-property: all;
  1027.     -webkit-transition-property: all;
  1028.     transition-property: all;
  1029.     -moz-transition-duration: 0.3s;
  1030.     -o-transition-duration: 0.3s;
  1031.     -webkit-transition-duration: 0.3s;
  1032.     transition-duration: 0.3s;
  1033.     -moz-transition-timing-function: ease-in-out;
  1034.     -o-transition-timing-function: ease-in-out;
  1035.     -webkit-transition-timing-function: ease-in-out;
  1036.     transition-timing-function: ease-in-out;
  1037. }
  1038. .list-table .list-table-header .header-title:hover {
  1039.     background: rgba(0, 0, 0, .5);
  1040. }
  1041.  
  1042. .list-table .list-table-header .header-title .link,
  1043. .list-table .list-table-header .header-title .link.sort {
  1044.     display: block;
  1045.     padding: 0 5px;
  1046.     height: 40px;
  1047.     color: #fff;
  1048. }
  1049.  
  1050. .list-table .list-table-header .header-title .sort-icon {
  1051.     color: inherit;
  1052. }
  1053.  
  1054.  
  1055.  
  1056.  
  1057. /* customize list */
  1058.  
  1059. .list-table .list-table-data {
  1060.  
  1061. }
  1062.  
  1063.  
  1064. .list-table .list-table-data:hover {
  1065. /*box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important;*/
  1066. transition: .2s linear;
  1067. background-color:rgba(0,0,0,.3);
  1068. }
  1069.  
  1070.  
  1071. .list-table .list-table-data:hover .data.title {
  1072. text-shadow: 0 0 2px #000, 0 0 1px #000, 0 1px 7px #000, 0 0 0.5px #000;
  1073. color:#fff;
  1074. transition: .1s linear;
  1075.  
  1076. }
  1077.  
  1078.  
  1079. .header a:hover,.list-table .list-table-data a:not(.edit-disabled):hover {
  1080. text-decoration:underline;
  1081. }
  1082.  
  1083.  
  1084. /**
  1085. * List Container - List Table - Items
  1086. */
  1087.  
  1088.  
  1089. .list-table .list-table-data .data {
  1090. display: table-cell;
  1091. padding: 4px 0;
  1092. text-align: center;
  1093. vertical-align: middle;
  1094. color: #fff !important;
  1095. border:none;
  1096. }
  1097.  
  1098. .list-table .list-table-data:hover .data {
  1099. color: #fff !important;
  1100.  
  1101. }
  1102.  
  1103. .list-table .list-table-data a:not(.edit-disabled):hover {
  1104. text-decoration: underline;
  1105. color: #fff !important;
  1106. }
  1107.  
  1108. .list-table .list-table-data a.edit-disabled {
  1109. cursor: text;
  1110. color: #fff;
  1111. }
  1112.  
  1113. .list-table .list-table-data .tags .edit {
  1114. display: block;
  1115. width: 100%;
  1116. text-align: center;
  1117. color: #2db039;
  1118. font-size: 10px;
  1119. font-family: 'Helvetica neue', Helvetica, "lucida grande", tahoma, verdana, arial, sans-serif, "UnifrakturMaguntia";
  1120. display:none;
  1121. }
  1122. .list-table .list-table-data .tags .edit:hover {
  1123. display:none;
  1124. }
  1125.  
  1126. .list-table .list-table-data .tags textarea {
  1127. box-sizing: border-box;
  1128. width: 100%;
  1129. height: 60px;
  1130. }
  1131.  
  1132.  
  1133. .list-table .list-table-data .data.image a {
  1134. display:inline-block!important;
  1135. }
  1136.  
  1137.  
  1138. .list-table .list-table-data .data.image {
  1139. width:4%; }
  1140.  
  1141. .list-table .list-table-data .data.image .image {
  1142. width: 30px !important;
  1143. height: 30px !important;
  1144. background-size:cover;
  1145. border:2px solid #fff;
  1146. -webkit-box-shadow:2px 2px 8px -3px rgba(0,0,0,.76);
  1147. -moz-box-shadow:2px 2px 8px -3px rgba(0,0,0,.76);
  1148. box-shadow:2px 2px 8px -3px rgba(0,0,0,.76);
  1149. border-radius:180px;
  1150. display:inline-block!important;
  1151. }
  1152.  
  1153. .list-table .list-table-data:hover .data.image .image {
  1154. display:inline-block!important;
  1155. margin-left:-30px;
  1156. opacity: 0;
  1157. -moz-transition-duration: 0.3s ease-in-out;
  1158. -o-transition-duration: 0.3s ease-in-out;
  1159. -webkit-transition-duration: 0.3s ease-in-out;
  1160. transition-duration: 0.3s ease-in-out;
  1161. -moz-transition-timing-function: ease-in-out;
  1162. -o-transition-timing-function: ease-in-out;
  1163. -webkit-transition-timing-function: ease-in-out;
  1164. transition-timing-function: ease-in-out
  1165. -moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;
  1166. }
  1167.  
  1168.  
  1169. /* */
  1170. .list-table .list-table-data .data.season * {
  1171. color:#fff;
  1172. }
  1173.  
  1174. .list-table .list-table-data .data.title {
  1175. padding-left: 8px;
  1176. text-align: left;
  1177. width:60%;
  1178.  
  1179. }
  1180.  
  1181. .list-table .list-table-data .data.title a {
  1182. line-height:35px !important;
  1183. display: inline-block;
  1184. min-width:0;
  1185. max-width: 450px; /* the width of your titles */
  1186. white-space: nowrap;
  1187. text-overflow: ellipsis;
  1188. overflow: hidden; }
  1189.  
  1190. .list-table .list-table-data .data.title .link {
  1191. font-size: 16px !important;
  1192. text-decoration: none !important;
  1193. font-family: 'PT Sans Narrow', sans-serif;
  1194. font-weight:100 !important;
  1195. transition: all 0.3s ease 0s;
  1196. color: #fff;
  1197.  
  1198. }
  1199.  
  1200. .list-table .list-table-data:hover .data.title .link {
  1201. letter-spacing: 0.5px;
  1202. transition: all 0.3s ease 0s;
  1203. color: #fff !important;
  1204. }
  1205.  
  1206. .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 {
  1207. text-shadow: 0 0 2px #1a1aff, 0 0 1px #1a1aff, 1px 1px 7px #1a1aff, 0 0 0 #1a1aff !important;
  1208. color: #fff !important;
  1209. font-size: 0.9em !important;
  1210. margin-left:5px;
  1211. display:inline-block;
  1212. margin-top:10px !important;
  1213. position:absolute;
  1214. }
  1215.  
  1216. .list-table .list-table-data .data.score a {
  1217.     display: inline-block;
  1218.     width: 21px !important;
  1219.     height: 21px !important;
  1220.     background: url(http://i.imgur.com/udzEw6G.png) center / contain no-repeat;
  1221.     color: #fff !important;
  1222.     line-height: 21px;
  1223. }
  1224.  
  1225. .list-table .list-table-data:hover .data.score a {
  1226. background-image: url(http://i.imgur.com/EQcGOeO.png);
  1227. text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 4px #000, 0 0 0 #000;
  1228. }
  1229.  
  1230. td.td1.borderRBL {
  1231. color:#fff;
  1232. }
  1233.  
  1234. /*add edit */
  1235.  
  1236. .list-table .list-table-data .data.title .add-edit-more {
  1237. float: right;
  1238. margin-right: 10px;
  1239. font-size:0 !important;
  1240. margin-top:10px;
  1241. }
  1242.  
  1243.  
  1244. .add-edit-more {
  1245. opacity: 0;
  1246. transition: all 0.2s ease 0s;
  1247.  
  1248. }
  1249. .list-item:hover .add-edit-more {
  1250. opacity: 1;
  1251. transition: all 0.2s ease 0s;
  1252. }
  1253.  
  1254. .list-table .list-table-data .data.title .edit a {
  1255. background-image: url(http://i.imgur.com/OT1yCLP.png);
  1256. display: inline-block;
  1257. width: 15px;
  1258. height: 15px;
  1259. background-size: cover;
  1260. color: transparent !important;
  1261. margin-right: 7px !important;
  1262. }
  1263.  
  1264. .list-table .list-table-data .data.title .more a {
  1265. background-image: url(http://i.imgur.com/cUAaila.png);
  1266. display: inline-block;
  1267. width: 15px;
  1268. height: 15px;
  1269. background-size: cover;
  1270. color: transparent !important;
  1271. }
  1272.  
  1273. .list-table .list-table-data .data.title .add a {
  1274. background-image: url(http://i.imgur.com/AoTgUAL.png);
  1275. display: inline-block;
  1276. width: 15px;
  1277. height: 15px;
  1278. background-size: cover;
  1279. color: transparent !important;
  1280. margin-right: 7px !important;
  1281. }
  1282.  
  1283.  
  1284. /* */
  1285. .list-table .list-table-data .data.title .more {
  1286. position: relative;
  1287. }
  1288.  
  1289. .list-table .more-info {
  1290. display: none;
  1291. }
  1292.  
  1293. .list-table .more-info .more-content {
  1294. padding: 10px;
  1295. }
  1296.  
  1297. /* */
  1298. .list-table .list-table-data .data.number {
  1299. width:2% !important;
  1300. }
  1301.  
  1302. .list-table .list-table-data:hover .data.number {
  1303. opacity:0;
  1304. }
  1305.  
  1306. /* review section */
  1307.  
  1308. .list-table .list-table-data .data.tags {
  1309. position: fixed;
  1310. right: calc( 50% + 510px);
  1311. top: calc(20% + 230px);
  1312. opacity: 0;
  1313. display: inline !important;
  1314. line-height: 16px !important;
  1315. font-family: Segoe UI, Atilla, Arial, Helvetica, sans-serif;
  1316. text-align:left;
  1317. width:150px !important;
  1318. height:auto !important;
  1319. background-color:rgba(0,0,0,.5);
  1320. box-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 4px #000, 0 0 0 #000;
  1321. pointer-events: none;
  1322. /* animation */
  1323. transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out;
  1324. z-index: 6;
  1325. }
  1326.  
  1327. .list-table .list-table-data .data.tags span:after {
  1328. position: fixed;
  1329.  
  1330. right: calc( 50% + 510px);
  1331. top: calc(20% + 230px);
  1332. opacity: 0;
  1333. display: block !important;
  1334. content:'';
  1335. width:150px !important;
  1336. height:auto;
  1337. pointer-events: none;
  1338. /* animation */
  1339. transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out;
  1340. }
  1341.  
  1342. .list-table .list-table-data:hover .data.tags, .list-table .list-table-data:hover .data.tags span:after {
  1343. opacity: 1;
  1344. padding:5px;
  1345. box-sizing: border-box;
  1346. right: calc( 50% + 510px);
  1347. transition: opacity .3s linear, margin-left .5s ease, transform 1s ease-in-out;
  1348.  
  1349. }
  1350.  
  1351. .list-table .list-table-data .data.tags * {color: #fff !important;}
  1352.  
  1353. .link.sort + a {display: none;} /* remove watch buttons */
  1354.  
  1355. .list-table .list-table-data .data.studio {
  1356. position:fixed;
  1357. width: 150px;
  1358. text-align:center;
  1359. right: calc( 50% + 511px);
  1360. top: calc(20% + 184px);
  1361. height: 30px !important;
  1362. opacity:0;
  1363. z-index: 60 !important;
  1364. background-color: transparent;
  1365. background: rgba(0,0,0,0);
  1366. background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
  1367. background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.7)));
  1368. background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
  1369. background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
  1370. background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
  1371. background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
  1372. pointer-events:none;
  1373. }
  1374.  
  1375. .list-table .list-table-data:hover .data.tags, .list-table .list-table-data:hover .data.studio {opacity:1;}
  1376.  
  1377. .list-item .data.studio * {
  1378. text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important;
  1379. font-weight: bold !important;
  1380. color:#fff !important;
  1381.  
  1382. }
  1383.  
  1384. /**
  1385. * Large full-res hover images
  1386. */
  1387.  
  1388.  
  1389. .data.image a:before
  1390. {content: "";
  1391. display: block !important;
  1392. position: fixed;
  1393. top:20%;
  1394. right: calc( 50% + 530px);
  1395. width: 150px;
  1396. height: 221px;
  1397. background-color: rgba(0,0,0,.3);
  1398. background-position: center !important;
  1399. background-repeat: no-repeat !important;
  1400. background-size: cover;
  1401. border: 1px solid #ffffff;
  1402. box-shadow: 0 2px 5px rgba(0,0,0, 0.7);
  1403. visibility: hidden;
  1404. opacity: 0;
  1405. transition: opacity .8s linear, margin-left .5s ease, transform 1s ease-in-out;
  1406. z-index: 5;}
  1407.  
  1408.  
  1409.  
  1410. .list-table .list-table-data:hover .data.image a:before {
  1411. visibility: visible;
  1412. opacity: 1;
  1413. right: calc( 50% + 510px);
  1414. transition: .3s ease-out;}
  1415.  
  1416. /* */
  1417.  
  1418. .list-table .list-table-data .data.status {
  1419. width: 4px;
  1420. }
  1421.  
  1422. .list-table .list-table-data .data.status .text {
  1423. font-size:1.5em;
  1424. }
  1425.  
  1426. .list-table .list-table-data .data.status.reading, .list-table .list-table-data .data.status.watching {
  1427. /*background-color: #2db039 */
  1428. background-color:transparent;
  1429. }
  1430.  
  1431. .list-table .list-table-data .data.status.plantoread, .list-table .list-table-data .data.status.plantowatch {
  1432. /*background-color: #c3c3c3 */
  1433. background-color:transparent;
  1434. }
  1435.  
  1436. .list-table .list-table-data .data.status.completed {
  1437. /*background-color: #26448f */
  1438. background-color:transparent;
  1439. }
  1440.  
  1441. .list-table .list-table-data .data.status.onhold {
  1442. /*background-color: #f1c83e */
  1443. background-color:transparent;
  1444. }
  1445.  
  1446. .list-table .list-table-data .data.status.dropped {
  1447. /*background-color: #a12f31 */
  1448. background-color:transparent;
  1449. }
  1450.  
  1451. /* list status */
  1452. .list-table .list-table-data .data.status.completed:before, .list-table .list-table-data .data.status.reading:before, .list-table .list-table-data .data.status.watching:before,.list-table .list-table-data .data.status.plantoread:before, .list-table .list-table-data .data.status.plantowatch:before,.list-table .list-table-data .data.status.onhold:before,.list-table .list-table-data .data.status.dropped:before {
  1453. display: inline-block !important;
  1454. position: absolute;
  1455. margin-left:8px;
  1456. margin-top:-7px;
  1457. z-index: 100 !important;
  1458. content: "";
  1459. pointer-events: none;
  1460. opacity: 0;
  1461. text-align:center !important;
  1462. }
  1463.  
  1464. .list-table .list-table-data:hover .data.status.completed:before, .list-table .list-table-data:hover .data.status.reading:before, .list-table .list-table-data:hover .data.status.watching:before,.list-table .list-table-data:hover .data.status.plantoread:before, .list-table .list-table-data:hover .data.status.plantowatch:before,.list-table .list-table-data:hover .data.status.onhold:before,.list-table .list-table-data:hover .data.status.dropped:before {
  1465. opacity: 1;
  1466. text-align:center !important;
  1467. -moz-transition-property: all;
  1468. -o-transition-property: all;
  1469. -webkit-transition-property: all;
  1470. transition-property: all;
  1471. -moz-transition-duration: 0.3s;
  1472. -o-transition-duration: 0.3s;
  1473. -webkit-transition-duration: 0.3s;
  1474. transition-duration: 0.3s;
  1475. -moz-transition-timing-function: ease-in-out;
  1476. -o-transition-timing-function: ease-in-out;
  1477. -webkit-transition-timing-function: ease-in-out;
  1478. transition-timing-function: ease-in-out;
  1479. }
  1480.  
  1481. .list-table .list-table-data:hover .data.status.completed:before {
  1482. /* background-color: #26448f !important; */
  1483. color:#fff;
  1484. content: "\f05d";
  1485. font-size: 1.5em;
  1486. font-family: 'FontAwesome' !important;
  1487. }
  1488.  
  1489. .list-table .list-table-data:hover .data.status.watching:before, .list-table .list-table-data:hover .data.status.reading:before
  1490. {
  1491. /*background-color: #2db039 !important;*/
  1492. color:#fff;
  1493. content: "\f152";
  1494. font-size: 1.5em;
  1495. font-family: 'FontAwesome' !important;}
  1496.  
  1497. .list-table .list-table-data:hover .data.status.plantowatch:before, .list-table .list-table-data:hover .data.status.plantoread:before
  1498. {/*background-color: #c3c3c3 !important;*/
  1499. color:#fff;
  1500. content: "\f073";
  1501. font-size: 1.5em;
  1502. font-family: 'FontAwesome' !important;}
  1503.  
  1504. .list-table .list-table-data:hover .data.status.onhold:before
  1505. {/*background-color: #f1c83e !important;*/
  1506. color:#fff;
  1507. content: "\f017";
  1508. font-size: 1.5em;
  1509. font-family: 'FontAwesome' !important;}
  1510.  
  1511. .list-table .list-table-data:hover .data.status.dropped:before
  1512. {/*background-color: #a12f31 !important;*/
  1513. color:#fff;
  1514. content: "\f00d";
  1515. font-size: 1.5em;
  1516. font-family: 'FontAwesome' !important;}
  1517.  
  1518.  
  1519.  
  1520.  
  1521.  
  1522. /* */
  1523.  
  1524.  
  1525.  
  1526. .list-unit .loading-space {
  1527. background-color:rgba(0, 0, 0, .3);
  1528. color: #fff !important;
  1529. display: inline-block;
  1530. margin: auto;
  1531. width: 1000px;
  1532. font-size: 11px;
  1533. line-height:15px;
  1534. text-align: middle !important;
  1535. padding-top: 0px;
  1536. margin-bottom: 0px;
  1537. height:250px;
  1538. background-attachment:scroll;
  1539. background-image:url();
  1540. background-repeat: no-repeat no-repeat;
  1541. background-position: 0% 100%;
  1542. }
  1543.  
  1544. /*override codes*/
  1545. .header .header-info > a {color: rgba(255,255,255,1) !important;}
  1546. .header .header-info {color: rgba(255,255,255,0.8) !important;}
  1547. .header .header-menu {color: rgba(255,255,255,0.8) !important;}
  1548. .header .header-menu .btn-menu {color: rgba(255,255,255,0.8) !important;}
  1549. .username {color: rgba(255,255,255,0.8) !important;}
  1550. #header-menu-button {color: rgba(255,255,255,0.8) !important;}
  1551. .header a {
  1552. font-weight: bold;
  1553. color: #fff !important;
  1554. }
  1555. .icon-watch, .icon-watch-pv {display:none !important;}
  1556. /*profile image & name */
  1557.  
  1558. .cover-block::after {
  1559. height: 120px !important;
  1560. width: 120px! important;
  1561. background-repeat: no-repeat;
  1562. background-size: contain;
  1563. position: absolute;
  1564. display:block !important;
  1565. margin-left:57px;
  1566. margin-top:-70px;
  1567. content: "";
  1568. z-index: 2 !important;
  1569. padding: 5px;
  1570. background-color:#fff;
  1571. box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
  1572. border-radius:5px;
  1573. border: #fff 2px solid;
  1574. }
  1575.  
  1576. .cover-block::before {
  1577. position: absolute;
  1578. display:block !important;
  1579. margin-left:200px;
  1580. bottom:40px;
  1581. width: 300px;
  1582. color: #ffffff;
  1583. font-size: 29px !important;
  1584. font-family: 'UnifrakturMaguntia';
  1585. text-align: left;
  1586. text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #000 !important;
  1587. letter-spacing: 0 !important;
  1588. }
  1589.  
  1590. /* */
  1591. .header .header-title {
  1592. position: absolute;
  1593. top: 0px;
  1594. left: 40px;
  1595. background-image: url("http://i.imgur.com/39cRtfK.png");
  1596. background-position: left top;
  1597. background-repeat: no-repeat;
  1598. background-size: auto 50px;
  1599. display: block;
  1600. width: 50px !important;
  1601. height: 50px;
  1602. text-indent: -9999px;
  1603. overflow: hidden
  1604. }
  1605.  
  1606. /* customization */
  1607.  
  1608. /* The list background */
  1609.  
  1610. body[data-query*='"status":1'],
  1611. body[data-query*='"status":2'],
  1612. body[data-query*='"status":3'],
  1613. body[data-query*='"status":4'],
  1614. body[data-query*='"status":6'],
  1615. body[data-query*='"status":7'] {
  1616. background-attachment: fixed !important;
  1617. background-position: center top;
  1618. background-repeat: no-repeat !important;
  1619. background-size:cover;
  1620. }
  1621.  
  1622. * {cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important;}
  1623.  
  1624. /* */
  1625.  
  1626.  
  1627.  
  1628. span a[href*="&tag=!"], span a[href*="&tag=%40"], span a[href*="&tag=~"] {display: none !important;}
  1629.  
  1630. /* favorite */
  1631. @media entrytags-favorites {}
  1632. a[href$="&tag=*"]
  1633. {position: absolute;
  1634. left: 0;
  1635. width: 150px;
  1636. height: 0;
  1637. font-size: 15px;
  1638. top: 0px;
  1639. color: transparent !important;
  1640.  
  1641. }
  1642.  
  1643. a[href$="&tag=*"]:after
  1644. {content: '\f005';
  1645. font-family: 'FontAwesome' !important;
  1646. display: inline-block;
  1647. pointer-events: all;
  1648. /* change the position below, and add in margin-whatever if it's not enough */
  1649. position: absolute;
  1650. top: -224px;
  1651. left: 130px;
  1652. /* change the size of font */
  1653. font-size: 1.1em;
  1654. color: #fff !important;
  1655. text-shadow: 0 0 2px #000, 0 0 1px #000, 1px 1px 7px #000, 0 0 0 #fff !important;
  1656. pointer-events:none;
  1657. }
  1658.  
  1659.  
  1660.  
  1661. /* Intro animation */
  1662. @keyframes intro {
  1663. from {
  1664. opacity: 0;
  1665. margin-top: 100vh;
  1666. }
  1667. 16% {
  1668. opacity: 0;
  1669. margin-top: 100vh;
  1670. }
  1671. to {
  1672. opacity: 1;
  1673. margin-top: 100px;
  1674. }
  1675. }
  1676. .list-container {
  1677. animation: intro 2s;
  1678. }
  1679.  
  1680.  
  1681.  
  1682. /* */
  1683.  
  1684. footer {
  1685. position: fixed;
  1686. bottom: 0px;
  1687. left: 0px;
  1688. width: 100%;
  1689. height:30px !important;
  1690. z-index: 9998;
  1691.  
  1692. }
  1693.  
  1694. #footer-block {
  1695. display:block;
  1696. background-color: transparent;
  1697. background: rgba(0,0,0,0);
  1698. background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
  1699. background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,.6)));
  1700. background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
  1701. background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
  1702. background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100a%);
  1703. background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.6) 100%);
  1704. }
  1705.  
  1706. #copyright {
  1707. color: #FFF;
  1708. letter-spacing: 1px;
  1709. text-shadow: 0px 3px 3px #000;
  1710. font-size:10px;
  1711. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement