Advertisement
shardshunt

Mangalist

Jul 20th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 5.44 KB | None | 0 0
  1. @import url(https://dl.dropboxusercontent.com/s/p373jtm50znhb4v/Topmenu.css);
  2. @import url(https://dl.dropboxusercontent.com/s/5leaqlmjkmi0usz/Tabs.css);
  3. @import url(https://dl.dropboxusercontent.com/s/lk34f0u4gb47olp/Catagories.css);
  4. @font-face {
  5.     font-family: 'PT Sans';
  6.     src: local('PT Sans'), local('PTSans-Regular'), url(http://fonts.gstatic.com/s/ptsans/v8/LKf8nhXsWg5ybwEGXk8UBQ.woff) format('woff');
  7. }
  8.  
  9. /*
  10. HOW TO USE
  11. Use and COMPLETE this simple tutorial if you never installed CSS, it only takes a few minutes:
  12. http://myanimelist.net/forum/?topicid=200320
  13.  
  14.  
  15. When you're done with the tutorial and can see the starter layout on your list, copy and paste this entire page of codes (including this part and the codes above and below)
  16. to your CSS edit box (the box titled Edit Advanced CSS File) replacing any other codes in the box.
  17. Save with the blue button at the bottom. It will put this premade layout on your list instead of the starter one from the tutorial!
  18.  
  19.  
  20. If the layout looks weird on your list after installing, you can try to alter your settings here.
  21. Common solutions are to set Default Status Settings to Watching or All Anime, check or uncheck tags (make sure you save afterwards):
  22. http://myanimelist.net/editprofile.php?go=listpreferences
  23.  
  24.  
  25. If your list still has problems you can ask us about it here, or other questions:
  26. http://myanimelist.net/forum/?topicid=200323
  27.  
  28.  
  29. And you'll find further ways to customize your list here:
  30. http://myanimelist.net/forum/?topicid=419405
  31. */
  32.  
  33. /* TOP MENU BUTTONS */
  34. /* FOR ANIME LIST */
  35. /* #mal\_cs_links div:last-of-type a:first-of-type { display: none; } */ /* DISABLE ANIMELIST BUTTON */
  36.  
  37. /* FOR MANGA LIST */
  38. #mal\_cs_links div:last-of-type a:last-of-type { display: none; } /* DISABLE MANGALIST BUTTON */
  39.  
  40. body {
  41.     font-family: 'PT Sans', serif;
  42.     font-size: 16px;
  43.     color: #595757;
  44.     background-color: rgb(255, 255, 255);
  45.     background-image: url(http://i1051.photobucket.com/albums/s431/shardshunt/Saenai%20Heroine%20no%20Sodatekata.jpg~original);
  46.     background-attachment: fixed;
  47.     background-size: cover;
  48. }
  49.  
  50. a { color: #595757; text-decoration: none; }
  51.  
  52. #list_surround:before {
  53.     pointer-events: none;
  54.     position: absolute;
  55.     display: block;
  56.     content: '';
  57.     margin: -117px 0 0 -65px;
  58.     width: 500px;
  59.     height: 100%;
  60.     padding: 117px 65px 94px;
  61.     box-shadow: 0 0 10px #000000;
  62.     z-index: 4;
  63. }
  64.  
  65. #list_surround {
  66.     position: relative;
  67.     left: calc(100% - 675px);
  68.     margin: 100px 0 40px;
  69.     width: 500px;
  70.     background-color: rgb(255, 255, 255);
  71.     /* borders */
  72.     background-clip: padding-box;
  73.     border-color: transparent;
  74.     border-style: solid;
  75.     border-width: 117px 65px 94px;
  76.     border-image: url(http://i1051.photobucket.com/albums/s431/shardshunt/page.png) 117 65 94 round;
  77.     -moz-border-image: url(http://i1051.photobucket.com/albums/s431/shardshunt/page.png) 117 65 94 round;
  78.     -webkit-border-image: url(http://i1051.photobucket.com/albums/s431/shardshunt/page.png) 117 65 94 round;
  79. }
  80.  
  81. #list_surround br { display:none; }
  82.  
  83. .td1, .td2 { color: #595757; }
  84.  
  85. .borderRBL, .borderRBL a  { text-align: left !important; }
  86.  
  87. .borderRBL {
  88.     display: block;
  89.     margin: 0 auto;
  90.     width: 450px;
  91.     padding: 5px;
  92.     color: #FF11DF !important;
  93.     font-size: 13px;
  94.     line-height: 15px;
  95.     border-bottom: solid 1px #FF11DF;
  96. }
  97.  
  98. .borderRBL small { visibility: visible !important; }
  99.  
  100. td[class^='td']:not(.borderRBL):first-child, td[class^='td']:not(.borderRBL):last-child { width: 50px !important; }
  101.  
  102. td[class^='td']:not(.borderRBL):first-child { text-align: left; padding-left: 5px; }
  103.  
  104. td[class^='td']:not(.borderRBL):last-child { text-align: right; padding-right: 5px; }
  105.  
  106. .animetitle { line-height: 18px; }
  107.  
  108. .animetitle + small {
  109.     visibility: visible !important;
  110.     text-transform: lowercase;
  111.     padding: 0 5px 1px;
  112.     font-size: 13px;
  113.     color: #FFFFFF;
  114.     background-color: rgb(255, 17, 223);
  115.     border-radius: 5px;
  116. }
  117.  
  118. .animetitle:hover {
  119.         text-decoration: underline;
  120. }
  121.  
  122. tr:hover > .td1:not(.borderRBL), tr:hover > .td2:not(.borderRBL) { box-shadow: 0 1px 0 #80cde8; }
  123.  
  124. /* EDIT-MORE */
  125. #list_surround small { visibility: hidden; }
  126.  
  127. #list_surround tr:hover small, #list_surround tr:hover small a { visibility: visible; }
  128.  
  129. /* HEADERS */
  130. .header_title {
  131.     pointer-events: none;
  132.     display: inline-block;
  133.     height: 80px;
  134. }
  135.  
  136. /* Headers pics */
  137. .header_cw span, .header_completed span, .header_onhold span, .header_dropped span, .header_ptw span {
  138.     position: absolute;
  139.     display: inline-block;
  140.     margin: auto 0;
  141.     width: 336px;
  142.     height: 70px;
  143.     font-size: 0;
  144.     background-image: url(http://i1051.photobucket.com/albums/s431/shardshunt/d7d98a35-30bc-4636-bef5-cc4e99a766e8.png~original);
  145.     background-repeat: no-repeat;
  146. }
  147.  
  148. .header_cw span { background-position: 10px 0; }
  149.  
  150. .header_completed span { background-position: 10px -70px; }
  151.  
  152. .header_onhold span { background-position: 10px -140px; }
  153.  
  154. .header_dropped span { background-position: 10px -210px; }
  155.  
  156. .header_ptw span { background-position: 10px -280px; }
  157.  
  158. .category_totals { border-top: solid 1px #FF11DF; }
  159.  
  160. .category_totals, #copyright {
  161.     display: block;
  162.     margin: 10px auto;
  163.     width: 450px;
  164.     padding-top: 10px;
  165.     text-align: center;
  166.     font-size: 10px;
  167.     text-transform: uppercase;
  168. }
  169.  
  170. #grand_totals { display:none; }
  171.  
  172. #copyright {
  173.     margin-top: 0 !important;
  174.     padding: 2px 0;
  175.     color: #FFFFFF;
  176.     border-radius: 12px;
  177.         background-color: rgb(255, 17, 223);
  178. }
  179.  
  180.  
  181. #copyright:after {
  182.     display: block;
  183.     content: 'Designed by Shardshunt.';
  184. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement