Advertisement
ColaDash

Untitled

Apr 27th, 2017
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. .content {
  2. background-color: #1D1E20;
  3. }
  4. .content:after {
  5. background: url(http://pre08.deviantart.net/9499/th/pre/i/2017/117/b/4/black_by_kwest100-db7d14w.png);
  6. height: 100%;
  7. background-size: cover;
  8. position: fixed;
  9. top: 0;
  10. z-index: -1;
  11. }
  12. .content h1 {
  13. color:#43d837;
  14. }
  15. .content h2 {
  16. color:#6DC066;
  17. }
  18. .content h3 {
  19. color:#6DC066;
  20. }
  21. .villager-data-wrapper {
  22. background: none;
  23. }
  24. .user-panel {
  25. border-radius: 0 0 10px 10px;
  26. }
  27. a {
  28. color: #A3B650;
  29. text-decoration: none;
  30. letter-spacing: 4px;
  31. font-size: 9px;
  32. font-family: "Times New Roman", Times, serif;
  33. }
  34. .villager-data-info-box.villager-general {
  35. color:#829f33;
  36. }
  37. .body {
  38. text-align: center;
  39. }
  40. .
  41. #page-wrap {
  42. text-align: left;
  43. width: 800px;
  44. margin: 0 auto;
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement