Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. /* A Shelter layout for modern CSS (V2) by Takana_no_Hana
  2. ** Visit Shishio's club for more premade layouts
  3. ** You can customize a few things in this layout
  4. ** If you're interested in my layout, visit here: https://myanimelist.net/forum/?topicid=1524727
  5. */
  6.  
  7. /*Layout codes, please leave this line intact when copying the whole thing. Don't touch it.
  8. */
  9. @import url(https://dl.dropboxusercontent.com/s/gbx6w8bwo9k3766/ShelterV2.css);
  10.  
  11. /*
  12. **You can change your list background here.
  13. **By default, there are 6 different backgrounds for each category
  14. **If you want to have only a single background, replace them all with the same image url.
  15. */
  16.  
  17. /*CURRENTLY WATCHING*/
  18. body[data-query*='"status":1'] {
  19. background-image: url("https://images6.alphacoders.com/429/429989.jpg");
  20. }
  21. /*COMPLETED*/
  22. body[data-query*='"status":2'] {
  23. background-image: url("http://i.imgur.com/OrjuNVo.jpg");
  24. }
  25. /*ON HOLD*/
  26. body[data-query*='"status":3'] {
  27. background-image: url("http://i.imgur.com/BlP1THn.jpg");
  28. }
  29. /*DROPPED*/
  30. body[data-query*='"status":4'] {
  31. background-image: url("http://i.imgur.com/Jo1WI4v.jpg");
  32. }
  33. /*PLANNED*/
  34. body[data-query*='"status":6'] {
  35. background-image: url("http://i.imgur.com/qfwbUdR.jpg");
  36. }
  37. /*ALL*/
  38. body[data-query*='"status":7'] {
  39. background-image: url("https://s-media-cache-ak0.pinimg.com/originals/12/13/c0/1213c07afd537fa99a0173975c9ab758.jpg");
  40. }
  41.  
  42. /*
  43. **Your desired avatar
  44. **Note that the best resolution is 120px * 120px
  45. */
  46. .cover-block::after {background-image: url("http://i.imgur.com/n3iuveQ.jpg");}
  47.  
  48. /* Your name that displays next to the avatar
  49. ** Replace content with "display:none;" if you want to get rid of it
  50. */
  51. .cover-block::before {
  52. font-weight: bold;
  53. content: "Dragon’s Anime list";
  54.  
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement