Shishipastebin

Untitled

May 21st, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.85 KB | None | 0 0
  1. /*
  2. Vampire Knight by Hahaido
  3. Modified by Valerio Lyndon
  4. Last update: 2023-May-18
  5. */
  6.  
  7. @\import "https://malscraper.azurewebsites.net/covers/all/anime/presets/more";
  8. @\import "https://yuiafterdark.github.io/shared/fixes/classic.css";
  9. @\import "https://fonts.googleapis.com/css2?family=Eater&family=Iceberg&family=La+Belle+Aurore&display=swap";
  10.  
  11. /* Tab Content */
  12.  
  13. #list_surround table tbody tr td[class^='td']:nth-child(2), #list_surround table tbody tr td[class^='td']:nth-child(3) {
  14. opacity: 0;
  15. position: fixed !important;
  16. display: block;
  17. left: -204px;
  18. width: 70px !important;
  19. padding: 6px 12px 0;
  20. color: #FFFFFF !important;
  21. font-size: 16px !important;
  22. line-height: 18px !important;
  23. border-radius: 8px;
  24. box-shadow: inset 0 0 12px rgba(255,255,255,1), inset 0 1px 0 rgba(255, 255, 255, 1);
  25. transition: all 1s linear;
  26. -webkit-transition: all 1s linear;
  27. z-index: 5;
  28. }
  29.  
  30. #list_surround table tbody tr td[class^='td']:nth-child(2) { bottom: 100px; }
  31.  
  32. #list_surround table tbody tr td[class^='td']:nth-child(3) { bottom: 194px; }
  33.  
  34. #list_surround table tbody:hover tr td[class^='td']:nth-child(2), #list_surround table tbody:hover tr td[class^='td']:nth-child(3) {
  35. opacity: 1;
  36. left: 204px;
  37. }
  38.  
  39. #list_surround table tbody tr td[class^='td']:first-child{
  40. width: 500px;
  41. text-align: center !important;
  42. }
  43.  
  44. #list_surround table:nth-of-type(n+4) tbody:hover .animetitle span {
  45. color: #FFFFFF !important;
  46. text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000, 0 0 0.2em #000000;
  47. }
  48.  
  49. tr:hover > .td1, tr:hover > .td2 {color: #FFFFFF !important; background-color: rgba(0, 0, 0, 1) !important; }
  50.  
  51. /* EDIT */
  52. #list_surround table:nth-of-type(n+4) tbody small { visibility: hidden; position: absolute; letter-spacing: -10px; }
  53.  
  54. #list_surround table:nth-of-type(n+4) tbody small a:last-of-type { display: none !important; }
  55.  
  56. #list_surround table:nth-of-type(n+4) tbody:hover small a:first-of-type {
  57. visibility: visible;
  58. position: absolute !important;
  59. display: block !important;
  60. margin-left: 6px !important;
  61. letter-spacing: 0;
  62. vertical-align: middle;
  63. padding: 2px 8px 0 6px;
  64. font-size: 18px;
  65. line-height: 28px;
  66. font-family: 'Iceberg', cursive;
  67. color: #000000 !important;
  68. background-color: rgba(198, 252, 226, 1);
  69. box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 1);
  70. }
  71.  
  72. /* SORT */
  73. #list_surround > table:nth-of-type(n+4) ~ .header_cw + table,
  74. #list_surround > table:nth-of-type(n+4) ~ .header_completed + table,
  75. #list_surround > table:nth-of-type(n+4) ~ .header_onhold + table,
  76. #list_surround > table:nth-of-type(n+4) ~ .header_dropped + table,
  77. #list_surround > table:nth-of-type(n+4) ~ .header_ptw + table {
  78. display: none;
  79. }
  80.  
  81. .table_header:nth-of-type(n+2) { display: none; }
  82.  
  83. /* Category Menu */
  84.  
  85. #list_surround table:first-of-type {
  86. position: absolute !important;
  87. display: inline-block;
  88. width: 640px !important;
  89. height: 128px !important;
  90. top: -114px;
  91. left: 50%;
  92. margin-left: -320px;
  93. background-color: rgba(235, 221, 184, 0.8);
  94. box-shadow: 0 1px 0 rgba(255, 255, 255, .2),
  95. inset 0 4px 5px rgba(0, 0, 0, 1),
  96. inset 0 1px 0 rgba(0, 0, 0, .6);
  97. -o-box-shadow: 0 1px 0 rgba(255, 255, 255, .2),
  98. inset 0 4px 5px rgba(0, 0, 0, 1),
  99. inset 0 1px 0 rgba(0, 0, 0, .6);
  100. -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .2),
  101. inset 0 4px 5px rgba(0, 0, 0, 1),
  102. inset 0 1px 0 rgba(0, 0, 0, .6);
  103. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .2),
  104. inset 0 4px 5px rgba(0, 0, 0, 1),
  105. inset 0 1px 0 rgba(0, 0, 0, .6);
  106. }
  107.  
  108. #list_surround table:first-of-type a:hover { text-shadow: none !important; }
  109.  
  110. .status_not_selected, .status_selected { position: relative !important; width: 128px !important; }
  111.  
  112. .status_not_selected a, .status_selected a { visibility: hidden; display: block; letter-spacing: -12px; }
  113.  
  114. .status_not_selected a:hover:before, .status_selected a:before {
  115. box-shadow: inset 0px 0px 6px rgba(156, 0, 6, 1);
  116. -o-box-shadow: inset 0px 0px 6px rgba(156, 0, 6, 1);
  117. -moz-box-shadow: inset 0px 0px 6px rgba(156, 0, 6, 1);
  118. -webkit-box-shadow: inset 0px 0px 6px rgba(156, 0, 6, 1);
  119. }
  120.  
  121. .status_not_selected a[href*="status=1"]:before, .status_selected a[href*="status=1"]:before,
  122. .status_not_selected a[href*="status=2"]:before, .status_selected a[href*="status=2"]:before,
  123. .status_not_selected a[href*="status=3"]:before, .status_selected a[href*="status=3"]:before,
  124. .status_not_selected a[href*="status=4"]:before, .status_selected a[href*="status=4"]:before,
  125. .status_not_selected a[href*="status=6"]:before, .status_selected a[href*="status=6"]:before {
  126. visibility: visible;
  127. display: block;
  128. content: '';
  129. width: 128px;
  130. height: 128px;
  131. background-repeat: no-repeat;
  132. letter-spacing: 0 !important;
  133. }
  134.  
  135. .status_not_selected a[href*="status=1"]:after,
  136. .status_selected a[href*="status=1"]:after,
  137. .status_not_selected a[href*="status=2"]:after,
  138. .status_selected a[href*="status=2"]:after,
  139. .status_not_selected a[href*="status=3"]:after,
  140. .status_selected a[href*="status=3"]:after,
  141. .status_not_selected a[href*="status=4"]:after,
  142. .status_selected a[href*="status=4"]:after,
  143. .status_not_selected a[href*="status=6"]:after,
  144. .status_selected a[href*="status=6"]:after {
  145. pointer-events: none;
  146. visibility: visible;
  147. position: fixed ;
  148. display: block;
  149. left: 0;
  150. top: 110px;
  151. width: 76px;
  152. padding: 2px 10px 0 8px;
  153. color: #000000;
  154. text-shadow: 0 0 0.2em #9c0006;
  155. font-size: 18px !important;
  156. letter-spacing: 0 !important;
  157. white-space: nowrap;
  158. background-color: rgba(198, 252, 226, 1);
  159. box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 1);
  160. -o-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 1);
  161. -moz-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 1);
  162. -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 1);
  163. }
  164.  
  165. .status_not_selected a[href*="status=1"]:hover:after,
  166. .status_selected a[href*="status=1"]:hover:after,
  167. .status_not_selected a[href*="status=2"]:hover:after,
  168. .status_selected a[href*="status=2"]:hover:after,
  169. .status_not_selected a[href*="status=3"]:hover:after,
  170. .status_selected a[href*="status=3"]:hover:after,
  171. .status_not_selected a[href*="status=4"]:hover:after,
  172. .status_selected a[href*="status=4"]:hover:after,
  173. .status_not_selected a[href*="status=6"]:hover:after,
  174. .status_selected a[href*="status=6"]:hover:after { z-index: 1; }
  175.  
  176. /* Currently watching */
  177. .status_not_selected a[href*="status=1"]:before, .status_selected a[href*="status=1"]:before { background-image: url(https://i.imgur.com/u57tpeg.png); }
  178. .status_not_selected a[href*="status=1"]:hover:after, .status_selected a[href*="status=1"]:after { content: 'Current'; }
  179.  
  180. /* Completed */
  181. .status_not_selected a[href*="status=2"]:before, .status_selected a[href*="status=2"]:before { background-image: url(https://i.imgur.com/bCw5yEG.png); }
  182. .status_not_selected a[href*="status=2"]:hover:after, .status_selected a[href*="status=2"]:after { content: 'Completed'; }
  183.  
  184. /* On Hold */
  185. .status_not_selected a[href*="status=3"]:before, .status_selected a[href*="status=3"]:before { background-image: url(https://i.imgur.com/ibiV6YL.png); }
  186. .status_not_selected a[href*="status=3"]:hover:after, .status_selected a[href*="status=3"]:after { content: 'On Hold'; }
  187.  
  188. /* Dropped */
  189. .status_not_selected a[href*="status=4"]:before, .status_selected a[href*="status=4"]:before { background-image: url(https://i.imgur.com/NqJ3chB.png); }
  190. .status_not_selected a[href*="status=4"]:hover:after, .status_selected a[href*="status=4"]:after { content: 'Dropped'; }
  191.  
  192. /* Planned */
  193. .status_not_selected a[href*="status=6"]:before, .status_selected a[href*="status=6"]:before { background-image: url(https://i.imgur.com/epJSgCB.png); }
  194. .status_not_selected a[href*="status=6"]:hover:after, .status_selected a[href*="status=6"]:after { content: 'Planned'; }
  195.  
  196. /*All */
  197. .status_selected a[href*="status=7"], .status_not_selected a[href*="status=7"] { display: none; }
  198.  
  199. /* Top Menu */
  200.  
  201. #mal\_control_strip {
  202. position: absolute;
  203. display: block;
  204. top: 0;
  205. background: none !important;
  206. z-index: 15;
  207. }
  208.  
  209. #mal\_control_strip td { height: 60px !important; }
  210.  
  211. #mal\_control_strip, #mal\_control_strip a, #mal\_control_strip td, #mal\_control_strip td div, #mal\_control_strip a {
  212. font-family: 'Eater', cursive !important;
  213. font-size: 16px !important;
  214. }
  215.  
  216. #mal_cs_pic img, #mal\_cs_powered img, #search { display: none; }
  217.  
  218. #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links { border-right: none !important; }
  219. #mal\_control_strip a { text-decoration: none !important; }
  220.  
  221.  
  222. /* BEWARE */
  223. #mal\_cs_listinfo div:first-of-type {
  224. position: absolute;
  225. display: block;
  226. width: 700px;
  227. top: 2px;
  228. left: 55%;
  229. margin-left: -234px;
  230. text-shadow: 0px 0px 10px #c6fce2, 0px 0px 10px #c6fce2;
  231. }
  232.  
  233. #mal\_cs_listinfo div:first-of-type:before { content: 'Beware, '; color: #FFFFFF; text-shadow: 0px 0px 10px #9c0006, 0px 0px 10px #9c0006, 0px 0px 10px #9c0006; }
  234. #mal\_cs_listinfo div:first-of-type:after { content: ', you are on the dark territory!'; color: #FFFFFF; text-shadow: 0px 0px 10px #9c0006, 0px 0px 10px #9c0006, 0px 0px 10px #9c0006; }
  235.  
  236. /* You are viewing */
  237. #mal\_cs_otherlinks strong { display: none !important; }
  238.  
  239. #mal\_cs_listinfo div:last-of-type:before {
  240. font-size 14px !important;
  241. color: white;
  242. font-size: 18px;
  243. text-shadow: 0px 0px 10px #9c0006, 0px 0px 10px #9c0006, 0px 0px 10px #9c0006;
  244. content: 'There is no way to ';
  245. }
  246.  
  247. #mal\_cs_listinfo div a { font-size: 24px; }
  248.  
  249. #mal\_cs_listinfo div:last-of-type {
  250. position: absolute;
  251. display: block;
  252. width: 300px;
  253. top: 32px;
  254. left: 55%;
  255. margin-left: -134px;
  256. font-size: 24px;
  257. text-shadow: 0px 0px 10px #c6fce2, 0px 0px 10px #c6fce2;
  258. }
  259.  
  260. #mal\_cs_listinfo form {
  261. display: inline;
  262. }
  263.  
  264. /* 'Add' button */
  265. #mal\_cs_links, #mal\_cs_otherlinks { visibility: hidden; }
  266.  
  267. #mal\_cs_links div a[href*="addtolist"] {
  268. visibility: visible !important;
  269. position: fixed !important;
  270. display: block !important;
  271. content: none !important;
  272. color: transparent !important;
  273. top: 14px;
  274. right: 4px;
  275. width: 48px;
  276. height: 48px;
  277. background-image: url(https://i.imgur.com/3qLonFH.png) !important; /* add.png */
  278. text-shadow: none !important;
  279. }
  280.  
  281. #mal\_cs_links div a[href*="addtolist"]:before {
  282. opacity: 0;
  283. -moz-opacity: 0;
  284. filter: alpha(opacity=0);
  285. position: fixed !important;
  286. display: block;
  287. content: 'Add to list';
  288. right: -64px;
  289. top: 24px;
  290. width: 70px !important;
  291. padding: 4px;
  292. font-family: 'Iceberg', cursive;
  293. color: #FFFFFF !important;
  294. font-size: 16px !important;
  295. line-height: 18px !important;
  296. text-align: center;
  297. background-color: rgba(0, 0, 0, 1);
  298. border-radius: 8px;
  299. -o-border-radius: 8px;
  300. -moz-border-radius: 8px;
  301. -webkit-border-radius: 8px;
  302. box-shadow: inset 0 0 12px rgba(255,255,255,1), inset 0 1px 0 rgba(255, 255, 255, 1);
  303. -o-box-shadow: inset 0 0 12px rgba(255,255,255,1), inset 0 1px 0 rgba(255, 255, 255, 1);
  304. -moz-box-shadow: inset 0 0 12px rgba(255,255,255,1), inset 0 1px 0 rgba(255, 255, 255, 1);
  305. -webkit-box-shadow: inset 0 0 12px rgba(255,255,255,1), inset 0 1px 0 rgba(255, 255, 255, 1);
  306. transition: all .5s linear;
  307. -o-transition: all .5s linear;
  308. -moz-transition: all .5s linear;
  309. -webkit-transition: all .5s linear;
  310. }
  311.  
  312. #mal\_cs_links div a[href*="addtolist"]:hover:before {
  313. right: 64px;
  314. opacity: 1;
  315. -moz-opacity: 1;
  316. filter: alpha(opacity=100);
  317. }
  318.  
  319. /* Log in */
  320. #mal\_cs_otherlinks div a[href*="login"] { visibility: hidden; }
  321.  
  322. #mal\_cs_otherlinks div a[href*="login"]:after {
  323. visibility: visible;
  324. position: absolute;
  325. display: block;
  326. top: 2px;
  327. left: 55%;
  328. margin-left: -64px;
  329. width: 128px;
  330. content: 'Enter' !important;
  331. font-size: 36px;
  332. color: #FFFFFF;
  333. text-shadow: 0px 0px 10px #9c0006, 0px 0px 10px #9c0006, 0px 0px 10px #9c0006;
  334. }
  335.  
  336. /* Shrink */
  337.  
  338. @keyframes shrink
  339. {
  340. 0% { transform: rotate(-120deg); }
  341. 10% { transform: rotate(-90deg); }
  342. 20% { transform: rotate(-60deg); }
  343. 40% { transform: rotate(-30deg); }
  344. 60% { transform: rotate(0deg); }
  345. 60% { transform: scale(1, 1); }
  346. 70% { transform: scale(0.5, 1); }
  347. 80% { transform: scale(0, 1); }
  348. 90% { transform: scale(0.5, 1); }
  349. 100% { transform: scale(1, 1); }
  350. }
  351.  
  352. @-o-keyframes shrink
  353. {
  354. 0% { -o-transform: rotate(-120deg); }
  355. 10% { -o-transform: rotate(-90deg); }
  356. 20% { -o-transform: rotate(-60deg); }
  357. 40% { -o-transform: rotate(-30deg); }
  358. 60% { -o-transform: rotate(0deg); }
  359. 60% { -o-transform: scale(1, 1); }
  360. 70% { -o-transform: scale(0.5, 1); }
  361. 80% { -o-transform: scale(0, 1); }
  362. 90% { -o-transform: scale(0.5, 1); }
  363. 100% { -o-transform: scale(1, 1); }
  364. }
  365.  
  366. @-ms-keyframes shrink
  367. {
  368. 0% { -ms-transform: rotate(-120deg); }
  369. 10% { -ms-transform: rotate(-90deg); }
  370. 20% { -ms-transform: rotate(-60deg); }
  371. 40% { -ms-transform: rotate(-30deg); }
  372. 60% { -ms-transform: rotate(0deg); }
  373. 60% { -ms-transform: scale(1, 1); }
  374. 70% { -ms-transform: scale(0.5, 1); }
  375. 80% { -ms-transform: scale(0, 1); }
  376. 90% { -ms-transform: scale(0.5, 1); }
  377. 100% { -ms-transform: scale(1, 1); }
  378. }
  379.  
  380. @-moz-keyframes shrink
  381. {
  382. 0% { -moz-transform: rotate(-120deg); }
  383. 10% { -moz-transform: rotate(-90deg); }
  384. 20% { -moz-transform: rotate(-60deg); }
  385. 40% { -moz-transform: rotate(-30deg); }
  386. 60% { -moz-transform: rotate(0deg); }
  387. 60% { -moz-transform: scale(1, 1); }
  388. 70% { -moz-transform: scale(0.5, 1); }
  389. 80% { -moz-transform: scale(0, 1); }
  390. 90% { -moz-transform: scale(0.5, 1); }
  391. 100% { -moz-transform: scale(1, 1); }
  392. }
  393.  
  394. @-webkit-keyframes shrink
  395. {
  396. 0% { -webkit-transform: rotate(-120deg); }
  397. 10% { -webkit-transform: rotate(-90deg); }
  398. 20% { -webkit-transform: rotate(-60deg); }
  399. 40% { -webkit-transform: rotate(-30deg); }
  400. 60% { -webkit-transform: rotate(0deg); }
  401. 60% { -webkit-transform: scale(1, 1); }
  402. 70% { -webkit-transform: scale(0.5, 1); }
  403. 80% { -webkit-transform: scale(0, 1); }
  404. 90% { -webkit-transform: scale(0.5, 1); }
  405. 100% { -webkit-transform: scale(1, 1); }
  406. }
  407.  
  408. .shrink
  409. {
  410. animation-name: shrink;
  411. -o-animation-name: shrink;
  412. -ms-animation-name: shrink;
  413. -moz-animation-name: shrink;
  414. -webkit-animation-name: shrink;
  415. }
  416.  
  417. /* Main Style */
  418.  
  419. .hide {
  420. position: fixed;
  421. display: inline-block !important;
  422. pointer-events: none;
  423. visibility: hidden;
  424. bottom: 80%;
  425. left: 10px !important;
  426. background-size: 200px 0px;
  427. width: 0px !important;
  428. height: 0px !important;
  429. line-height: 24px !important;
  430. transition: background-size 1s ease-in-out, bottom 1s ease-in-out;
  431. -webkit-transition: background-size 1s ease-in-out, bottom 1s ease-in-out;
  432. z-index: 10;
  433. }
  434.  
  435. .hide:before {
  436. display: block;
  437. content: '';
  438. width: 26px;
  439. height: 250%;
  440. margin-top: -354%;
  441. margin-left: auto !important;
  442. margin-right: auto !important;
  443. background: url(https://i.imgur.com/HIMOJi3.png) repeat-y;
  444. }
  445.  
  446. :hover + .hide:after {
  447. position: absolute;
  448. content: ' ';
  449. width: 100%;
  450. height: 100%;
  451. top: 0;
  452. left: 0;
  453. border-radius: 50em;
  454. background-image: linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,.7) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
  455. background-image: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(255,255,255,.7) 50%, rgba(255,255,255,0) 55%, rgba(255,255,255,0) 100%);
  456. background-image: -webkit-gradient( linear, left top, right bottom,
  457. color-stop(0, rgba(255,255,255, 0)),
  458. color-stop(0.45, rgba(255,255,255, 0)),
  459. color-stop(0.5, rgba(255,255,255, .7)),
  460. color-stop(0.55, rgba(255,255,255, 0)),
  461. color-stop(1, rgba(255,255,255, 0)));
  462. }
  463.  
  464. :hover + .hide {
  465. position: fixed !important;
  466. display: block !important;
  467. visibility: visible;
  468. width: 200px !important;
  469. height: 284px !important;
  470. bottom: 16px !important;
  471. left: 10px !important;
  472. background-repeat: no-repeat !important;
  473. background-size: 200px 284px !important;
  474. box-shadow: 0 0 20px rgba(255,255,255,.6), inset 0 0 20px rgba(255,255,255,1), inset 0 1px 0 rgba(255, 255, 255, 1);
  475. border-radius: 50em;
  476. animation: shrink linear 1s;
  477. -webkit-animation: shrink linear 1s;
  478. }
  479.  
  480. body:before {
  481. display: block !important;
  482. position: fixed !important;
  483. content: '';
  484. right: 0;
  485. bottom: 0;
  486. width: 100%;
  487. height: 100%;
  488. background-image: url(https://i.imgur.com/A1tjsri.png); /* Zero.png */
  489. background-repeat: no-repeat;
  490. background-position: bottom right;
  491. background-size: contain;
  492. z-index: -1;
  493. }
  494.  
  495. body {
  496. background-color: rgba(0, 0, 0, 1);
  497. background-image: url(https://i.imgur.com/ig6culf.png); /* back_below.png */
  498. background-repeat: repeat;
  499. background-position: center center;
  500. cursor: url(https://i.imgur.com/Ai1uDbt.png) 1 2, auto; /* cursor.png */
  501. color: #000000;
  502. font-family: 'Iceberg', cursive;
  503. font-size: 12px;
  504. }
  505.  
  506. a { color: #000000; text-decoration: none; }
  507.  
  508. a:hover { text-shadow: 0 0 0.2em #9c0006 !important; }
  509.  
  510. #list_surround:before {
  511. display: block !important;
  512. position: fixed !important;
  513. content: ' ';
  514. left: -4px;
  515. bottom: 0;
  516. width: 100%;
  517. height: 100%;
  518. background-image: url(https://i.imgur.com/neidITm.png); /* Yuki.png */
  519. background-repeat: no-repeat;
  520. background-position: bottom left;
  521. background-size: contain;
  522. z-index: -1;
  523. }
  524.  
  525. #list_surround {
  526. position: relative;
  527. display: inline-block;
  528. left: 55% !important;
  529. margin-left: -250px;
  530. width: 500px;
  531. margin-top: 192px;
  532. }
  533.  
  534. .animetitle { color: #9c0006 !important; line-height: 30px !important; font-weight: bold; }
  535.  
  536. .animetitle + small {
  537. visibility: visible !important;
  538. position: absolute !important;
  539. display: block !important;
  540. width: 64px;
  541. margin-left: -84px !important;
  542. margin-top: -30px;
  543. padding: 2px 8px 0 6px;
  544. font-size: 18px;
  545. line-height: 28px;
  546. font-family: 'Iceberg', cursive;
  547. font-size: 12px;
  548. text-align: center;
  549. font-weight: normal !important;
  550. color: #9c0006 !important;
  551. white-space: nowrap !important;
  552. letter-spacing: 0 !important;
  553. background-color: rgba(198, 252, 226, 1);
  554. box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 1);
  555. }
  556.  
  557. .table_headerLink {
  558. position: relative !important;
  559. display: block !important;
  560. margin-top: -15px;
  561. height: 32px;
  562. width: 489px;
  563. color: #000000;
  564. font-weight: bold;
  565. text-align: center;
  566. margin-left: auto;
  567. margin-right: auto;
  568. padding: 5px 2px 5px 2px;
  569. background-color: rgba(198, 252, 226, 1);
  570. box-shadow: inset 0px -14px 12px rgba(0, 0, 0, 1), inset 0 -1px 2px rgba(0, 0, 0, 1);
  571. border-radius: 50% 50% 0 0;
  572. }
  573.  
  574. .table_headerLink:hover { color: #000000; text-shadow: 0 0 0.2em #9c0006 !important; }
  575.  
  576. .table_headerLink strong:before {
  577. visibility: visible !important;
  578. position: relative !important;
  579. display: inline-block !important;
  580. margin-left: 64px !important;
  581. content: "Sort doesn't help you" !important;
  582. text-align: center !important;
  583. font-size: 18px !important;
  584. }
  585.  
  586. .table_headerLink strong { visibility: hidden; }
  587.  
  588. .td1, .td2 {
  589. padding: 0.3em;
  590. font-family: 'La Belle Aurore', cursive;
  591. font-size: 20px;
  592. background-color: rgba(235, 221, 184, 0.8);
  593. transition: all 1s ease-in-out;
  594. -webkit-transition: all 1s ease-in-out;
  595. }
  596.  
  597. .td1 a, .td2 a { color: #FFFFFF; }
  598.  
  599. .header_title {
  600. font-size: 14px;
  601. font-weight: bold;
  602. }
  603.  
  604. /* header_al is the div surrounding "User's Anime List" at the top */
  605. .header_al {
  606. font-weight: bold;
  607. font-size: 16px;
  608. }
  609.  
  610. .header_cw, .header_completed , .header_onhold, .header_dropped, .header_ptw { display: none; }
  611.  
  612. .category_totals {
  613. position: relative !important;
  614. display: block !important;
  615. margin-top: 0;
  616. height: 275px;
  617. width: 465px;
  618. color: rgba(198, 252, 226, 1);
  619. text-align: center;
  620. margin-left: auto;
  621. margin-right: auto;
  622. padding: 32px 12px 90px 12px;
  623. background-color: rgba(198, 252, 226, 1);
  624. background-image: url(https://i.imgur.com/OCehvMf.png); /* emblem.png */
  625. background-position: center center;
  626. background-repeat: no-repeat;
  627. box-shadow: inset 0px 18px 12px rgba(0, 0, 0, 1), inset 0 -1px 2px rgba(0, 0, 0, 1);
  628. border-radius: 0 0 50% 50%;
  629. transition: all 1s linear;
  630. -webkit-transition: all 1s linear;
  631.  
  632. }
  633.  
  634. .category_totals:hover { color: #000000; text-shadow: 0 0 0.2em #9c0006; }
  635.  
  636. #grand_totals { display: none; }
  637.  
  638. #copyright {
  639. position: relative !important;
  640. display: block !important;
  641. width: 200px;
  642. color: #9c0006;
  643. text-align: center;
  644. margin: 0 auto;
  645. padding: 4px;
  646. background-color: rgba(235, 221, 184, 0.8);
  647. box-shadow: 0 1px 0 rgba(255, 255, 255, .2),
  648. inset 0 4px 5px rgba(0, 0, 0, 1),
  649. inset 0 1px 0 rgba(0, 0, 0, .6);
  650. z-index: 15;
  651. }
  652.  
  653. #copyright a { color: #000000; }
  654.  
  655. #copyright a:hover { text-shadow: 0 0 0.2em #9c0006 !important; }
  656.  
  657. #copyright:after { content: 'List designed by Hahaido.'; }
  658.  
  659. #inlineContent {
  660. pointer-events: none;
  661. position: fixed;
  662. display: block !important;
  663. top: 0;
  664. left: 0;
  665. width: 100%;
  666. height: 100%;
  667. background-image: url(https://i.imgur.com/5LU36FK.png); /* Blood.png */
  668. background-repeat: no-repeat;
  669. background-position:center;
  670. background-size: contain;
  671. z-index: 1;
  672. }
  673.  
Advertisement
Add Comment
Please, Sign In to add comment