Advertisement
Guest User

Bloody minimalist

a guest
Feb 18th, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.69 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC);
  2. @import url(http://fonts.googleapis.com/css?family=Fauna+One);
  3.  
  4. /*
  5. got a question or want to learn more? try this link:
  6. http://myanimelist.net/forum/?topicid=419405&show=0#post1
  7. */
  8.  
  9. /*
  10. background image
  11. this is the main background image for the whole page.
  12. change the image link to the background you want!
  13.  
  14. if you're not seeing a background, make sure you are copied the
  15. entire css code or added any new background image codes correctly.
  16. also your image link may be broken, try uploading a new background then!
  17. */
  18.  
  19. body {
  20. background-image:
  21. url(insert url here);
  22. background-attachment: fixed;
  23. }
  24.  
  25. /*
  26. background refitting
  27. this refits the background to whatever screen size looks at this list.
  28. */
  29. body{
  30. background-size: cover;}
  31.  
  32. /*
  33. foreground
  34. this originally puts an image in front of the very bottom of the list at all times.
  35. to change the background, change the link in parenthesis after "background: url"
  36. you can also change the rest of the background settings to suit the image you're trying to put in there. don't touch the other options below background unless you really know what you're doing. lower z-index to -1 or less to put it behind the list.
  37. */
  38. #inlineContent {
  39. position: fixed !important;
  40. display: inline !important;
  41. margin: auto;
  42. content: ' ';
  43. width: 1600px;
  44. height: 340px;
  45. top: 0;
  46. right: 0px;
  47. background: url(http://i42.tinypic.com/2i7w8dz.jpg) no-repeat;
  48. z-index: 2;
  49. }
  50.  
  51. /*
  52. header color and font
  53. these codes control the main headers' fonts and colors. every header is above each part of your list (they say things like currently watching, completed, dropped, etc).
  54. */
  55.  
  56. .header_title {
  57. background-color: white;
  58. font-family:Fauna One;
  59. color: #FF0000;
  60. font-size: 30px;
  61. font-variant: small-caps;
  62. text-align: center;
  63. }
  64.  
  65. /*
  66. sub-headers background color color
  67. below each main header is the sub-header which says score, episodes, tags, etc.
  68. */
  69.  
  70. .table_header {
  71. background-color:white;
  72. font-family: Fauna One;
  73. }
  74.  
  75. /*
  76. anime/manga title fonts
  77. this is the type and color of the anime/manga titles on your list, like bleach, vampire knight, etc.
  78. */
  79.  
  80. .animetitle, .animetitle:visited {
  81. color: darkgrey;
  82. font-family: Alegreya Sans SC;
  83. font-size: 14px;
  84. }
  85.  
  86.  
  87. /*
  88. list fonts
  89. this is the type and color for more of the numbers, links, and words on the list itself!
  90. */
  91.  
  92. .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright {
  93. color: #785A5A;
  94. font-family: copperplate gothic light;
  95. font-size: 12px;
  96. }
  97.  
  98. /*
  99. list width
  100. use this to increase the width of your list!
  101. */
  102.  
  103. #list_surround {
  104. width:950px;
  105. }
  106.  
  107. /*
  108. tags row width
  109. */
  110.  
  111. td:nth-of-type(6){
  112. width: 175px;
  113. }
  114.  
  115. /*
  116. tags header width
  117. */
  118. .table_header:nth-of-type(6) {
  119. width: 175px;
  120. }
  121.  
  122. /*
  123. animetitle's box width
  124. */
  125. td:nth-of-type(2) {
  126. width: 350px;
  127. }
  128.  
  129. /*
  130. list position
  131. this centers the list in between the two characters. add to left or right's px amout to move the
  132. list a little that way from center if you want.
  133. */
  134. #list_surround {
  135. position: absolute;
  136. margin: auto;
  137. right: 0px;
  138. left: 0px;}
  139.  
  140. #list_surround {
  141. position: absolute !important;
  142. top: 320px;}
  143.  
  144. /*
  145. Custom cursors.
  146. For more information: http://myanimelist.net/forum/?topicid=202008
  147. */
  148. /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-4/cur330.cur), progress !important;} /* End http://www.cursors-4u.com */
  149.  
  150.  
  151. /*other codes
  152. important codes for the layout's setup. please don't mess with these unless you know what you're doing! if you want to customize more on the page, use the link at the top of the css!
  153. */
  154. body {
  155. font-weight: light;
  156. background-position: center top;
  157. background-repeat: no-repeat;
  158. background-color: #ffffff;
  159. }
  160.  
  161. #list_surround {
  162. background-image:url();
  163. }
  164.  
  165. a {
  166. text-decoration:none;
  167. }
  168.  
  169. a:visited {
  170. text-decoration:none;
  171. }
  172.  
  173. a:hover, a:visited:hover {
  174. color: #FF0000;
  175. text-decoration:underline;
  176. }
  177.  
  178. .category_totals,
  179. #grand_totals,
  180. #copyright {
  181. background-image:url(insert url here);
  182. border-width:0;
  183. padding:2px;
  184. text-align: center;
  185. }
  186.  
  187. td1,
  188. .td2,
  189. background-image:url(insert url here);
  190. border-width:0;
  191. }
  192. .category_totals:hover,
  193. .td1:hover,
  194. .td2:hover,
  195. #grand_totals:hover,
  196. #copyright:hover {background-color:white;
  197. border-width:0;
  198. }
  199.  
  200. #copyright:after {
  201. content: " custom css by shishio-kun. google 'shishio's custom lists' for more designs and info. edited by xxshiawase.";
  202. }
  203.  
  204. .status_selected {
  205. background-color:white;
  206. padding:0px;
  207. color:#00EFFF;
  208. text-decoration: none;
  209. }
  210. .status_not_selected {
  211. background-color:white;
  212. padding: 0px;
  213. font-size:20px;
  214. color: #FF0000;
  215. }
  216. .status_selected a{
  217. color:#00EFFF;
  218. }
  219. .status_not_selected a{
  220. color: darkgrey;
  221. }
  222.  
  223. }
  224. .header_title {
  225. height:40px;
  226. }
  227.  
  228. .table_header {
  229. border-width:0;
  230. font-weight:bold;
  231. padding:2px;
  232. }
  233.  
  234. .category_totals {
  235. height:28px;
  236. }
  237.  
  238. /*
  239. custom category links area
  240. these codes control the spaces around the 6 links to your list categories. when you customize these parts you will customize the link with it for the most part. see this page for further info on altering the background or moving the links:
  241. http://myanimelist.net/forum/?topicid=416069
  242. */
  243.  
  244. /*
  245. currently watching/reading link area
  246. */
  247. .status_selected,
  248. .status_not_selected {
  249. background: url(none) repeat scroll 0 0 transparant !important;
  250. padding-right: ;
  251. padding-top: ;
  252. padding-bottom: ;
  253. position: fixed;
  254. margin: auto;
  255. margin-top: ;
  256. left: 0px;
  257. right: 750px;
  258. top: 325px;
  259. bottom: ;
  260. z-index: 4;
  261. }
  262.  
  263. /*
  264. completed link area
  265. */
  266. .status_selected + .status_not_selected,
  267. .status_not_selected + .status_selected,
  268. .status_not_selected + .status_not_selected{
  269. background: url(none) repeat scroll 0 0 transparant !important;
  270. padding-right: ;
  271. padding-top: ;
  272. padding-bottom: ;
  273. position: fixed;
  274. margin: auto;
  275. margin-top: ;
  276. left: 0px;
  277. right: 375px;
  278. top: 325px;
  279. bottom: ;
  280. z-index: 3;
  281. }
  282.  
  283. /*
  284. on hold link area
  285. */
  286. .status_selected + .status_not_selected + .status_not_selected,
  287. .status_not_selected + .status_selected + .status_not_selected,
  288. .status_not_selected + .status_not_selected + .status_selected,
  289. .status_not_selected + .status_not_selected + .status_not_selected{
  290. background: url(none) repeat scroll 0 0 transparant !important;
  291. padding-right: ;
  292. padding-top: ;
  293. padding-bottom: ;
  294. position: fixed;
  295. margin: auto;
  296. margin-top: ;
  297. left: 0px;
  298. right: 50px;
  299. top: 325px;
  300. bottom: ;
  301. z-index: 3;
  302. }
  303.  
  304. /*
  305. dropped link area
  306. */
  307. .status_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  308. .status_not_selected + .status_selected + .status_not_selected + .status_not_selected,
  309. .status_not_selected + .status_not_selected + .status_selected + .status_not_selected,
  310. .status_not_selected + .status_not_selected + .status_not_selected + .status_selected,
  311. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected{
  312. background: url(none) repeat scroll 0 0 transparant !important;
  313. padding-right: ;
  314. padding-top: ;
  315. padding-bottom: ;
  316. position: fixed;
  317. margin: auto;
  318. margin-top: ;
  319. left: 250px;
  320. right: 0px;
  321. top: 325px;
  322. bottom: ;
  323. z-index: 3;
  324. }
  325.  
  326. /*
  327. planned link area
  328. */
  329. .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  330. .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  331. .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected,
  332. .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected,
  333. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected,
  334. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected{
  335. background: url(none) repeat scroll 0 0 transparant !important;
  336. padding-right: ;
  337. padding-top: ;
  338. padding-bottom: ;
  339. position: fixed;
  340. margin: auto;
  341. margin-top: ;
  342. left: 525px;
  343. right: 0px;
  344. top: 325px;
  345. bottom: ;
  346. z-index: 3;
  347. }
  348.  
  349. /*
  350. all anime/manga link area
  351. */
  352. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  353. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected,
  354. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected,
  355. .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected,
  356. .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  357. .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  358. .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected{
  359. background: url(none) repeat scroll 0 0 transparant !important;
  360. padding-right: ;
  361. padding-top: ;
  362. padding-bottom: ;
  363. position: fixed;
  364. margin: auto;
  365. margin-top: ;
  366. left: 800px;
  367. right: 0px;
  368. top: 325px;
  369. bottom: ;
  370. z-index: 3;
  371. }
  372.  
  373. /*
  374. borders
  375. just delete all similar codes to these ones, to delete all the borders.
  376. */
  377. .table_header {
  378. border-top-width: 0px;
  379. border-right-width: 0px;
  380. border-bottom-width: 1px;
  381. border-left-width: 0px;
  382. border-top-style: none;
  383. border-right-style: none;
  384. border-bottom-style: dashed;
  385. border-left-style: none;
  386. border-top-color: #dfdfdf;
  387. border-right-color: #badae9;
  388. border-bottom-color: #dfdfdf;
  389. border-left-color: #badae9;
  390. }
  391.  
  392. .td1 {
  393. color: #675d5d;
  394. border-top-width: 0px;
  395. border-right-width: 0px;
  396. border-bottom-width: 1px;
  397. border-left-width: 0px;
  398. border-top-style: dashed;
  399. border-right-style: none;
  400. border-bottom-style: dashed;
  401. border-left-style: none;
  402. border-top-color: #ffffff;
  403. border-right-color: #badae9;
  404. border-bottom-color: #dfdfdf;
  405. border-left-color: #badae9;
  406. padding: 7px;
  407. background-color: #ffffff;
  408. }
  409.  
  410. .td2 {
  411. color: #675d5d;
  412. border-top-width: 0px;
  413. border-right-width: 0px;
  414. border-bottom-width: 1px;
  415. border-left-width: 0px;
  416. border-top-style: dashed;
  417. border-right-style: none;
  418. border-bottom-style: dashed;
  419. border-left-style: none;
  420. border-top-color: #ffffff;
  421. border-right-color: #badae9;
  422. border-bottom-color: #dfdfdf;
  423. border-left-color: #badae9;
  424. padding: 7px;
  425. background-color: #ffffff;
  426. }
  427.  
  428. .header_cw
  429. {
  430. border-top-width: 1px;
  431. border-right-width: 0px;
  432. border-bottom-width: 1px;
  433. border-left-width: 0px;
  434. border-top-style: solid;
  435. border-right-style: none;
  436. border-bottom-style: solid;
  437. border-left-style: none;
  438. border-top-color: #dfdfdf;
  439. border-right-color: #badae9;
  440. border-bottom-color: #dfdfdf;
  441. border-left-color: #badae9;
  442. padding:6px;
  443. }
  444.  
  445. .header_completed
  446. {
  447. border-top-width: 1px;
  448. border-right-width: 0px;
  449. border-bottom-width: 1px;
  450. border-left-width: 0px;
  451. border-top-style: solid;
  452. border-right-style: none;
  453. border-bottom-style: solid;
  454. border-left-style: none;
  455. border-top-color: #dfdfdf;
  456. border-right-color: #badae9;
  457. border-bottom-color: #dfdfdf;
  458. border-left-color: #badae9;
  459. padding:6px;
  460. }
  461.  
  462. .header_onhold
  463. {
  464. color:#730601 !important;
  465. border-top-width: 1px;
  466. border-right-width: 0px;
  467. border-bottom-width: 1px;
  468. border-left-width: 0px;
  469. border-top-style: solid;
  470. border-right-style: none;
  471. border-bottom-style: solid;
  472. border-left-style: none;
  473. border-top-color: #dfdfdf;
  474. border-right-color: #badae9;
  475. border-bottom-color: #dfdfdf;
  476. border-left-color: #badae9;
  477. padding:6px;
  478. }
  479.  
  480. .header_dropped
  481. {
  482. color:#730601 !important;
  483. border-top-width: 1px;
  484. border-right-width: 0px;
  485. border-bottom-width: 1px;
  486. border-left-width: 0px;
  487. border-top-style: solid;
  488. border-right-style: none;
  489. border-bottom-style: solid;
  490. border-left-style: none;
  491. border-top-color: #dfdfdf;
  492. border-right-color: #badae9;
  493. border-bottom-color: #dfdfdf;
  494. border-left-color: #badae9;
  495. padding:6px;
  496. }
  497.  
  498. .header_ptw
  499. {
  500. border-top-width: 1px;
  501. border-right-width: 0px;
  502. border-bottom-width: 1px;
  503. border-left-width: 0px;
  504. border-top-style: solid;
  505. border-right-style: none;
  506. border-bottom-style: solid;
  507. border-left-style: none;
  508. border-top-color: #dfdfdf;
  509. border-right-color: #badae9;
  510. border-bottom-color: #dfdfdf;
  511. border-left-color: #badae9;
  512. padding:6px;
  513. }
  514.  
  515. .header_title
  516. {
  517. border-top-width: 1px;
  518. border-right-width: 0px;
  519. border-bottom-width: 1px;
  520. border-left-width: 0px;
  521. border-top-style: solid;
  522. border-right-style: none;
  523. border-bottom-style: solid;
  524. border-left-style: none;
  525. border-top-color: #dfdfdf;
  526. border-right-color: #badae9;
  527. border-bottom-color: #dfdfdf;
  528. border-left-color: #badae9;
  529. }
  530.  
  531. #copyright, #grand_totals {
  532.  
  533. border-top-width: 1px;
  534. border-right-width: 0px;
  535. border-bottom-width: 1px;
  536. border-left-width: 0px;
  537. border-top-style: solid;
  538. border-right-style: none;
  539. border-bottom-style: solid;
  540. border-left-style: none;
  541. border-top-color: #dfdfdf;
  542. border-right-color: #ffffff;
  543. border-bottom-color: #dfdfdf;
  544. border-left-color: #ffffff;
  545. padding-top: 6px;
  546. text-align: center;
  547.  
  548. margin: 0 auto;
  549. }
  550.  
  551. /*
  552. This causes the blood splatters. I am aware that not everyone has Paradise kiss on her/his list, but it is not that difficult to change the link to an anime to your liking or you can just leave it out.
  553. For more information: http://myanimelist.net/forum/?topicid=410755
  554. */
  555. a[href="/anime/25517/Magic_Kaito_1412"]{
  556. background-image: url(http://i44.tinypic.com/ifa8op.png);
  557. background-repeat: no-repeat;
  558. background-attachment: scroll;
  559. background-position: right top;
  560. background-color: transparent;
  561. padding-bottom: 200px;
  562. padding-right: 225px !important;
  563. color: !important;
  564. }
  565.  
  566. /*
  567. COLOR OF THE ICONS
  568. Change the color, and adjust the opacity for brighter color.
  569. Remove the display: none to match the selected icon to the other icons.
  570. */
  571. #mal\_cs\_listinfo:before, #mal\_cs\_links:before,
  572. #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before {
  573. background: transparent;
  574. opacity: .9;
  575.  
  576. }
  577.  
  578. /*
  579. BORDER OF ICONS
  580. If you're having trouble seeing the border bottom, lower the height by a pixel or two until you see it.
  581.  
  582. */
  583. #mal_cs_listinfo:before, #mal_cs_links:before, #mal_cs_otherlinks:before, #mal_cs_powered:before, #mal\_cs\_listinfo:before, #mal\_cs\_links:before,
  584. #mal\_cs\_otherlinks:before, #mal\_cs\_powered:before {
  585. border-color: ;
  586. border-style: ;
  587. border-width: ;
  588. height: 32px !important;
  589. }
  590.  
  591. /*
  592. BUTTONS COLOR AND BORDER
  593. Buttons within the hover menus, not the icons themselves.
  594. Second code is for button color on hover.
  595. */
  596. #mal_cs_listinfo a, #mal_cs_links a, #mal_cs_otherlinks a, #mal_cs_powered a img{
  597. background-color: rgba(64, 60, 90, 0.6) !important;
  598. border-color: transparent;
  599. border-style: solid !important;
  600. border-width: 1px !important;
  601. }
  602.  
  603.  
  604. #mal\_cs\_listinfo a:hover, #mal\_cs\_links a:hover, #mal\_cs\_otherlinks a:hover, #mal_cs_powered a img:hover {
  605. background-color: #403C5A !important;
  606. }
  607.  
  608.  
  609.  
  610. /*
  611. COLOR OF HOVER MENUS AND SELECTED ICONS
  612. Remove display none from the second code to match the colors of the selected icon to the icons above.
  613. */
  614. #mal\_cs\_listinfo div, #mal\_cs\_links div, #mal\_cs\_otherlinks div,
  615. #mal\_cs\_powered div, #mal\_cs\_powered dd, #mal\_cs\_powered a {
  616. background-color: rgba(255, 255, 255, 0.6) !important;
  617. }
  618.  
  619. #mal\_cs\_listinfo:hover:before, #mal\_cs\_links:hover:before,
  620. #mal\_cs\_otherlinks:hover:before, #mal\_cs\_powered:hover:before,
  621. #mal\_cs\_listinfo:hover:after, #mal\_cs\_links:hover:after,
  622. #mal\_cs\_otherlinks:hover:after, #mal\_cs\_powered:hover:after {
  623. display: none;
  624. background-color: ;
  625. opacity: .2;
  626. }
  627.  
  628. /*
  629. COLOR OF USERNAME (for visitors)
  630. You don't see this username on the menus when you're logged in, log out to see it.
  631. */
  632. #mal\_cs\_otherlinks strong a {
  633. color: #333333 !important;
  634. }
  635.  
  636. #mal\_cs\_otherlinks strong a:hover {
  637. color: blue !important;
  638. background-color: transparent !important;
  639. }
  640.  
  641. /*
  642. POSITION OF TOP BAR
  643. Change to absolute if you want it to not scroll with the page.
  644. */
  645. #mal\_control\_strip
  646. {
  647. position: absolute !important;
  648. background-color: transparent !important;
  649. background-image: url(none) !important;
  650. }
  651.  
  652.  
  653.  
  654.  
  655. /*
  656. OTHER CODES
  657. If you want to change out the icon images themselves, you can scroll down through the codes and find the background images and change them with your own.
  658. */
  659.  
  660. #mal\_cs\_listinfo, #mal\_cs\_links, #mal\_cs\_otherlinks, #mal\_cs\_powered {
  661. -moz-box-sizing: border-box;
  662. transition: all 0.4s ease 0s;
  663. background: none no-repeat scroll 100% 0 transparent;
  664. border: 0 none;
  665. height: 0 !important;
  666. overflow: hidden;
  667. position: absolute;
  668. right: 4px;
  669. text-align: center;
  670. top: 4px;
  671. width: 150px;
  672. z-index: 20;
  673. }
  674. #mal\_cs\_listinfo:hover, #mal\_cs\_links:hover, #mal\_cs\_otherlinks:hover, #mal\_cs\_powered:hover {
  675. height: 200px !important;
  676. padding-top: 32px;
  677. width: 150px;
  678. }
  679. #mal\_cs\_listinfo div, #mal\_cs\_links div, #mal\_cs\_otherlinks div, #mal\_cs\_powered div, #mal\_cs\_powered dd {
  680. transition: opacity 0.4s ease-in-out 0s;
  681. border-radius: 3px 0 0 0;
  682. font-size: 0 !important;
  683. line-height: 0;
  684. margin: 0 !important;
  685. opacity: 0;
  686. padding: 8px 0 0;
  687. }
  688. #mal\_cs\_listinfo:hover div, #mal\_cs\_links:hover div, #mal\_cs\_otherlinks:hover div, #mal\_cs\_powered:hover div, #mal\_cs\_powered:hover dd {
  689. opacity: 1;
  690. }
  691. #mal\_cs\_listinfo div:nth-of-type(2), #mal\_cs\_links div:nth-of-type(2), #mal\_cs\_otherlinks div:nth-of-type(2), #mal\_cs\_powered div:nth-of-type(2) {
  692. border-radius: 0 0 3px 3px;
  693. padding: 4px 0 8px;
  694. }
  695. #mal\_cs\_listinfo a, #mal\_cs\_links a, #mal\_cs\_otherlinks a, #mal\_cs\_powered a {
  696. background-color: rgba(64, 60, 90, 0.6);
  697. border-radius: 3px 3px 3px 3px;
  698. display: block;
  699. font: 13px/17px arial,sans-serif;
  700. margin: 4px 12px 0;
  701. padding: 3px 0;
  702. text-decoration: none;
  703. }
  704. #mal\_cs\_listinfo a:nth-of-type(1), #mal\_cs\_links a:nth-of-type(1), #mal\_cs\_otherlinks a:nth-of-type(1), #mal\_cs\_powered a:nth-of-type(1) {
  705. margin-top: 0;
  706. }
  707.  
  708. #mal\_cs\_listinfo strong a strong {
  709. font-weight: normal;
  710. }
  711. #mal\_cs\_otherlinks strong {
  712. color: #333333;
  713. display: block;
  714. font: bold 13px/17px arial,sans-serif !important;
  715. padding: 0 4px 4px;
  716. text-shadow: 0 1px 1px #FFFFFF;
  717. }
  718. #mal\_cs\_otherlinks strong a {
  719. background: none repeat scroll 0 0 transparent !important;
  720. border-color: transparent !important;
  721. border-radius: 0 0 0 0;
  722. color: #333333;
  723. display: inline;
  724. font: bold 13px/17px arial,sans-serif !important;
  725. margin: 0;
  726. padding: 0;
  727. text-shadow: 0 1px 1px #FFFFFF;
  728. }
  729. #mal\_cs\_powered a {
  730. border-radius: 3px 0 0 0 !important;
  731. display: block !important;
  732. margin: 0 !important;
  733. opacity: 0;
  734. padding: 8px 0 0 !important;
  735. }
  736. #mal\_cs\_powered:hover a {
  737. opacity: 1;
  738. }
  739. #mal\_cs\_powered a img {
  740. background: url("http://i.imgur.com/fGTjBC3.png") no-repeat scroll 50% 6px rgba(64, 60, 90, 0.6);
  741. border-radius: 3px 3px 3px 3px;
  742. display: block;
  743. height: 0;
  744. margin: 0 12px;
  745. padding: 23px 0 0 126px;
  746. width: 0;
  747. }
  748. #mal\_cs\_powered a img:hover {
  749. background-color: #403C5A;
  750. }
  751. #mal\_cs\_powered #search {
  752. border-radius: 0 0 3px 3px;
  753. padding: 8px;
  754. position: relative;
  755. }
  756. #mal\_cs\_powered #search #searchBox {
  757. -moz-box-sizing: border-box;
  758. border-color: #BCBCBC #D6D6D6 #D6D6D6;
  759. border-radius: 2px 2px 2px 2px;
  760. border-style: solid;
  761. border-width: 1px;
  762. color: #333333;
  763. display: inline-block;
  764. font-family: arial,sans-serif;
  765. font-size: 13px;
  766. height: 28px;
  767. padding-left: 6px;
  768. padding-right: 24px;
  769. vertical-align: top;
  770. width: 100%;
  771. }
  772. #mal\_cs\_powered #search #searchBox:hover, #mal\_cs\_powered #search #searchBox:focus {
  773. border-color: #ACACAC #C6C6C6 #C6C6C6;
  774. box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  775. }
  776. #mal\_cs\_powered #search #searchListButton {
  777. background: url("http://i.imgur.com/XqsilHp.png") no-repeat scroll 0 0 transparent;
  778. border-radius: 3px 3px 3px 3px;
  779. height: 0;
  780. margin: 0;
  781. padding: 16px 0 0 16px;
  782. position: absolute;
  783. right: 12px;
  784. top: 14px;
  785. width: 0;
  786. }
  787. #mal\_cs\_listinfo {
  788. background-image: url("http://i.imgur.com/UXZxrWI.png");
  789. right: 106px;
  790. }
  791. #mal\_cs\_listinfo:hover {
  792. background-image: url("http://i.imgur.com/VcVVnod.png");
  793. }
  794. #mal\_cs\_links {
  795. background-image: url("http://i.imgur.com/LpXWTzt.png");
  796. right: 72px;
  797. z-index: 19;
  798. }
  799. #mal\_cs\_links:hover {
  800. background-image: url("http://i.imgur.com/oPfKrOl.png");
  801. }
  802. #mal\_cs\_otherlinks {
  803. background-image: url("http://i.imgur.com/ogmX9qC.png");
  804. right: 38px;
  805. z-index: 18;
  806. }
  807. #mal\_cs\_otherlinks:hover {
  808. background-image: url("http://i.imgur.com/EEGHkbF.png");
  809. }
  810. #mal\_cs\_powered {
  811. background-image: url("http://i.imgur.com/ct4BVP5.png");
  812. right: 4px !important;
  813. z-index: 17;
  814. }
  815. #mal\_cs\_powered:hover {
  816. background-image: url("http://i.imgur.com/TUUWtaj.png");
  817. }
  818. td#mal\_cs\_pic a img {
  819. display: none;
  820. }
  821. #mal\_cs\_pic, #mal\_cs\_listinfo, #mal\_cs\_links {
  822. border-right: 0 none !important;
  823. }
  824.  
  825. #mal\_cs\_listinfo, #mal\_cs\_links, #mal\_cs\_otherlinks, #mal\_cs\_powered {
  826. padding: 32px 0 0 !important;
  827. }
  828.  
  829. #mal\_cs\_listinfo:before,
  830. #mal\_cs\_links:before,
  831. #mal\_cs\_otherlinks:before,
  832. #mal\_cs\_powered:before {
  833. z-index: 10 !important;
  834. content: "";
  835. right: 0 !important;
  836. top: 0 !important;
  837. width: 32px !important;
  838. position: absolute !important;
  839. border-radius: 4px;
  840. }
  841.  
  842. #mal\_cs\_listinfo:after{
  843. background-image: url(http://i.imgur.com/856wzPZ.png);
  844. }
  845. #mal\_cs\_links:after{
  846. background-image: url(http://i.imgur.com/rwvRyux.png);
  847. }
  848. #mal\_cs\_otherlinks:after{
  849. background-image: url(http://i.imgur.com/fbWr1K4.png);
  850. }
  851. #mal\_cs\_powered:after{
  852. background-image: url(http://i.imgur.com/fKvpt1F.png);
  853. }
  854.  
  855. #mal\_cs\_listinfo:after,
  856. #mal\_cs\_links:after,
  857. #mal\_cs\_otherlinks:after,
  858. #mal\_cs\_powered:after {
  859. z-index: 10 !important;
  860. content: "";
  861. right: 0 !important;
  862. top: 0 !important;
  863. width: 32px !important;
  864. height: 32px !important;
  865. position: absolute !important;
  866. }
  867.  
  868.  
  869.  
  870. #searchBox {
  871. width: 128px !important;
  872. margin-left: 1px;
  873. }
  874.  
  875. #mal_cs_powered #search #searchListButton {
  876. right: 15px !important;
  877. top: 12px !important;
  878. }
  879.  
  880. @media screen and (-webkit-min-device-pixel-ratio:0) {
  881. #searchBox {
  882. width: 96px !important;
  883. }
  884. }
  885.  
  886. /*
  887. This causes the blood splatters. I am aware that not everyone has Paradise kiss on her/his list, but it is not that difficult to change the link to an anime to your liking or you can just leave it out.
  888. For more information: http://myanimelist.net/forum/?topicid=410755
  889. */
  890. a[href="/anime/235/Detective_Conan"]{
  891. background-image: url(http://i44.tinypic.com/ifa8op.png);
  892. background-repeat: no-repeat;
  893. background-attachment: scroll;
  894. background-position: right top;
  895. background-color: transparent;
  896. padding-bottom: 200px;
  897. padding-right: 225px !important;
  898. color: !important;
  899. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement