Advertisement
Guest User

kumiko appchan custom css

a guest
Aug 27th, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.86 KB | None | 0 0
  1. body {
  2.    background-image: url(/path/to/your/tile/image) !important;
  3. }
  4.  
  5. #qp div.post {
  6.     background-color:rgba(214,186,208,1) !important;
  7.     box-shadow:5px 5px 5px rgba(128,128,128,0.5) !important;
  8. }
  9.  
  10. /*replies*/
  11. .reply.post {
  12.   border: #4A405E 2px solid !important;
  13.   /*position: relative !important;*/
  14.     max-width: 77% !important;
  15.     margin-top: 10px !important;
  16.     margin-bottom: 10px !important;
  17.     padding: 0px !important;
  18.     border-radius: 0px !important;
  19.     background: transparent !important;
  20. }
  21.  
  22. /*images*/
  23. img {
  24.     border: #5E978F 2px solid !important;
  25. }
  26.  
  27. /*info above replies*/
  28. .postInfo.desktop {
  29.  border-bottom: #4A405E 2px solid !important;
  30.  background-image: url(/path/to/your/tile/image) !important;
  31. }
  32.  
  33. #blotter, .watch-thread-link, .rice, #thread-stats, .deleteform {
  34.  display: none !important;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement