Shishipastebin

Kure Wide Modded

Jun 9th, 2021 (edited)
1,121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.57 KB | None | 0 0
  1. {IMPORTANT:
  2. Change "SpaceCowboy" and
  3. "DateYutaka" to your MyAnimeList username in the next two imports under this section. That will personalize HD preview pics and you should get a faster/smoother load time. The two imports begin with
  4. @/import and are at lines 10 and 12 below.
  5.  
  6. If needed, fix preview pics and layout problems with this topic:
  7. https://myanimelist.net/forum/?topicid=439897
  8. }
  9.  
  10. @\import "https://malscraper.azurewebsites.net/covers/anime/SpaceCowboy/presets/dataimagelinkafter";
  11.  
  12. @\import "https://malscraper.azurewebsites.net/covers/manga/DateYutaka/presets/dataimagelinkafter";
  13.  
  14. /*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*\
  15. | Kure (working title) |
  16. | by Valerio Lyndon |
  17. | Version 0.4.1 (unreleased) |
  18. | |
  19. | This theme is incomplete. |
  20. | Functionality is limited and |
  21. | the design is not completed. |
  22. | I would appreciate you fixing |
  23. | issues yourself where possible.|
  24. | If I had the desire to edit |
  25. | this theme, I would do it on |
  26. | my own time. Thank you. |
  27. \*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
  28.  
  29.  
  30.  
  31.  
  32. /* IMPORTS */
  33. @\import "https://fonts.googleapis.com/css?family=Muli:400,700|Playball";
  34.  
  35.  
  36.  
  37.  
  38. /* TABLE COLORS */
  39. .list-table-data,.list-table-header,.list-unit .list-status-title .text,.stats #advanced-options-button,.status-menu-container .status-menu{
  40. background-color:RGBA(7,29,278,0.4) !important;
  41. }
  42.  
  43.  
  44. /* TEXT COLORS */
  45. .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,
  46. *,
  47. .list-menu-float * ,
  48. .list-menu-float .icon-menu.profile::after,
  49. .list-table-data *,
  50. .header .header-title::before ,
  51. .list-menu-float .icon-menu.setting:hover .text .link-list-setting,
  52. .list-menu-float .icon-menu.setting:hover .text .link-style-setting
  53. {color: white !important;
  54. fill: white !important;}
  55.  
  56.  
  57. /* LINK COLORS */
  58. .list-table .list-table-data .data a,
  59. .list-table .list-table-data .data.title a,
  60. .list-table .list-table-data .data.volume a,
  61. .list-table .list-table-data .data.progress,
  62. .list-table .list-table-data .data.chapter a,
  63. .list-table .list-table-data .data.season,
  64. .list-table .list-table-data .data.studio,
  65. .list-table .list-table-data .data.licensor,
  66. .list-table .list-table-data .data.progress a,
  67. .list-table .list-table-data .data.season a,
  68. .list-table .list-table-data .data.magazine a,
  69. .list-table .list-table-data .data.studio a,
  70. .list-table .list-table-data .data.licensor a,
  71. #status-menu .status-button::before,
  72. .list-table .list-table-data .data.title .link,
  73. .list-table-header *{
  74. color: cyan !important;
  75. }
  76.  
  77. /* LINK COLORS ON HOVER*/
  78. .list-table .list-table-data .data a:hover,
  79. .list-table .list-table-data .data.title a:hover,
  80. .list-table .list-table-data .data.volume a:hover,
  81. .list-table .list-table-data .data.progress:hover,
  82. .list-table .list-table-data .data.chapter a:hover,
  83. .list-table .list-table-data .data.season:hover,
  84. .list-table .list-table-data .data.studio:hover,
  85. .list-table .list-table-data .data.licensor:hover,
  86. .list-table .list-table-data .data.progress a:hover,
  87. .list-table .list-table-data .data.season a:hover,
  88. .list-table .list-table-data .data.magazine a:hover,
  89. .list-table .list-table-data .data.studio a:hover,
  90. .list-table .list-table-data .data.licensor a:hover,
  91. #status-menu .status-button:hover:before,
  92. .list-table .list-table-data .data.title .link:hover,
  93. .list-table-header a:hover{
  94. color: white !important;
  95. }
  96.  
  97. /* ad area found on theme 10 */
  98. div[style="padding-top: 8px"] {
  99. display: none;
  100. }
  101.  
  102. /* BANNER SETTINGS */
  103. #cover-image-container::before {
  104.  
  105. background: var(--banner) no-repeat center 20% / cover !important;
  106.  
  107. }
  108.  
  109.  
  110. #cover-image-container{
  111. background: var(--banner) no-repeat center 20% / cover !important;}
  112.  
  113.  
  114. /* VARIABLES */
  115.  
  116. /* BACKGROUNDS */
  117.  
  118. :root {
  119. /* Images */
  120. --banner: url(https://i.imgur.com/Ny1h69s.jpg);
  121. --background: url(https://i.imgur.com/rGR5SAy.jpg);
  122.  
  123. /* Colours */
  124. --page: 0, 80%, 6%;
  125. --content: 0, 10%, 12%;
  126. --button: 0, 50%, 7%;
  127.  
  128. --text: 0, 40%, 80%;
  129. --link: 0, 90%, 84%;
  130. --link-h: 0, 100%, 95%;
  131. --link-header: 0, 6%, 62%;
  132. --link-header-h: 0, 40%, 86%;
  133. --icon: 0, 35%, 72%;
  134. --text-shadow: 0, 53%, 57%;
  135. --shadow: 0, 0%, 0%;
  136. --tint: 0, 0%, 00%;
  137. --tint-gradient-1: 0, 0%, 0%;
  138. --tint-gradient-2: 0, 0%, 0%;
  139.  
  140. /* Meta */
  141. --transition-text: 0.08s ease-out;
  142. --transition-button: 0.11s ease-out;
  143. --fontset: "Lexend Deca", sans-serif;
  144. --fontset: "Montserrat", sans-serif;
  145. --fontset: 'Muli', 'FontAwesome', sans-serif;
  146. --fontset-heading: 'Playball', 'FontAwesome', cursive;
  147. }
  148.  
  149. /* SCROLLBARS */
  150.  
  151. /* Firefox */
  152. * {
  153. scrollbar-color: hsl(var(--accent)) hsl(var(--button));
  154. }
  155.  
  156. /* Chrome */
  157.  
  158. *::-webkit-scrollbar {
  159. background: hsl(var(--button));
  160. }
  161.  
  162. *::-webkit-scrollbar-button:vertical:single-button {
  163. background: transparent center / 10px auto no-repeat;
  164. height: 17px;
  165. } *::-webkit-scrollbar-button:vertical:single-button:start {
  166. background-image: url(https://i.imgur.com/Cu2u9Hu.png);
  167. } *::-webkit-scrollbar-button:vertical:single-button:end {
  168. background-image: url(https://i.imgur.com/0YI7VxA.png);
  169. } *::-webkit-scrollbar-button:horizontal:single-button {
  170. background: transparent center / auto 10px no-repeat;
  171. } *::-webkit-scrollbar-button:horizontal:single-button:start {
  172. background-image: url(https://i.imgur.com/BArw1oI.png);
  173. } *::-webkit-scrollbar-button:horizontal:single-button:end {
  174. background-image: url(https://i.imgur.com/vqOtoms.png);
  175. }
  176.  
  177. *::-webkit-scrollbar-corner {
  178. background: hsl(var(--button));
  179. }
  180.  
  181. *::-webkit-scrollbar-thumb {
  182. background: hsl(var(--accent)) content-box;
  183. border: 0 solid transparent;
  184. } *::-webkit-scrollbar-thumb:vertical {
  185. border-width: 0 2px;
  186. } *::-webkit-scrollbar-thumb:horizontal {
  187. border-width: 2px 0;
  188. } *::-webkit-scrollbar-thumb:hover {
  189. background-color: hsla(var(--accent), 75%);
  190. }
  191.  
  192. *::-webkit-scrollbar-track {
  193. width: 5px;
  194. }
  195.  
  196. /* box-sizing tweak */
  197.  
  198. :root {
  199. box-sizing: border-box;
  200. } *, *::before, *::after {
  201. box-sizing: inherit;
  202. }
  203.  
  204. a {
  205. text-decoration: none !important;
  206. }
  207.  
  208. /* CONTAINERS */
  209.  
  210. html {
  211. font: 13px var(--fontset);
  212. }
  213.  
  214. body.ownlist {
  215. position: relative;
  216. display: flex;
  217. min-width: 1140px;
  218. background: hsl(var(--tint)) no-repeat center / cover fixed !important;
  219. background-image:
  220. linear-gradient(15deg, hsl(var(--tint-gradient-1)), hsl(var(--tint-gradient-2))),
  221. var(--background)
  222. !important;
  223. background-blend-mode: overlay;
  224. flex-flow: column nowrap;
  225. color: hsl(var(--text)) !important;
  226. font: inherit;
  227. }
  228.  
  229. body::before {
  230. content: '';
  231. position: fixed;
  232. top: 0;
  233. left: 0;
  234. width: 100%;
  235. min-width: 1140px;
  236. height: 100%;
  237. background: hsl(var(--page)) var(--background) no-repeat center / cover fixed;
  238. opacity: 0.7;
  239. filter: saturate(0.5) brightness(0.5);
  240. }
  241.  
  242.  
  243. .list-container {
  244. width: 100%;
  245. background: none !important;
  246. border: none;
  247. }
  248.  
  249. .list-block {
  250. min-height: 720px;
  251. margin-top: 96px !important;
  252. }
  253.  
  254. .list-unit {
  255. width: 1120px;
  256. padding: 0 250px 0 70px;
  257. }
  258.  
  259. .list-table {
  260. width: 100%;
  261. border: none;
  262. }
  263.  
  264. /* COVER */
  265.  
  266. .cover-block {
  267. display: block;
  268. width: 100%;
  269. height: 280px;
  270. background: #010101;
  271. overflow: hidden;
  272. }
  273.  
  274. #cover-image-container {
  275. position: relative;
  276. display: block;
  277. width: 100%;
  278. height: 100%;
  279. background: hsl(var(--tint)) no-repeat center / cover;
  280. background-image:
  281. linear-gradient(15deg, hsl(var(--tint-gradient-1)), hsl(var(--tint-gradient-2))),
  282. var(--banner);
  283. background-blend-mode: overlay;
  284. box-shadow: inset 0 -16px 6px -12px hsla(var(--shadow), 65%);
  285. } .cover-block #cover-image-container.hide {
  286. display: block !important;
  287. }
  288.  
  289. #cover-image-container::before {
  290. content: '';
  291. position: absolute;
  292. top: 0;
  293. left: 0;
  294. width: 100%;
  295. height: 100%;
  296. background: var(--banner) no-repeat center / cover;
  297. opacity: 0.4;
  298. animation: banner-fade 2s ease-out 1 backwards;
  299. }
  300.  
  301. @keyframes banner-fade {
  302. from {
  303. opacity: 0;
  304. transform: translateX(2%) scale(1.15);
  305. } to {
  306. opacity: 0.4;
  307. transform: none;
  308. }
  309. }
  310.  
  311. #cover-image-container::after {
  312. content: '';
  313. position: absolute;
  314. top: 45px;
  315. left: 860px;
  316. opacity: 0.7;
  317. }
  318.  
  319. #cover-image-container .btn-list-setting {
  320. display: none;
  321. }
  322.  
  323. .list-unit .list-status-title {
  324. position: static;
  325. display: block;
  326. width: 100%;
  327. height: 0;
  328. }
  329.  
  330. .list-unit .list-status-title .text {
  331. position: absolute;
  332. left: 0;
  333. top: 280px;
  334. display: block;
  335. width: 100%;
  336. height: 46px;
  337. padding: 0 10px 0 calc(50% - 534px);
  338. background: hsl(var(--content));
  339. --gradient-size: 22px;
  340. --gradient-fade1: 30%;
  341. --gradient-fade2: 90%;
  342. background-image:
  343. linear-gradient(
  344. to right,
  345. hsla(var(--content), var(--gradient-fade1)),
  346. hsla(var(--content), var(--gradient-fade2))
  347. ), repeating-linear-gradient(
  348. 45deg,
  349. hsla(var(--accent), 50%),
  350. hsla(var(--content), 50%) calc(var(--gradient-size) * 0.1),
  351. hsla(var(--content), 50%) calc(var(--gradient-size) * 0.9),
  352. hsla(var(--accent), 50%) var(--gradient-size)
  353. ), repeating-linear-gradient(
  354. 135deg,
  355. hsla(var(--accent), 50%),
  356. hsla(var(--content), 50%) calc(var(--gradient-size) * 0.1),
  357. hsla(var(--content), 50%) calc(var(--gradient-size) * 0.9),
  358. hsla(var(--accent), 50%) var(--gradient-size)
  359. );
  360. border-bottom: 6px solid hsl(var(--accent));
  361. box-shadow: 0 1px 3px hsla(var(--shadow), 50%);
  362. color: hsl(var(--text));
  363. text-shadow: 0 2px 4px hsla(var(--shadow), 75%);
  364. font-size: 0;
  365. text-align: left;
  366. cursor: default;
  367. animation: slide-in 2.5s cubic-bezier(.1,.7,.5,1) 0.5s backwards;
  368. } .list-unit .list-status-title .text::before {
  369. font: 5rem/26px var(--fontset);
  370. font: normal 7rem/16px var(--fontset-heading);
  371. } .list-unit.all_anime .list-status-title .text::before {
  372. content: 'all anime';
  373. } .list-unit.all_manga .list-status-title .text::before {
  374. content: 'all manga';
  375. } .list-unit.watching .list-status-title .text::before,
  376. .list-unit.reading .list-status-title .text::before {
  377. content: 'current';
  378. } .list-unit.completed .list-status-title .text::before {
  379. content: 'completed';
  380. } .list-unit.onhold .list-status-title .text::before {
  381. content: 'paused';
  382. } .list-unit.dropped .list-status-title .text::before {
  383. content: 'dropped';
  384. } .list-unit.plantowatch .list-status-title .text::before,
  385. .list-unit.plantoread .list-status-title .text::before {
  386. content: 'planned';
  387. }
  388.  
  389. @keyframes slide-in {
  390. 0% {
  391. color: hsla(var(--text), 0%);
  392. text-shadow: 0 2px 4px hsla(var(--shadow), 0%);
  393. text-indent: 560px;
  394. } 50% {
  395. color: hsl(var(--text));
  396. } 100% {
  397. text-shadow: 0 2px 4px hsla(var(--shadow), 75%);
  398. text-indent: 0;
  399. }
  400. }
  401.  
  402. /* HEADER MENU */
  403.  
  404. .header {
  405. position: absolute;
  406. left: 0;
  407. top: 280px;
  408. z-index: 1;
  409. display: flex;
  410. width: 100%;
  411. height: 0;
  412. padding-right: calc(50% - 394px);
  413. flex-flow: row nowrap;
  414. justify-content: flex-end;
  415. align-items: flex-start;
  416. color: hsl(var(--text));
  417. }
  418.  
  419. .header a {
  420. color: hsl(var(--link));
  421. transition: color var(--transition-text) !important;
  422. } .header a:hover {
  423. color: hsl(var(--link-h));
  424. }
  425.  
  426. .header .header-title {
  427. position: absolute;
  428. top: 5px;
  429. right: calc(50% - 560px);
  430. width: 86px;
  431. height: 30px;
  432. background: hsla(var(--button), 80%);
  433. border-radius: 4px;
  434. order: 1;
  435. font-size: 0;
  436. text-indent: 0;
  437. } .header .header-title::before {
  438. content: 'Go Home';
  439. color: hsl(var(--link));
  440. font: bold 1.2rem/30px var(--fontset);
  441. transition: color var(--transition-text);
  442. } .header .header-title:hover::before {
  443. color: hsl(var(--link-h));
  444. }
  445.  
  446. .header .header-menu {
  447. position: static;
  448. display: flex;
  449. width: 400px;
  450. height: 40px;
  451. flex-flow: row wrap;
  452. justify-content: flex-end;
  453. align-content: space-evenly;
  454. order: 2;
  455. }
  456.  
  457. /* Viewing X's Xlist */
  458.  
  459. .header .header-menu .btn-menu {
  460. width: auto;
  461. flex: 0 1 auto;
  462. order: 1;
  463. color: hsl(var(--text));
  464. font-size: 1rem;
  465. text-align: left;
  466. white-space: nowrap;
  467. }
  468.  
  469. .header .header-menu .btn-menu .fa {
  470. display: none;
  471. }
  472.  
  473. #header-menu-button {
  474. color: hsl(var(--text));
  475. font-weight: normal;
  476. cursor: text;
  477. }
  478.  
  479. /* Shared Anime/Affinity/History */
  480.  
  481. .header .header-info {
  482. width: 100%;
  483. margin: 0;
  484. flex: 0 0 auto;
  485. order: 3;
  486. text-align: right;
  487. }
  488.  
  489. /* Swap List */
  490.  
  491. #header-menu-dropdown {
  492. position: static;
  493. display: block;
  494. background: none;
  495. border: none;
  496. box-shadow: none;
  497. flex: 0 1 auto;
  498. order: 2;
  499. white-space: nowrap;
  500. }
  501.  
  502. #header-menu-dropdown::before {
  503. content: ' - ';
  504. white-space: pre;
  505. }
  506.  
  507. #header-menu-dropdown .icon-menu {
  508. display: inline-block;
  509. width: auto;
  510. height: auto;
  511. background: none;
  512. border-radius: 3px;
  513. color: hsl(var(--link));
  514. font: 1rem var(--fontset);
  515. } #header-menu-dropdown .icon-menu:hover {
  516. color: hsl(var(--link-h));
  517. }
  518.  
  519. #header-menu-dropdown .icon-menu::before {
  520. content: '\f021';
  521. } #header-menu-dropdown .icon-menu::after {
  522. content: 'Swap List';
  523. margin-left: 3px;
  524. font-weight: bold;
  525. }
  526.  
  527. #header-menu-dropdown .icon-menu .text,
  528. #header-menu-dropdown svg {
  529. display: none;
  530. }
  531.  
  532. #header-menu-dropdown span {
  533. position: static;
  534. }
  535.  
  536. /* USER MENU */
  537.  
  538. .list-menu-float {
  539. position: sticky;
  540. top: 376px;
  541. top: 10px;
  542. z-index: 100;
  543. display: flex;
  544. width: 30px;
  545. height: 0;
  546. margin: 376px 0 -376px calc(50% - 560px);
  547. border: none;
  548. flex-flow: column nowrap;
  549. }
  550.  
  551. .list-menu-float .icon-menu {
  552. width: 40px !important;
  553. height: 40px;
  554. background-color: hsla(var(--content), 80%) !important;
  555. background-size: 0 !important;
  556. background-repeat: no-repeat !important;
  557. border-radius: 4px;
  558. margin-bottom: 5px;
  559. flex: 0 0 auto;
  560. transition: all var(--transition-button);
  561. } .list-menu-float .icon-menu:hover {
  562. width: 170px !important;
  563. background-color: hsl(var(--content)) !important;
  564. }
  565.  
  566. .list-menu-float .icon-menu svg.icon {
  567. fill: hsl(var(--text)) !important;
  568. }
  569.  
  570. .list-menu-float .icon-menu.quick-add svg.icon-quick-add,
  571. .list-menu-float .icon-menu.anime-list svg.icon-anime-list,
  572. .list-menu-float .icon-menu.manga-list svg.icon-manga-list {
  573. top: 10px;
  574. width: 18px;
  575. }
  576.  
  577. .list-menu-float .icon-menu.history svg.icon-history,
  578. .list-menu-float .icon-menu.setting svg.icon-setting {
  579. top: 10px;
  580. left: 12px;
  581. width: 17px;
  582. }
  583.  
  584. .list-menu-float .icon-menu.export svg.icon-export {
  585. top: 9px;
  586. left: 12px;
  587. width: 16px;
  588. }
  589.  
  590. .list-menu-float .icon-menu.logout svg.icon-logout {
  591. top: 12px;
  592. left: 12px;
  593. width: 18px;
  594. }
  595.  
  596. .list-menu-float .icon-menu .text {
  597. left: 40px;
  598. top: 0;
  599. color: hsl(var(--text));
  600. font: bold 1.2rem/40px var(--fontset);
  601. text-align: left;
  602. opacity: 1;
  603. transition: width var(--transition-button);
  604. } .list-menu-float .icon-menu:hover .text {
  605. left: 40px;
  606. width: 130px;
  607. }
  608.  
  609. .list-menu-float .icon-menu.setting .text {
  610. height: 83px !important;
  611. opacity: 1;
  612. transition: width var(--transition-button);
  613. } .list-menu-float .icon-menu.setting:hover .text {
  614. width: 130px;
  615. }
  616.  
  617. .list-menu-float .icon-menu.setting .text .link-list-setting,
  618. .list-menu-float .icon-menu.setting .text .link-style-setting {
  619. padding: 0 10px;
  620. color: hsl(var(--text)) !important;
  621. opacity: 1;
  622. } .list-menu-float .icon-menu.setting:hover .text .link-list-setting,
  623. .list-menu-float .icon-menu.setting:hover .text .link-style-setting {
  624. width: 130px;
  625. height: 40px;
  626. font: inherit;
  627. }
  628.  
  629. .list-menu-float .icon-menu.setting:hover .text .link-list-setting {
  630. background: none;
  631. }
  632.  
  633. .list-menu-float .icon-menu.setting .text .link-style-setting {
  634. position: absolute;
  635. top: 43px !important;
  636. background: hsla(var(--content), 80%);
  637. border-radius: 4px;
  638. } .list-menu-float .icon-menu.setting:hover .text .link-style-setting {
  639. background: hsl(var(--content));
  640. border: none;
  641. }
  642.  
  643. .list-menu-float .icon-menu.profile::before {
  644. content: '';
  645. position: absolute;
  646. top: 3px;
  647. left: 3px;
  648. display: block;
  649. width: 34px;
  650. height: 34px;
  651. border-radius: 4px;
  652. background: transparent no-repeat center top / cover;
  653. background-image: inherit;
  654. }
  655.  
  656. .list-menu-float .icon-menu.profile::after {
  657. content: "Profile";
  658. position: absolute;
  659. top: 0;
  660. left: 50px;
  661. width: 0;
  662. height: 40px;
  663. overflow: hidden;
  664. color: hsl(var(--text));
  665. font: bold 1.2rem/40px var(--fontset);
  666. text-align: left;
  667. transition: width var(--transition-button);
  668. } .list-menu-float .icon-menu.profile:hover::after {
  669. width: 110px;
  670. }
  671.  
  672. /* RIGHT SIDEBAR */
  673.  
  674. #status-menu,
  675. .list-unit .list-status-title .stats,
  676. .list-table > tbody:first-of-type {
  677. position: absolute;
  678. left: calc(50% + 340px);
  679. top: 376px;
  680. width: 220px;
  681. height: calc(100% - 376px);
  682. background: none;
  683. border: none;
  684. } #status-menu.fixed {
  685. position: absolute;
  686. } .list-unit .list-status-title .stats {
  687. top: calc(376px + 252px);
  688. height: calc(100% - 376px - 252px);
  689. } .list-table > tbody:first-of-type {
  690. top: calc(376px + 292px);
  691. height: calc(100% - 376px - 292px);
  692. }
  693.  
  694. #status-menu .status-menu,
  695. .stats #advanced-options-button,
  696. .list-table-header {
  697. position: sticky;
  698. z-index: 5;
  699. display: flex;
  700. align-items: flex-start;
  701. border-radius: 4px;
  702. background: hsla(var(--content), 80%);
  703. flex-flow: column nowrap;
  704. } #status-menu .status-menu {
  705. top: 50px;
  706. height: 202px;
  707. margin-top: 40px;
  708. } .stats #advanced-options-button {
  709. z-index: 3;
  710. top: 262px;
  711. height: 30px;
  712. padding: 0 10px;
  713. margin: 0;
  714. flex-flow: row nowrap;
  715. color: hsl(var(--link));
  716. font: bold 1.2rem/30px var(--fontset);
  717. transition: color var(--transition-text);
  718. } .stats #advanced-options-button::before {
  719. content: 'Advanced ';
  720. white-space: pre;
  721. } .stats #advanced-options-button:hover {
  722. color: hsl(var(--link-h));
  723. } .list-table-header {
  724. top: 302px;
  725. z-index: 4;
  726. padding: 5px 10px 10px;
  727. }
  728.  
  729. /* Search */
  730.  
  731. #status-menu .search-container {
  732. top: -40px;
  733. right: 0;
  734. display: flex;
  735. width: 100%;
  736. height: 30px;
  737. background: hsla(var(--content), 80%);
  738. border-radius: 4px;
  739. flex-flow: row-reverse nowrap;
  740. transition: background-color var(--transition-button)
  741. } #status-menu .search-container:focus-within {
  742. background: hsl(var(--content));
  743. }
  744.  
  745. #status-menu #search-box {
  746. position: relative;
  747. width: 100%;
  748. height: 100%;
  749. margin: 0;
  750. margin-left: -30px;
  751. }
  752.  
  753. #status-menu #search-box input {
  754. height: 100%;
  755. padding: 0 10px 0 35px;
  756. color: hsl(var(--text));
  757. background: none;
  758. border: none;
  759. }
  760.  
  761. #status-menu #search-button {
  762. display: block;
  763. width: 20px;
  764. height: 100%;
  765. margin: 0;
  766. color: hsl(var(--icon));
  767. pointer-events: none;
  768. }
  769.  
  770. #status-menu #search-button .fa {
  771. line-height: 26px;
  772. }
  773.  
  774. /* Headings */
  775.  
  776. .status-menu::before,
  777. .list-table-header::before {
  778. font-size: 1.2rem;
  779. line-height: 26px;
  780. font-weight: bold;
  781. } .status-menu::before {
  782. content: 'Filter List';
  783. height: 36px;
  784. padding: 5px 10px;
  785. } .list-table-header::before {
  786. content: 'Sort List';
  787. height: 26px;
  788. margin-bottom: 5px;
  789. }
  790.  
  791. /* Buttons */
  792.  
  793. .stats .fa {
  794. display: none;
  795. }
  796.  
  797. .list-table .list-table-header .header-title {
  798. display: block;
  799. width: auto !important;
  800. height: auto;
  801. padding: 0 !important;
  802. background: none;
  803. border: none;
  804. padding: 0;
  805. font-size: 0;
  806. text-align: left;
  807. }
  808.  
  809. #status-menu .status-button,
  810. .list-table .list-table-header .header-title .link.sort {
  811. height: 26px;
  812. padding: 0 10px;
  813. color: hsl(var(--link));
  814. font: normal 1.2rem/26px var(--fontset);
  815. text-align: left;
  816. transition: color var(--transition-text);
  817. } #status-menu .status-button {
  818. margin: 0 10px;
  819. font-size: 0;
  820. line-height: 0;
  821. } #status-menu .status-button.on {
  822. pointer-events: none;
  823. } #status-menu .status-button:hover,
  824. .list-table .list-table-header .header-title .link.sort:hover {
  825. color: hsl(var(--link-h));
  826. }
  827.  
  828. #status-menu .status-button::before {
  829. font-size: 1.2rem;
  830. line-height: 26px;
  831. color: hsl(var(--link));
  832. transition: inherit;
  833. } #status-menu .status-button:nth-child(1)::before {
  834. content: 'All';
  835. } #status-menu .status-button:nth-child(2)::before {
  836. content: 'Current';
  837. } #status-menu .status-button:nth-child(3)::before {
  838. content: 'Completed';
  839. } #status-menu .status-button:nth-child(4)::before {
  840. content: 'Paused';
  841. } #status-menu .status-button:nth-child(5)::before {
  842. content: 'Dropped';
  843. } #status-menu .status-button:nth-child(6)::before {
  844. content: 'Planned';
  845. } #status-menu .status-button:hover::before {
  846. color: hsl(var(--link-h));
  847. } #status-menu .status-button.on::before {
  848. color: hsla(var(--link), 50%);
  849. }
  850.  
  851. #status-menu .status-button::after {
  852. display: none;
  853. }
  854.  
  855. .header-title.image {
  856. display: none !important;
  857. }
  858.  
  859. /* STATS */
  860.  
  861. .stats #show-stats-button {
  862. position: absolute;
  863. top: calc(-252px + -91px);
  864. right: calc(96px);
  865. z-index: 10;
  866. width: 60px;
  867. height: 30px;
  868. background: hsla(var(--button), 80%);
  869. border-radius: 4px;
  870. margin: 0;
  871. color: hsl(var(--link));
  872. font: bold 1.2rem/30px var(--fontset);
  873. text-align: center;
  874. transition: color var(--transition-text);
  875. } .stats #show-stats-button:hover {
  876. color: hsl(var(--link-h));
  877. }
  878.  
  879. .list-unit .list-stats {
  880. width: 100%;
  881. background: hsla(var(--content), 80%);
  882. border-radius: 4px;
  883. margin-bottom: 10px;
  884. color: hsl(var(--text));
  885. transition: background-color var(--transition-button);
  886. } .list-unit .list-stats:hover {
  887. background: hsl(var(--content));
  888. }
  889.  
  890. /* LIST */
  891.  
  892. .list-item {
  893. display: block;
  894. background: hsla(var(--content), 80%) !important;
  895. border-radius: 4px;
  896. margin-bottom: 10px;
  897. transition: background-color var(--transition-button);
  898. /*unused
  899. animation: slide-up 1.5s cubic-bezier(.16,.74,.59,1) 0s; */
  900. } .list-item:hover {
  901. background: hsla(var(--content), 100%) !important;
  902. }
  903.  
  904. /*unused
  905. @keyframes slide-up {
  906. from {
  907. transform: translateY(150px);
  908. } to {
  909. transform: none;
  910. }
  911. }*/
  912.  
  913. .list-table-data,
  914. .more-info[style*="block"] {
  915. position: relative;
  916. display: block !important;
  917. padding: 5px 15px 10px;
  918. border: none;
  919. align-items: center;
  920. } .list-table-data {
  921. display: flex !important;
  922. min-height: 40px;
  923. padding: 0 80px 0 5px;
  924. }
  925.  
  926. .list-table .list-table-data .data {
  927. display: block;
  928. padding: 0;
  929. margin-left: 10px;
  930. border: none;
  931. flex: 0 0 auto;
  932. }
  933.  
  934. .list-table .list-table-data .data a {
  935. color: hsl(var(--link)) !important;
  936. transition: color var(--transition-text);
  937. } .list-table .list-table-data .data a:not(.edit-disabled):hover {
  938. color: hsl(var(--link-h)) !important;
  939. }
  940.  
  941. /* List Items */
  942.  
  943. body:not([data-query*='status":7']) .list-table .list-table-data .data.status {
  944. display: none;
  945. }
  946.  
  947. .list-table .list-table-data .data.status {
  948. position: absolute;
  949. top: -8px;
  950. left: 0;
  951. width: auto;
  952. background: none !important;
  953. color: hsla(var(--text), 50%);
  954. font: bold 1.1rem/16px var(--fontset);
  955. text-shadow: 0 1px 3px hsla(var(--content), 100%);
  956. order: 80;
  957. } .data.status[class$="ing"]::before {
  958. content: 'Current';
  959. } .data.status.completed::before {
  960. content: 'Completed';
  961. } .data.status.onhold::before {
  962. content: 'Paused';
  963. } .data.status.dropped::before {
  964. content: 'Dropped';
  965. } .data.status[class*="planto"]::before {
  966. content: 'Planned';
  967. }
  968.  
  969. /* Image */
  970.  
  971. .list-table .list-table-data .data.image {
  972. width: 40px;
  973. height: 40px;
  974. margin: 5px 0 5px 10px;
  975. border-radius: 20px;
  976. order: 5;
  977. overflow: hidden;
  978. }
  979.  
  980. .list-table .list-table-data .data.image .link,
  981. .list-table .list-table-data .data.image .image {
  982. width: 100%;
  983. height: 100%;
  984. object-fit: cover;
  985. border: none;
  986. }
  987.  
  988. /* Title */
  989.  
  990. .list-table .list-table-data .data.title {
  991. padding: 0;
  992. flex: 1 1 auto;
  993. order: 15;
  994. }
  995.  
  996. .list-table .list-table-data .data.title .link {
  997. vertical-align: middle;
  998. }
  999.  
  1000. .content-status,
  1001. .rewatching,
  1002. .rereading {
  1003. color: hsla(var(--text), 50%) !important;
  1004. vertical-align: middle;
  1005. }
  1006.  
  1007. .icon-watch {
  1008. display: none !important;
  1009. }
  1010.  
  1011. /* Add-edit-more */
  1012.  
  1013. .list-table .list-table-data .data.title .add-edit-more {
  1014. position: absolute;
  1015. right: 15px;
  1016. top: calc(50% - 13px);
  1017. display: flex;
  1018. margin: 0;
  1019. font-size: 0;
  1020. }
  1021.  
  1022. .list-table .list-table-data .data.title .add-edit-more a {
  1023. display: block;
  1024. width: 26px;
  1025. height: 26px;
  1026. background: hsla(var(--button));
  1027. border-radius: 50%;
  1028. margin-left: 3px;
  1029. text-align: center;
  1030. opacity: 0.5;
  1031. transition: opacity var(--transition-button);
  1032. } .list-table .list-table-data .data.title .add-edit-more a:hover {
  1033. opacity: 1;
  1034. }
  1035.  
  1036. .add-edit-more a::after {
  1037. font-size: 1.2rem;
  1038. line-height: 26px;
  1039. transition: color var(--transition-button);
  1040. } .add-edit-more .add a::after {
  1041. content: '\f067';
  1042. } .add-edit-more .edit a::after {
  1043. content: '\f040';
  1044. line-height: 24px;
  1045. } .add-edit-more .more a::after {
  1046. content: '\f141';
  1047. }
  1048.  
  1049. /* Number */
  1050.  
  1051. .list-table .list-table-data .data.number {
  1052. position: absolute;
  1053. top: calc(50% - 1rem);
  1054. right: calc(100% + 10px);
  1055. height: 2rem;
  1056. order: 1;
  1057. text-shadow: 1px 1px 2px hsl(var(--content));
  1058. font-size: 1.2rem;
  1059. line-height: 2rem;
  1060. }
  1061.  
  1062. /* Score */
  1063.  
  1064. .list-table .list-table-data .data.score {
  1065. width: 2ch;
  1066. /* Using a fixed height prevents jitter when bringing up selection box */
  1067. height: 3ch;
  1068. order: 10;
  1069. }
  1070.  
  1071. .list-table .list-table-data .data.score .link {
  1072. /* These properties centre the link 100% of the time */
  1073. display: block;
  1074. width: 3ch;
  1075. height: 3ch;
  1076. margin-left: 50%;
  1077. line-height: 3ch;
  1078. transform: translateX(-50%);
  1079. }
  1080.  
  1081. .data.score select {
  1082. position: relative;
  1083. z-index: 1;
  1084. width: calc(2ch + 30px);
  1085. height: 3ch;
  1086. background: hsl(var(--button));
  1087. border: 1px solid hsl(var(--accent));
  1088. border-radius: 3px;
  1089. margin-left: -15px;
  1090. color: hsl(var(--text));
  1091. }
  1092.  
  1093. .data.score .link:not([style*="none"]) ~ select {
  1094. /* Hides selection box while Javascript is working, preventing jitter. */
  1095. display: none;
  1096. }
  1097.  
  1098. /* Progress */
  1099.  
  1100. .list-table .list-table-data .data.progress,
  1101. .list-table .list-table-data .data.chapter,
  1102. .list-table .list-table-data .data.volume {
  1103. order: 20;
  1104. text-align: right;
  1105. font-size: 1.1rem;
  1106. }
  1107.  
  1108. .list-table .list-table-data .data.progress span:last-of-type::after {
  1109. content: 'eps';
  1110. color: hsla(var(--text), 65%);
  1111. } .list-table .list-table-data .data.chapter span:last-of-type::after {
  1112. content: 'ch';
  1113. color: hsla(var(--text), 65%);
  1114. }
  1115.  
  1116. .list-table .list-table-data .data a[class^="icon-add"] {
  1117. color: hsla(var(--link), 65%) !important;
  1118. } .list-table .list-table-data .data a[class^="icon-add"]:hover {
  1119. color: hsl(var(--link-h)) !important;
  1120. }
  1121.  
  1122. .list-table .list-table-data .data.type {
  1123. width: 70px;
  1124. order: 22;
  1125. }
  1126.  
  1127. .list-table .list-table-data .data.started,
  1128. .list-table .list-table-data .data.finished,
  1129. .list-table .list-table-data .data.airing-started,
  1130. .list-table .list-table-data .data.airing-finished {
  1131. width: 60px;
  1132. order: 17;
  1133. }
  1134.  
  1135. .list-table .list-table-data .data.days {
  1136. width: 30px;
  1137. }
  1138.  
  1139. .list-table .list-table-data .data.season {
  1140. width: 90px;
  1141. }
  1142.  
  1143. .list-table .list-table-data .data.studio,
  1144. .list-table .list-table-data .data.licensor,
  1145. .list-table .list-table-data .data.magazine {
  1146. width: 100px;
  1147. }
  1148.  
  1149. .list-table .list-table-data .data.tags {
  1150. width: 100px;
  1151. }
  1152.  
  1153. .list-table .list-table-data .data.storage {
  1154. width: 70px;
  1155. }
  1156.  
  1157. /* More Content */
  1158.  
  1159. .more-content {
  1160. padding: 0 !important;
  1161. }
  1162.  
  1163. .more-content::after {
  1164. content: '';
  1165. position: absolute;
  1166. top: 0;
  1167. left: 0;
  1168. width: 100%;
  1169. height: 1px;
  1170. background: linear-gradient(
  1171. to right,
  1172. hsla(var(--content),0%) 0%,
  1173. hsla(var(--content),100%) 30px,
  1174. hsla(var(--content),100%) calc(100% - 30px),
  1175. hsla(var(--content),0%) 100%
  1176. )
  1177. }
  1178.  
  1179. .more-info td,
  1180. .more-info table,
  1181. .more-info tbody,
  1182. .more-info tr {
  1183. display: block;
  1184. }
  1185.  
  1186. /* Remove unwanted info */
  1187.  
  1188. .td1::first-line {
  1189. font-size: 0;
  1190. line-height: 0;
  1191. }
  1192.  
  1193. .more-info br,
  1194. .more-info div:first-of-type {
  1195. display: none;
  1196. }
  1197.  
  1198. .anime .more-info small ~ br,
  1199. .manga .more-info br:nth-of-type(n+9) {
  1200. display: initial;
  1201. }
  1202.  
  1203. /* Loading Spinner */
  1204.  
  1205. /* FOOTER */
  1206.  
  1207. footer {
  1208. position: relative;
  1209. z-index: 1;
  1210. }
  1211.  
  1212. #footer-block {
  1213. height: 43px;
  1214. padding: 10px 0 10px;
  1215. background: hsl(var(--content));
  1216. --gradient-size: 22px;
  1217. --gradient-fade1: 70%;
  1218. --gradient-fade2: 93%;
  1219. background-image:
  1220. linear-gradient(
  1221. to right,
  1222. hsla(var(--content), var(--gradient-fade2)),
  1223. hsla(var(--content), var(--gradient-fade1)) calc(50% - 300px),
  1224. hsla(var(--content), var(--gradient-fade1)) calc(50% + 300px),
  1225. hsla(var(--content), var(--gradient-fade2))
  1226. ), repeating-linear-gradient(
  1227. 45deg,
  1228. hsla(var(--accent), 50%),
  1229. hsla(var(--content), 50%) calc(var(--gradient-size) * 0.1),
  1230. hsla(var(--content), 50%) calc(var(--gradient-size) * 0.9),
  1231. hsla(var(--accent), 50%) var(--gradient-size)
  1232. ), repeating-linear-gradient(
  1233. 135deg,
  1234. hsla(var(--accent), 50%),
  1235. hsla(var(--content), 50%) calc(var(--gradient-size) * 0.1),
  1236. hsla(var(--content), 50%) calc(var(--gradient-size) * 0.9),
  1237. hsla(var(--accent), 50%) var(--gradient-size)
  1238. );
  1239. border-top: 3px solid hsl(var(--accent));
  1240. box-shadow: 0 -1px 3px hsla(var(--shadow), 50%);
  1241. color: hsl(var(--text));
  1242. }
  1243.  
  1244. #copyright {
  1245. padding: 0;
  1246. color: hsl(var(--text));
  1247. font: 1rem/20px var(--fontset);
  1248. }
  1249.  
  1250. #copyright::after {
  1251. content: 'List design by Valerio Lyndon.';
  1252. }
  1253.  
  1254. /* OVERLAYS */
  1255.  
  1256. #fancybox-overlay {
  1257. background: linear-gradient(15deg, hsl(var(--tint1)), hsla(var(--tint2), 66.7%));
  1258. }
  1259.  
  1260. #fancybox-wrap {
  1261. position: fixed;
  1262. top: 10px !important;
  1263. left: calc(50% - 490px) !important;
  1264. width: 800px !important;
  1265. max-height: calc(100% - 20px);
  1266. padding: 0;
  1267. }
  1268.  
  1269. div.fancy-bg {
  1270. display: none;
  1271. }
  1272.  
  1273. #fancybox-inner {
  1274. top: 0 !important;
  1275. left: 0 !important;
  1276. width: 100% !important;
  1277. height: 100% !important;
  1278. }
  1279.  
  1280. /* Filter Menu */
  1281.  
  1282. #advanced-options[style*="block"] ~ #fancybox-overlay {
  1283. opacity: 0.2 !important;
  1284. }
  1285.  
  1286. #advanced-options {
  1287. position: fixed;
  1288. top: 10px;
  1289. left: calc(50% - 490px);
  1290. margin: 0;
  1291. width: 800px;
  1292. }
  1293.  
  1294.  
  1295.  
  1296. body::before {
  1297. filter: saturate(1) brightness(1) !important;
  1298. opacity: 1 !important;
  1299. }
  1300.  
  1301.  
  1302.  
  1303. body::before {
  1304. filter: saturate(1) brightness(1) !important;
  1305. opacity: 1 !important;
  1306. }
  1307.  
  1308.  
  1309.  
  1310. body::before{filter:saturate(1) brightness(1);opacity:1}.list-table-data,.list-table-header,.list-unit .list-status-title .text,.stats #advanced-options-button,.status-menu-container .status-menu{border:0;background-image:none!important}
  1311.  
  1312.  
  1313.  
  1314. .list-table .list-table-data .data.tags {
  1315. word-wrap: break-word;
  1316. position: absolute;
  1317. margin-top: 155px;
  1318. width: 600px !important;
  1319. }
  1320. .list-table-data {
  1321. display: flex !important;
  1322. min-height: 40px;
  1323. padding: 0 80px 0 5px;
  1324. padding-bottom: 0px;
  1325. padding-bottom: 100px;
  1326. }
  1327.  
  1328. .list-table .list-table-data .data.season {
  1329. width: 90px;
  1330. position: absolute;
  1331. top: 40px;
  1332. left: 65px;
  1333. }
  1334.  
  1335.  
  1336. .list-table .list-table-data .data.rated {
  1337. width: 90px;
  1338. position: absolute;
  1339. top: 40px;
  1340. left: 300px;
  1341. }
  1342.  
  1343. .list-table .list-table-data .data.airing-started {
  1344. width: 90px;
  1345. position: absolute;
  1346. top: 40px;
  1347. left: 150px;
  1348. }
  1349.  
  1350. .list-table .list-table-data .data.airing-finished {
  1351. width: 90px;
  1352. position: absolute;
  1353. top: 40px;
  1354. left: 230px;
  1355. }
  1356.  
  1357. .list-table .list-table-data .data.started {
  1358. width: 90px;
  1359. position: absolute;
  1360. top: 130px;
  1361. left: 100px;
  1362. }
  1363.  
  1364. .list-table .list-table-data .data.finished {
  1365. width: 90px;
  1366. position: absolute;
  1367. top: 130px;
  1368. left: 200px;
  1369. }
  1370.  
  1371. .list-table .list-table-data .data.days{
  1372. width: 90px;
  1373. position: absolute;
  1374. top: 40px;
  1375. left: 480px;
  1376. }
  1377.  
  1378.  
  1379.  
  1380. .list-table .list-table-data .data.storage{
  1381. width: 90px;
  1382. position: absolute;
  1383. top: 40px;
  1384. left: 400px;
  1385. }
  1386.  
  1387. .list-table .list-table-data .data.type{
  1388. width: 90px;
  1389. position: absolute;
  1390. top: 50px;
  1391. left: 0px;
  1392. }
  1393.  
  1394. .list-table .list-table-data .data.licensor{
  1395. width: 90px;
  1396. position: absolute;
  1397. top: 50px;
  1398. left:610px;
  1399. }
  1400.  
  1401.  
  1402. .list-table .list-table-data .data.studio{
  1403. width: 90px;
  1404. position: absolute;
  1405. top: 50px;
  1406. left: 700px;
  1407. }
  1408.  
  1409. .list-table .list-table-data .data.priority{
  1410. width: 90px;
  1411. position: absolute;
  1412. top: -10px;
  1413. left: 70px;
  1414. }
  1415.  
  1416.  
  1417.  
  1418. .list-table .list-table-data .data.priority:after{
  1419. content:" Priority";
  1420. }
  1421.  
  1422.  
  1423.  
  1424. .list-table .list-table-data .data.title .add-edit-more {
  1425.  
  1426. margin-top: -49px;
  1427. }
  1428.  
  1429. /* COVER SIZE */
  1430. .data.image a:after{
  1431. width: 200px;
  1432. height: 300px;
  1433. }
  1434.  
  1435.  
  1436. /* COVER POSITION */
  1437. .data.image a:after{
  1438. position: fixed;
  1439. top: 40%;
  1440. left: calc(50% - 850px);
  1441. }
  1442.  
  1443.  
  1444. /* OTHER CODES */
  1445. .data.image a:after
  1446. {content: "";
  1447. display: block !important;
  1448. background-color: rgba(0,0,0,.3);
  1449. background-position: center !important;
  1450. background-repeat: no-repeat !important;
  1451. background-size: cover;
  1452. border: 1px solid #ffffff;
  1453. box-shadow: 0 2px 5px rgba(0,0,0, 0.7);
  1454. visibility: hidden;
  1455. opacity: 0;
  1456. transition: opacity .8s linear, margin-left .5s ease, transform 1s ease-in-out;
  1457. z-index: 5;}
  1458.  
  1459.  
  1460. .list-table .list-table-data:hover .data.image a:after {
  1461. visibility: visible;
  1462. opacity: 1;
  1463. transition: .3s ease-out;}
Advertisement
Add Comment
Please, Sign In to add comment