Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. /* 1) Anime Covers*/
  2. @import url("https://www.viaware.ca/malutils/listimg/getcss/PeterhausenDxD/anime/more");
  3.  
  4. /* 2) Base layout & Style */
  5. @import url(https://dl.dropboxusercontent.com/u/27658303/MAL/PeterhausenDxDList/MALStyle.css);
  6.  
  7. /* 3) Top-bar icons */
  8. @import url(https://dl.dropboxusercontent.com/u/27658303/MAL/PeterhausenDxDList/MALbar.css);
  9.  
  10. /* 4) Layout theme */
  11. @import url(https://dl.dropboxusercontent.com/u/27658303/MAL/PeterhausenDxDList/MALtheme.css);
  12.  
  13. /* 5) Addon */
  14. @import url(https://dl.dropboxusercontent.com/u/27658303/MAL/PeterhausenDxDList/MALaddon.css);
  15.  
  16. /* 6) Options */
  17. /* Determines the number of covers on each row, it should be a multiple of 242px */
  18. body {max-width: 1452px;}
  19.  
  20. body {
  21. background-image: url(http://i.imgur.com/6R66yb0.png);
  22.  
  23. backgrounbackground-repeat:no-repeat;
  24. background-size:cover;d-size: cover;
  25. background-attachment: fixed;
  26.  
  27. }
  28. /* Links color */
  29. a {color: rgb(39, 255, 195);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement