Advertisement
GoudaHanzou

Untitled

Mar 19th, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. #logo a {
  2. background:url("http://orig09.deviantart.net/5070/f/2017/077/b/7/tumblr_mmg5cvprl71rm6jd7o1_500_by_jeanpolnareff-db2rvm7.png");
  3. background-repeat:no-repeat;
  4. width:253px;
  5. height:140px;
  6. }
  7.  
  8. #logo + :nth-child(2) {
  9. background:url("https://s-media-cache-ak0.pinimg.com/564x/27/7a/67/277a678137cc6ab5758c12c30cf9b1d2.jpg")!important;
  10. background-repeat:repeat-x;
  11. background-position:bottom;
  12. }
  13.  
  14. .content:after {
  15. background:url("http://engledow.com/wp-content/uploads/2014/10/succulents-blog.jpg");
  16. height:100%;
  17. width:100%;
  18. position: fixed;
  19. top:0;
  20. z-index:-1;
  21. }
  22.  
  23. header .user-panel {
  24. background-image:url("http://engledow.com/wp-content/uploads/2014/10/succulents-blog.jpg")!important;
  25. background-size:cover;
  26. }
  27.  
  28. .content {
  29. background-image:url("https://st.hzcdn.com/fimgs/7901e89b0fe9eb0f_0127-w640-h350-b0-p0--paint.jpg");
  30. background-repeat:repeat;
  31. }
  32.  
  33. .content .left-column {
  34. background-image:url("https://st.hzcdn.com/fimgs/7901e89b0fe9eb0f_0127-w640-h350-b0-p0--paint.jpg");
  35. }
  36.  
  37. .content .right-column {
  38. background-image:url("http://orig11.deviantart.net/dac3/f/2017/077/d/0/faded_by_jeanpolnareff-db2rxwr.png");
  39. }
  40.  
  41. .content h1{
  42. margin-left:17px;
  43. margin-top:4px;
  44. color:#191719;
  45. font-family:'Papyrus', fantasy;
  46. text-shadow:none!important;
  47. font-weight:normal;
  48. }
  49.  
  50. .content h2 {
  51. color:#191719;
  52. font-family:'Papyrus', fantasy;
  53. text-align:center;
  54. }
  55.  
  56. .content h3 {
  57. color:#191719;
  58. font-family:'Papyrus', fantasy;
  59. text-align:center;
  60. font-size:23px;
  61. }
  62.  
  63. .content h3 a {
  64. font-size: 15px;
  65. }
  66.  
  67. .content a{
  68. color:#191719;
  69. }
  70.  
  71. .content strong {
  72. color:#191719!important;
  73. font-weight:normal;
  74. }
  75.  
  76. .content .villager-paintie a {
  77. color:#ffffff;
  78. background-color:#191719;
  79. font-weight:normal;
  80. }
  81.  
  82. .content .villager-paintie a:hover {
  83. color:#ffffff;
  84. background-color:#ffbd00;
  85. font-weight:normal;
  86. }
  87.  
  88. a.report-paintie {
  89. background-color:transparent!important;
  90. color:#191719!important;
  91. font-weight:bold!important;
  92. }
  93.  
  94. .breadcrumbs {
  95. color:#191719;
  96. }
  97.  
  98. .villager-data-avatar {
  99. background:none;
  100. border:1px solid #191719;
  101. border-radius:15px;
  102. }
  103.  
  104. .villager-data-minipet {
  105. background-color:transparent;
  106. border-color:transparent;
  107. margin-right:0px;
  108. margin-bottom:0px;
  109. }
  110.  
  111. .villager-data-minipet .label-success {
  112. background: transparent;
  113. position: absolute;
  114. bottom: 0px;
  115. left: 0px;
  116. color: #191719;
  117. }
  118.  
  119. .villager-data-minipet p:last-child {
  120. position: absolute;
  121. width: 130px;
  122. bottom: 0px;
  123. }
  124.  
  125. .villager-data-info-box:nth-child(2n+2) {
  126. background-image:url("http://orig11.deviantart.net/dac3/f/2017/077/d/0/faded_by_jeanpolnareff-db2rxwr.png");
  127. border:1px solid #191719;
  128. color:#191719;
  129. }
  130.  
  131. .villager-data-wrapper {
  132. background:none;
  133. }
  134.  
  135. .villager-data-desc {
  136. background-image:url("http://orig11.deviantart.net/dac3/f/2017/077/d/0/faded_by_jeanpolnareff-db2rxwr.png");
  137. border:1px solid #191719;
  138. color:#191719;
  139. max-height:400px;
  140. overflow:auto;
  141. }
  142.  
  143. .widget-header {
  144. border:2px dashed #191719;
  145. border-radius:15px 15px 0 0;
  146. text-shadow:none!important;
  147. }
  148.  
  149. .widget-header h3 {
  150. margin-top:4px;
  151. margin-bottom:1px;
  152. background-image:none;
  153. background-color:none;
  154. font-size: 25px;
  155. color:#191719;
  156. font-family:'Papyrus', fantasy;
  157. text-align:center;
  158. text-shadow:none!important;
  159. font-weight:normal;
  160. }
  161.  
  162. .widget-content img {
  163. border-radius:60px;
  164. }
  165.  
  166. .widget-content img:hover {animation: bob 1.0s ease-out infinite;}
  167. @keyframes bob {
  168. 0% {position: relative; top: -4px;}
  169. 30% {position: relative; top: 2px;}
  170. 100% {position: relative; top: -4px;}
  171. }
  172.  
  173. .widget-content a {
  174. font-weight:normal;
  175. }
  176.  
  177. .table tr:nth-child(odd) td {
  178. background-image:url("https://s-media-cache-ak0.pinimg.com/564x/27/7a/67/277a678137cc6ab5758c12c30cf9b1d2.jpg");
  179. }
  180.  
  181. .table tr:nth-child(even) td {
  182. background:url("https://s-media-cache-ak0.pinimg.com/564x/27/7a/67/277a678137cc6ab5758c12c30cf9b1d2.jpg");
  183. }
  184.  
  185. .widget-content {
  186. opacity:0.75;
  187. }
  188.  
  189. .widget-content:hover {
  190. opacity:1.0;
  191. }
  192.  
  193. .widget .forum-posts p {
  194. color:#191719;
  195. }
  196.  
  197. .widget .forum-posts p a {
  198. color:#191719;
  199. }
  200.  
  201. .user-info h4 {
  202. font-size:19px;
  203. padding:8px!important;
  204. }
  205.  
  206. .user-info h4 a {
  207. font-weight:bold!important;
  208. }
  209.  
  210. .btn-link {
  211. color:#191719!important;
  212. background:none!important;
  213. font-weight:bold!important;
  214. }
  215.  
  216. .btn-link:hover {
  217. color:#ffbd00!important;
  218. background:none!important;
  219. font-weight:bold!important;
  220. }
  221.  
  222. .btn medium pull-right {
  223. background:#191719;
  224. }
  225.  
  226. .btn:hover {
  227. background:#191719;
  228. }
  229.  
  230. .counter {
  231. display:none;
  232. }
  233.  
  234. .textarea {
  235. background:url("https://s-media-cache-ak0.pinimg.com/564x/27/7a/67/277a678137cc6ab5758c12c30cf9b1d2.jpg");
  236. border:1px solid #191719;
  237. color:#191719;
  238. }
  239.  
  240. small, .small {
  241. color:#191719;
  242. }
  243.  
  244. .user-comments .user-comment {
  245. background-image:url("https://s-media-cache-ak0.pinimg.com/564x/27/7a/67/277a678137cc6ab5758c12c30cf9b1d2.jpg");
  246. border: 1px solid #191719;
  247. color:#191719;
  248. }
  249.  
  250. .user-comments .user-avatar-wrapper img {
  251. border-radius:60px;
  252. padding:5px;
  253. }
  254.  
  255. .user-comments .user-comment .footer {
  256. border-top: 1px dashed #191719;
  257. color:#191719;}
  258.  
  259. .user-comments .user-comment .footer a {
  260. color:#191719;
  261. opacity:0.85;
  262. }
  263.  
  264. a.report-comment {
  265. color:#191719!important;
  266. }
  267.  
  268. a.report-villager {
  269. color: #191719;
  270. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement