1. @import "http://dl.dropbox.com/u/78340470/icon%20style%20menu%20bar/iconstylecssfixed.css";
  2. @import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC);
  3. @import url(http://fonts.googleapis.com/css?family=Fauna+One);
  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. background image
  10. this is the main background image for the whole page.
  11. change the image link to the background you want!
  12. if you're not seeing a background, make sure you are copied the
  13. entire css code or added any new background image codes correctly.
  14. also your image link may be broken, try uploading a new background then!
  15. */
  16. body {
  17. background-image:
  18. url(insert url here);
  19. background-attachment: fixed;
  20. }
  21. /*
  22. background refitting
  23. this refits the background to whatever screen size looks at this list.
  24. */
  25. body{
  26. background-size: cover;}
  27. /*
  28. foreground
  29. this originally puts an image in front of the very bottom of the list at all times.
  30. to change the background, change the link in parenthesis after "background: url"
  31. 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.
  32. */
  33. #inlineContent {
  34. position: fixed !important;
  35. display: inline !important;
  36. margin: auto;
  37. content: ' ';
  38. width: 1600px;
  39. height: 340px;
  40. top: 0;
  41. right: 0px;
  42. background: url(http://i42.tinypic.com/2i7w8dz.jpg) no-repeat;
  43. z-index: 2;
  44. }
  45. /*
  46. header color and font
  47. 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).
  48. */
  49. .header_title {
  50. background-color: white;
  51. font-family:Fauna One;
  52. color: #FF0000;
  53. font-size: 30px;
  54. font-variant: small-caps;
  55. text-align: center;
  56. }
  57. /*
  58. sub-headers background color color
  59. below each main header is the sub-header which says score, episodes, tags, etc.
  60. */
  61. .table_header {
  62. background-color:white;
  63. font-family: Fauna One;
  64. }
  65. /*
  66. anime/manga title fonts
  67. this is the type and color of the anime/manga titles on your list, like bleach, vampire knight, etc.
  68. */
  69. .animetitle, .animetitle:visited {
  70. color: darkgrey;
  71. font-family: Alegreya Sans SC;
  72. font-size: 14px;
  73. }
  74. /*
  75. list fonts
  76. this is the type and color for more of the numbers, links, and words on the list itself!
  77. */
  78. .td1, .td2, a, a:visited, .category_totals, .table_header, #grand_totals, #copyright {
  79. color: #785A5A;
  80. font-family: copperplate gothic light;
  81. font-size: 12px;
  82. }
  83. /*
  84. list width
  85. use this to increase the width of your list!
  86. */
  87. #list_surround {
  88. width:950px;
  89. }
  90. /*
  91. tags row width
  92. */
  93. td:nth-of-type(6){
  94. width: 175px;
  95. }
  96. /*
  97. tags header width
  98. */
  99. .table_header:nth-of-type(6) {
  100. width: 175px;
  101. }
  102. /*
  103. animetitle's box width
  104. */
  105. td:nth-of-type(2) {
  106. width: 350px;
  107. }
  108. /*
  109. list position
  110. this centers the list in between the two characters. add to left or right's px amout to move the
  111. list a little that way from center if you want.
  112. */
  113. #list_surround {
  114. position: absolute;
  115. margin: auto;
  116. right: 0px;
  117. left: 0px;}
  118. #list_surround {
  119. position: absolute !important;
  120. top: 320px;}
  121. /*
  122. Custom cursors.
  123. For more information: http://myanimelist.net/forum/?topicid=202008
  124. */
  125. /* 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 */
  126. /*other codes
  127. 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!
  128. */
  129. body {
  130. font-weight: light;
  131. background-position: center top;
  132. background-repeat: no-repeat;
  133. background-color: #ffffff;
  134. }
  135. #list_surround {
  136. background-image:url();
  137. }
  138. a {
  139. text-decoration:none;
  140. }
  141. a:visited {
  142. text-decoration:none;
  143. }
  144. a:hover, a:visited:hover {
  145. color: #FF0000;
  146. text-decoration:underline;
  147. }
  148. .category_totals,
  149. #grand_totals,
  150. #copyright {
  151. background-image:url(insert url here);
  152. border-width:0;
  153. padding:2px;
  154. text-align: center;
  155. }
  156. td1,
  157. .td2,
  158. background-image:url(insert url here);
  159. border-width:0;
  160. }
  161. .category_totals:hover,
  162. .td1:hover,
  163. .td2:hover,
  164. #grand_totals:hover,
  165. #copyright:hover {background-color:white;
  166. border-width:0;
  167. }
  168. #copyright:after {
  169. content: " custom css by shishio-kun. google 'shishio's custom lists' for more designs and info. edited by xxshiawase.";
  170. }
  171. .status_selected {
  172. background-color:white;
  173. padding:0px;
  174. color:#00EFFF;
  175. text-decoration: none;
  176. }
  177. .status_not_selected {
  178. background-color:white;
  179. padding: 0px;
  180. font-size:20px;
  181. color: #FF0000;
  182. }
  183. .status_selected a{
  184. color:#00EFFF;
  185. }
  186. .status_not_selected a{
  187. color: darkgrey;
  188. }
  189. }
  190. .header_title {
  191. height:40px;
  192. }
  193. .table_header {
  194. border-width:0;
  195. font-weight:bold;
  196. padding:2px;
  197. }
  198. .category_totals {
  199. height:28px;
  200. }
  201. /*
  202. custom category links area
  203. 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:
  204. http://myanimelist.net/forum/?topicid=416069
  205. */
  206. /*
  207. currently watching/reading link area
  208. */
  209. .status_selected,
  210. .status_not_selected {
  211. background: url(none) repeat scroll 0 0 transparant !important;
  212. padding-right: ;
  213. padding-top: ;
  214. padding-bottom: ;
  215. position: fixed;
  216. margin: auto;
  217. margin-top: ;
  218. left: 0px;
  219. right: 750px;
  220. top: 325px;
  221. bottom: ;
  222. z-index: 4;
  223. }
  224. /*
  225. completed link area
  226. */
  227. .status_selected + .status_not_selected,
  228. .status_not_selected + .status_selected,
  229. .status_not_selected + .status_not_selected{
  230. background: url(none) repeat scroll 0 0 transparant !important;
  231. padding-right: ;
  232. padding-top: ;
  233. padding-bottom: ;
  234. position: fixed;
  235. margin: auto;
  236. margin-top: ;
  237. left: 0px;
  238. right: 375px;
  239. top: 325px;
  240. bottom: ;
  241. z-index: 3;
  242. }
  243. /*
  244. on hold link area
  245. */
  246. .status_selected + .status_not_selected + .status_not_selected,
  247. .status_not_selected + .status_selected + .status_not_selected,
  248. .status_not_selected + .status_not_selected + .status_selected,
  249. .status_not_selected + .status_not_selected + .status_not_selected{
  250. background: url(none) repeat scroll 0 0 transparant !important;
  251. padding-right: ;
  252. padding-top: ;
  253. padding-bottom: ;
  254. position: fixed;
  255. margin: auto;
  256. margin-top: ;
  257. left: 0px;
  258. right: 50px;
  259. top: 325px;
  260. bottom: ;
  261. z-index: 3;
  262. }
  263. /*
  264. dropped link area
  265. */
  266. .status_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  267. .status_not_selected + .status_selected + .status_not_selected + .status_not_selected,
  268. .status_not_selected + .status_not_selected + .status_selected + .status_not_selected,
  269. .status_not_selected + .status_not_selected + .status_not_selected + .status_selected,
  270. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected{
  271. background: url(none) repeat scroll 0 0 transparant !important;
  272. padding-right: ;
  273. padding-top: ;
  274. padding-bottom: ;
  275. position: fixed;
  276. margin: auto;
  277. margin-top: ;
  278. left: 250px;
  279. right: 0px;
  280. top: 325px;
  281. bottom: ;
  282. z-index: 3;
  283. }
  284. /*
  285. planned link area
  286. */
  287. .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  288. .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  289. .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected,
  290. .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected,
  291. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected,
  292. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected{
  293. background: url(none) repeat scroll 0 0 transparant !important;
  294. padding-right: ;
  295. padding-top: ;
  296. padding-bottom: ;
  297. position: fixed;
  298. margin: auto;
  299. margin-top: ;
  300. left: 525px;
  301. right: 0px;
  302. top: 325px;
  303. bottom: ;
  304. z-index: 3;
  305. }
  306. /*
  307. all anime/manga link area
  308. */
  309. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  310. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected,
  311. .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected,
  312. .status_not_selected + .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected,
  313. .status_not_selected + .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  314. .status_not_selected + .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected,
  315. .status_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected + .status_not_selected{
  316. background: url(none) repeat scroll 0 0 transparant !important;
  317. padding-right: ;
  318. padding-top: ;
  319. padding-bottom: ;
  320. position: fixed;
  321. margin: auto;
  322. margin-top: ;
  323. left: 800px;
  324. right: 0px;
  325. top: 325px;
  326. bottom: ;
  327. z-index: 3;
  328. }
  329. /*
  330. borders
  331. just delete all similar codes to these ones, to delete all the borders.
  332. */
  333. .table_header {
  334. border-top-width: 0px;
  335. border-right-width: 0px;
  336. border-bottom-width: 1px;
  337. border-left-width: 0px;
  338. border-top-style: none;
  339. border-right-style: none;
  340. border-bottom-style: dashed;
  341. border-left-style: none;
  342. border-top-color: #dfdfdf;
  343. border-right-color: #badae9;
  344. border-bottom-color: #dfdfdf;
  345. border-left-color: #badae9;
  346. }
  347. .td1 {
  348. color: #675d5d;
  349. border-top-width: 0px;
  350. border-right-width: 0px;
  351. border-bottom-width: 1px;
  352. border-left-width: 0px;
  353. border-top-style: dashed;
  354. border-right-style: none;
  355. border-bottom-style: dashed;
  356. border-left-style: none;
  357. border-top-color: #ffffff;
  358. border-right-color: #badae9;
  359. border-bottom-color: #dfdfdf;
  360. border-left-color: #badae9;
  361. padding: 7px;
  362. background-color: #ffffff;
  363. }
  364. .td2 {
  365. color: #675d5d;
  366. border-top-width: 0px;
  367. border-right-width: 0px;
  368. border-bottom-width: 1px;
  369. border-left-width: 0px;
  370. border-top-style: dashed;
  371. border-right-style: none;
  372. border-bottom-style: dashed;
  373. border-left-style: none;
  374. border-top-color: #ffffff;
  375. border-right-color: #badae9;
  376. border-bottom-color: #dfdfdf;
  377. border-left-color: #badae9;
  378. padding: 7px;
  379. background-color: #ffffff;
  380. }
  381. .header_cw
  382. {
  383. border-top-width: 1px;
  384. border-right-width: 0px;
  385. border-bottom-width: 1px;
  386. border-left-width: 0px;
  387. border-top-style: solid;
  388. border-right-style: none;
  389. border-bottom-style: solid;
  390. border-left-style: none;
  391. border-top-color: #dfdfdf;
  392. border-right-color: #badae9;
  393. border-bottom-color: #dfdfdf;
  394. border-left-color: #badae9;
  395. padding:6px;
  396. }
  397. .header_completed
  398. {
  399. border-top-width: 1px;
  400. border-right-width: 0px;
  401. border-bottom-width: 1px;
  402. border-left-width: 0px;
  403. border-top-style: solid;
  404. border-right-style: none;
  405. border-bottom-style: solid;
  406. border-left-style: none;
  407. border-top-color: #dfdfdf;
  408. border-right-color: #badae9;
  409. border-bottom-color: #dfdfdf;
  410. border-left-color: #badae9;
  411. padding:6px;
  412. }
  413. .header_onhold
  414. {
  415. color:#730601 !important;
  416. border-top-width: 1px;
  417. border-right-width: 0px;
  418. border-bottom-width: 1px;
  419. border-left-width: 0px;
  420. border-top-style: solid;
  421. border-right-style: none;
  422. border-bottom-style: solid;
  423. border-left-style: none;
  424. border-top-color: #dfdfdf;
  425. border-right-color: #badae9;
  426. border-bottom-color: #dfdfdf;
  427. border-left-color: #badae9;
  428. padding:6px;
  429. }
  430. .header_dropped
  431. {
  432. color:#730601 !important;
  433. border-top-width: 1px;
  434. border-right-width: 0px;
  435. border-bottom-width: 1px;
  436. border-left-width: 0px;
  437. border-top-style: solid;
  438. border-right-style: none;
  439. border-bottom-style: solid;
  440. border-left-style: none;
  441. border-top-color: #dfdfdf;
  442. border-right-color: #badae9;
  443. border-bottom-color: #dfdfdf;
  444. border-left-color: #badae9;
  445. padding:6px;
  446. }
  447. .header_ptw
  448. {
  449. border-top-width: 1px;
  450. border-right-width: 0px;
  451. border-bottom-width: 1px;
  452. border-left-width: 0px;
  453. border-top-style: solid;
  454. border-right-style: none;
  455. border-bottom-style: solid;
  456. border-left-style: none;
  457. border-top-color: #dfdfdf;
  458. border-right-color: #badae9;
  459. border-bottom-color: #dfdfdf;
  460. border-left-color: #badae9;
  461. padding:6px;
  462. }
  463. .header_title
  464. {
  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. }
  478. #copyright, #grand_totals {
  479. border-top-width: 1px;
  480. border-right-width: 0px;
  481. border-bottom-width: 1px;
  482. border-left-width: 0px;
  483. border-top-style: solid;
  484. border-right-style: none;
  485. border-bottom-style: solid;
  486. border-left-style: none;
  487. border-top-color: #dfdfdf;
  488. border-right-color: #ffffff;
  489. border-bottom-color: #dfdfdf;
  490. border-left-color: #ffffff;
  491. padding-top: 6px;
  492. text-align: center;
  493. margin: 0 auto;
  494. }
  495. /*
  496. 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.
  497. For more information: http://myanimelist.net/forum/?topicid=410755
  498. */
  499. a[href="http://myanimelist.net/anime/322/Paradise_Kiss"]{
  500. background-image: url(http://i44.tinypic.com/ifa8op.png);
  501. background-repeat: no-repeat;
  502. background-attachment: scroll;
  503. background-position: right top;
  504. background-color: transparent;
  505. padding-bottom: 200px;
  506. padding-right: 225px !important;
  507. color: !important;
  508. }