Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. #logo a {
  2. background: url("https://cdn.discordapp.com/attachments/620552223969247242/622750839798366239/image0.png
  3. ") no-repeat;
  4. height:140px;
  5. width:253px;}
  6.  
  7. .left-column .btn {background: #FF0000;}
  8.  
  9. /*dark blue top bar*/
  10. #logo + :nth-child(2) {
  11. background: #ff0000
  12. }
  13. /*light blue top bar*/
  14. .user-panel.clearfix {
  15. background: #00e5ee
  16. color: #ff0000
  17. }
  18.  
  19.  
  20. .villager-data-wrapper {
  21. background: transparent;
  22. }
  23. .villager-data-avatar {
  24. background: center url("https://i.imgur.com/P6rj0gw.png");
  25. background-repeat: no-repeat;
  26. }
  27.  
  28. ((Box backgrounds))
  29. .villager-data-info-box villager-general, .villager-data-info-wide villager-data-desc villager-description, .user-comment{
  30. background: #D8BFD8 ;
  31. border: 2px #5F9F9F; Border-style: dotted ;
  32. opacity: .9;
  33. }
  34.  
  35. /*((Content in general + background of entire page))*/
  36. .content {
  37. color://font color;
  38. background-image:url("https://66.media.tumblr.com/8fcad3af6e7fa5cf6931aee22a7e7bec/tumblr_o44g3u8qgA1rs2trko1_500.png");
  39. background-repeat:repeat;
  40. }
  41. .content a {color: #FF1493 ;}
  42. .content h3 {color: //font color ;}
  43.  
  44. ((Background directly behind villager, don't change!))
  45. .villager-data-wrapper {background: none; left: 0; padding: 0;}
  46.  
  47. /*(("Villager: name" at top of page, replace with //display:none to not show))*/
  48. .clearfix h1{
  49. Text-transform: uppercase;
  50. Color: //font color ;
  51. }
  52.  
  53. /*((Villager description))*/
  54. .villager-data-info-wide {
  55. min-height: 400px;
  56. max-height: 400px;
  57. overflow: auto;
  58. width: 450px;
  59. top: 0;
  60. left: 0;
  61. position: absolute;
  62. }
  63. .villager-data-info-wide a {color: //font color ;}
  64.  
  65. /*((Position of paintie, don't change!))*/
  66. .villager-data-avatar{text-align:right; margin-left:0px;}
  67.  
  68. /*((Position of minipet, if you need help with this just PM xynn))*/
  69. .villager-data-minipet {
  70. background:transparent;
  71. border:0;
  72. position:absolute;
  73. margin: 0px 100px -30px 0;
  74. }
  75. /, ((You can change size of minipet with [[.tooltipster]] and [[width: whatever%]]))*/
  76.  
  77. */((Info boxes: info, career and paintie, don't change!))*/
  78. .villager-general {text-align: center; width: 100% !important; margin: 0 0 10px 0;}
  79. .villager-career {text-align: center; margin: 0 10px 0 0 !important;}
  80. .villager-paintie {text-align: center; margin: 0;}
  81. .villager-data-info-box {width: 348px;}
  82.  
  83. /*((Comments))*/
  84. .user-comment{color: //font color;}
  85. .user-comment a{color: //font color;}
  86.  
  87. /*((Notifications etc))*/
  88. .notifications {color: //font color;}
  89. .notifications a {color: //font color;}
  90.  
  91. /*((The wardrobe/set as active/upload paintie buttons at the top right))*/
  92. header-right-toolbar-buttons a {
  93. opacity: .9 ;
  94. background:#FF0000;
  95. }
  96.  
  97. /*((Widgets on the right side, aka user panel, active villager etc))*/
  98. .widget-header h3 {
  99. opacity: .9 ;
  100. background: #//background color
  101. }
  102. .widget-content {
  103. opacity: .9 ;
  104. background: #//background color
  105. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement