1. /* -----------------------------------------------------------------------------
  2. ___ _ _ ___ ___ ___ _ _ ___ _ ___ ___ _____ _ _ ___ __ __ ___ ___
  3. / __| || |_ _| _ \/ _ \| | | / __| /_\ / __|_ _|_ _| || | __| \/ | __/ __|
  4. \__ \ __ || || / (_) | |_| \__ \/ _ \ (_ || | | | | __ | _|| |\/| | _|\__ \
  5. |___/_||_|___|_|_\\___/ \___/|___/_/ \_\___|___| |_| |_||_|___|_| |_|___|___/
  6. --------------------------------------------------------------------------------
  7. - requested by lolicles --------------------------------------------------------
  8. --------------------------------------------------------------------------------
  9. ----------------------------------------------------------------------------- */
  10. @import url('https://fonts.googleapis.com/css?family=ABeeZee|Leckerli+One');
  11. /*
  12. // custom css by n y m p h i a e @ m a l
  13. */
  14. *
  15. {font-weight: 400 !important;}
  16. body
  17. {font-size: 12px;
  18. font-family: ABeeZee;
  19. color: #8a5b5e;
  20. background-color: #fcebec;
  21. background-image: url(https://i.imgur.com/VgXtvvI.jpg);
  22. background-position: bottom left;
  23. background-attachment: fixed;
  24. background-repeat: no-repeat;
  25. letter-spacing: 1px;}
  26. /*
  27. // list positioning
  28. */
  29. #list_surround
  30. {position: absolute !important;
  31. right: 30px !important;
  32. width: 600px;}
  33. /*
  34. // all links on your list
  35. */
  36. a
  37. {color: #8a5b5e;
  38. text-decoration: none;
  39. transition: color 0.5s linear;}
  40. a:visited
  41. {color: #8a5b5e;
  42. text-decoration: none;}
  43. a:hover
  44. {color: #ed6c94;
  45. text-decoration: none;}
  46. .td1
  47. {padding: 5px;
  48. background-color: rgba(245,227,228,0.5);}
  49. .td2
  50. {padding: 5px;
  51. background-color: rgba(242,217,219,0.5);}
  52. small
  53. {color: #ed6c94;}
  54. /*
  55. // table header
  56. */
  57. .table_header
  58. {color: #ed6c94;
  59. border-bottom: 1px solid;
  60. border-color: #ecbfc1;
  61. background-color: rgba(242,217,219,0.5);
  62. padding: 5px;}
  63. /*
  64. // table header links
  65. */
  66. .table_headerLink
  67. {color: #ed6c94;}
  68. .table_headerLink:visited
  69. {color: #ed6c94;}
  70. .table_headerLink:hover
  71. {color: #ed6c94;}
  72. /*
  73. headers: watching, completed, on-hold, dropped, plan to watch
  74. */
  75. .header_title
  76. {color: #ed6c94;
  77. font-size: 24px;
  78. font-family: Leckerli One;
  79. padding-bottom: 3px;}
  80. .category_totals
  81. {padding-top: 8px;
  82. font-size: 9px;
  83. text-align: center;}
  84. #grand_totals
  85. {font-size: 10px;
  86. text-align: center;}
  87. /*
  88. top menu bar full customization
  89. */
  90. /*
  91. first part: "username, logout"
  92. */
  93. #mal_cs_listinfo
  94. {background-color: #f6e2e3;
  95. border-bottom: 1px solid #ecbfc1;}
  96. #mal_cs_listinfo a, #mal_cs_listinfo a strong
  97. {color: #ed6c94 !important;
  98. text-decoration: none !important;
  99. font-size: 10px !important;
  100. font-family: ABeeZee !important;
  101. font-style: italic;}
  102. /*
  103. second part: "add to list, home, anime list, manga list"
  104. */
  105. #mal_cs_links
  106. {background-color: #f6e2e3;
  107. border-bottom: 1px solid #ecbfc1;}
  108. #mal_cs_links a
  109. {color: #ed6c94 !important;
  110. text-decoration: none !important;
  111. font-size: 10px !important;
  112. font-family: ABeeZee !important;
  113. font-style: italic;}
  114. /*
  115. third part: "you are viewing your/username's list"
  116. */
  117. #mal_cs_otherlinks
  118. {background-color: #f6e2e3;
  119. border-bottom: 1px solid #ecbfc1;}
  120. #mal_cs_otherlinks strong
  121. {color: #ed6c94 !important;
  122. text-decoration: none !important;
  123. font-size: 10px !important;
  124. font-family: ABeeZee !important;}
  125. #mal_cs_otherlinks a, #mal_cs_otherlinks span
  126. {color: #ed6c94 !important;
  127. text-decoration: none !important;
  128. font-size: 10px !important;
  129. font-family: ABeeZee !important;
  130. font-style: italic;}
  131. #mal_cs_pic, #mal_cs_listinfo, #mal_cs_links
  132. {border-right: 1px solid #ecbfc1 !important;}
  133. #mal_cs_pic img[src="https://myanimelist.cdn-dena.com/images/list-top-logo.gif"]
  134. {width: 0;
  135. height: 40px;
  136. padding-right: 162px;
  137. background:transparent url(https://i.imgur.com/EpBZpAG.png) top left no-repeat;}
  138. #mal_cs_pic
  139. {background-color: #f6e2e3;
  140. border-bottom: 1px solid #ecbfc1;}
  141. #searchBox
  142. {padding-right: 10px !important;
  143. width: 145px !important;}
  144. #searchListButton
  145. {display: none;}
  146. /*
  147. top menu bar full customization end
  148. */
  149. .status_selected, .status_not_selected
  150. {color: #ed6c94;
  151. background-color: rgba(242,217,219,0.5);
  152. padding: 5px;
  153. border-bottom: 1px solid;
  154. border-color: #ecbfc1;
  155. font-family: Leckerli One;
  156. font-size: 12px;}
  157. .status_selected a, .status_not_selected a
  158. {color: #ed6c94;}
  159. /*
  160. do not remove this
  161. */
  162. #copyright:before
  163. {content: "List style by nymphiae@mal ; Chobits wallpaper by Yamionpu";
  164. display: block;}
  165. #copyright
  166. {padding-top: 6px;
  167. padding-bottom: 6px;
  168. text-align: center;}