Advertisement
aMAZEing03

animelist pink theme

Nov 18th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.07 KB | None | 0 0
  1. @import url(https://dl.dropbox.com/s/ov4c211fvkp0m4r/PINK%20UPDATE.css);
  2. @import url(https://malcat-gen.appspot.com/series?preset=more);
  3. * {
  4. text-decoration: none;
  5. }
  6. body {
  7. background-attachment: fixed;
  8. background-clip: border-box;
  9. background-color: transparent;
  10. background-image: url("http://i.imgur.com/xJZnGii.jpg");
  11. background-position: 0 50%;
  12. background-repeat: no-repeat no-repeat;
  13. background-size: cover;
  14. cursor: url("http://www.dolliehost.com/dolliecrave/graphics/cursors-cute/6.gif") 1 1, auto;
  15. font-family: candara;
  16. }
  17. #inlineContent {
  18. background-repeat: no-repeat no-repeat;
  19. display: inline-block !important;
  20. height: 3000px !important;
  21. left: 0 !important;
  22. margin: auto !important;
  23. position: fixed;
  24. top: 0 !important;
  25. width: 3000px !important;
  26. z-index: -4 !important;
  27. }
  28. #list_surround {
  29. background-attachment: scroll;
  30. background-image: url("");
  31. background-position: 6% 0;
  32. background-repeat: no-repeat no-repeat;
  33. background-size: 120% auto;
  34. font-size: 81.25%;
  35. height: 0px;
  36. left: 25%;
  37. line-height: 1;
  38. margin: 0 auto;
  39. padding-bottom: 10px;
  40. padding-top: 0px;
  41. position: absolute;
  42. top: 0;
  43. width: 650px;
  44. }
  45. .td1, .td2 {
  46. transition: background-color 0.5s linear 0s;
  47. }
  48. td[class^="td"]:nth-of-type(2) {
  49. width: 429px !important;
  50. }
  51. tr:hover .animetitle {
  52. color: #FFFFFF;
  53. font-weight: bold !important;
  54. transition: all 0.25s ease 0s;
  55. }
  56. tr:hover [class^="td"] {
  57. background-color: #FFCCDA;
  58. transition: all 0.4s ease 0s;
  59. }
  60. a {
  61. color: black;
  62. text-shadow: none;
  63. }
  64. td:nth-of-type(3) {
  65. background-image: url("http://i.imgur.com/S4L2q3Q.png");
  66. background-position: 14px 2px;
  67. background-repeat: no-repeat;
  68. background-size: 21px 21px;
  69. padding-top: 3px;
  70. }
  71. tr:hover td:nth-of-type(3) {
  72. background-image: url("http://i.imgur.com/mRm7rlH.png");
  73. background-size: 21px 21px;
  74. transition: all 0.4s ease 0s;
  75. }
  76. a:hover {
  77. color: #FF54AF !important;
  78. font-weight: bold !important;
  79. }
  80. .td1:nth-of-type(5), .td2:nth-of-type(5) {
  81. border-right: 2px solid white !important;
  82. }
  83. .td1:nth-of-type(1), .td2:nth-of-type(1) {
  84. border-left: 2px solid white !important;
  85. }
  86. .table_header:first-of-type {
  87. border-left: 2px solid white !important;
  88. border-radius: 20px 0 0 0;
  89. border-top: 2px solid white !important;
  90. }
  91. .table_header:nth-of-type(5) {
  92. border-right: 2px solid white !important;
  93. border-top: 2px solid white !important;
  94. }
  95. .table_header:nth-of-type(2) {
  96. text-align: left;
  97. }
  98. td.table_header:nth-of-type(2), td.table_header:nth-of-type(3), td.table_header:nth-of-type(4), td.table_header:nth-of-type(5) {
  99. background-image: url("none");
  100. border-top: 2px solid white;
  101. }
  102. .table_header:nth-of-type(5) {
  103. border-bottom-right-radius: 0;
  104. border-top-left-radius: 0;
  105. border-top-right-radius: 20px;
  106. }
  107. .table_header, .td1, .td2, .category_totals {
  108. background-color: rgba(255, 255, 255, 0.6);
  109. border: 0 none;
  110. padding: 3px;
  111. text-align: center;
  112. vertical-align: top;
  113. }
  114. .td1:nth-of-type(2), .td2:nth-of-type(2) {
  115. text-align: left;
  116. }
  117. .table_header:nth-of-type(6) {
  118. display: none;
  119. width: 0;
  120. }
  121. small {
  122. color: #B73C3F;
  123. font-weight: bold;
  124. }
  125. .table_header, .td1, .td2, .category_totals {
  126. color: black;
  127. }
  128. [cellspacing="0"] {
  129. line-height: 17px;
  130. }
  131. .category_totals {
  132. background-color: rgba(255, 255, 255, 0.4);
  133. border: 2px solid white;
  134. border-radius: 0 0 12px 12px;
  135. text-align: center;
  136. }
  137. .category_totals:hover {
  138. background-color: #FF8FAD;
  139. color: #FFFFFF;
  140. }
  141. [class^="header_"] * {
  142. background-repeat: no-repeat no-repeat;
  143. font-size: 0;
  144. height: 200px;
  145. line-height: 24px;
  146. padding-bottom: 0;
  147. text-align: right;
  148. vertical-align: bottom;
  149. }
  150. .header_title {
  151. border-radius: 4px 4px 4px 4px;
  152. color: #FFFFFF;
  153. display: inline-block;
  154. font-style: italic;
  155. height: auto;
  156. padding: 0 8px 0 0;
  157. }
  158. #grand_totals {
  159. background-color: rgba(255, 255, 255, 0.4);
  160. border: 0 none;
  161. border-radius: 3px 3px 3px 3px;
  162. color: #FF4FA1;
  163. line-height: 20px;
  164. min-height: 20px;
  165. padding: 8px;
  166. text-align: center;
  167. vertical-align: middle;
  168. }
  169. .status_not_selected {
  170. opacity: 0.8;
  171. right: -201px !important;
  172. transition: all 0.4s ease 0s;
  173. z-index: 0;
  174. }
  175. .status_not_selected:hover {
  176. color: transparent;
  177. opacity: 1 !important;
  178. right: 2% !important;
  179. transition: all 0.4s ease 0s;
  180. z-index: 2 !important;
  181. }
  182. .status_selected, .status_not_selected {
  183. display: block;
  184. }
  185. .status_selected a, .status_not_selected a, .status_selected:hover a, .status_not_selected:hover a {
  186. color: transparent;
  187. display: block;
  188. height: 100px;
  189. opacity: 0;
  190. right: 4px;
  191. width: 300px;
  192. }
  193. .header_cw {
  194. background-color: transparent;
  195. background-image: url("http://i.imgur.com/fwzMOZJ.png");
  196. background-repeat: no-repeat no-repeat;
  197. height: 200px;
  198. margin-bottom: -44px;
  199. margin-top: -15px;
  200. }
  201. .header_completed {
  202. background-color: transparent;
  203. background-image: url("http://i.imgur.com/h0uBYUD.png");
  204. background-repeat: no-repeat no-repeat;
  205. height: 200px;
  206. margin-bottom: -44px;
  207. margin-top: -15px;
  208. }
  209. .header_onhold {
  210. background-color: transparent;
  211. background-image: url("http://i.imgur.com/UiivK4n.png");
  212. background-repeat: no-repeat no-repeat;
  213. height: 200px;
  214. margin-bottom: -44px;
  215. margin-top: -15px;
  216. }
  217. .header_dropped {
  218. background-color: transparent;
  219. background-image: url("http://i.imgur.com/TnqGCNm.png");
  220. background-repeat: no-repeat no-repeat;
  221. height: 200px;
  222. margin-bottom: -44px;
  223. margin-top: -15px;
  224. }
  225. .header_ptw {
  226. background-color: transparent;
  227. background-image: url("http://i.imgur.com/sasZ66v.png");
  228. background-repeat: no-repeat no-repeat;
  229. height: 200px;
  230. margin-bottom: -44px;
  231. margin-top: -15px;
  232. }
  233. #list_surround .status_selected, #list_surround .status_not_selected {
  234. background-attachment: scroll;
  235. background-color: transparent;
  236. background-image: url("http://i.imgur.com/nQfY4ZH.png");
  237. background-position: 0 0;
  238. background-repeat: no-repeat no-repeat;
  239. display: block;
  240. height: 100px;
  241. padding: 0;
  242. position: fixed;
  243. right: 24px;
  244. top: 170px;
  245. width: 300px;
  246. }
  247. #list_surround .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected {
  248. background-attachment: scroll;
  249. background-color: transparent;
  250. background-image: url("http://i.imgur.com/jBGu5RD.png");
  251. right: 24px;
  252. top: 270px;
  253. }
  254. #list_surround .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected {
  255. background-attachment: scroll;
  256. background-color: transparent;
  257. background-image: url("http://i.imgur.com/AdmwOaS.png");
  258. background-position: 0 0;
  259. background-size: 300px 100px !important;
  260. height: 100px !important;
  261. right: 24px;
  262. top: 370px;
  263. width: 300px !important;
  264. }
  265. #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
  266. background-attachment: scroll;
  267. background-color: transparent;
  268. background-image: url("http://i.imgur.com/BuDvfiT.png");
  269. right: 24px;
  270. top: 470px;
  271. }
  272. #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
  273. background-attachment: scroll;
  274. background-color: transparent;
  275. background-image: url("http://i.imgur.com/gv3ASty.png");
  276. right: 24px;
  277. top: 570px;
  278. }
  279. #list_surround .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected, #list_surround .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected {
  280. background-attachment: scroll;
  281. background-color: transparent;
  282. background-image: url("http://i.imgur.com/GuGITSk.png");
  283. background-position: 0 0;
  284. background-repeat: no-repeat no-repeat;
  285. right: 24px;
  286. top: 670px;
  287. }
  288. :hover + .hide {
  289. background-color: rgba(255, 255, 255, 0.4);
  290. background-position: 50% 50% !important;
  291. background-repeat: no-repeat !important;
  292. background-size: auto auto !important;
  293. border-color: white;
  294. border-radius: 25px 25px 25px 25px;
  295. border-style: solid;
  296. border-width: 2px;
  297. display: block !important;
  298. height: 250px;
  299. left: 27px;
  300. padding: 39px 22px 9px 10px;
  301. position: fixed;
  302. top: 315px;
  303. width: 183px;
  304. }
  305. .hide:before {
  306. background: none repeat scroll 0 0 transparent;
  307. border-radius: 25px 25px 0 0;
  308. color: white;
  309. content: "";
  310. padding-bottom: 5px;
  311. position: absolute;
  312. text-align: center;
  313. top: 10px;
  314. width: 262px;
  315. }
  316. .td1:nth-of-type(6), .td2:nth-of-type(6) {
  317. background-color: rgba(255, 255, 255, 0.5) !important;
  318. border-color: white;
  319. border-radius: 15px 15px 15px 15px;
  320. border-style: solid;
  321. border-width: 2px;
  322. display: none;
  323. height: auto;
  324. left: 32px;
  325. padding: 10px;
  326. position: fixed;
  327. top: 634px;
  328. width: 183px;
  329. }
  330. #copyright, #copyright:hover {
  331. background-color: #FF8FAD;
  332. border-radius: 5px 5px 5px 5px;
  333. bottom: 0;
  334. color: white;
  335. padding: 2px;
  336. width: 100%;
  337. }
  338. #copyright:hover {
  339. }
  340. #copyright:before {
  341. color: white;
  342. content: "Design: SylakentH ☆ Tweaked: Maze";
  343. font-size: 12px;
  344. padding-right: 5px;
  345.  
  346.  
  347. }
  348. #copyright:after {
  349. color: gold;
  350. content: " ";
  351. padding-left: 10px;
  352. }
  353. #copyright a {
  354. }
  355. a[href=""], [href=""] {
  356. background-attachment: scroll;
  357. background-color: transparent;
  358. background-image: url("http://i43.tinypic.com/6gg481.png");
  359. background-position: left top;
  360. background-repeat: no-repeat;
  361. color: gold;
  362. font-size: 16px;
  363. font-weight: bold;
  364. padding-left: 23px;
  365. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement