Advertisement
Guest User

NEW /b/ THEME.

a guest
Jan 2nd, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. body {
  2. background-color: #fffeec;
  3. background-image: url('https://i.imgur.com/UKDFcce.png');
  4. background-repeat: no-repeat;
  5. background-attachment: fixed;
  6. background-position: right bottom;
  7. font-family: "MS Pゴシック", "MS PGothic", "Mona", "IPA モナー Pゴシック", "IPAMonaPGothic", "Monapo",sans-serif;
  8. }
  9.  
  10. div.post.reply {
  11. background-color: #eae9da;
  12. border: none;
  13. }
  14.  
  15. .capcode::after {
  16. content: " (´・ω・`)";
  17. }
  18.  
  19. .body-line.empty:first-child:last-child:after {
  20. content: "キタ━━━(゚∀゚)━━━!!";
  21. letter-spacing: 0px!important;
  22. }
  23.  
  24. div.boardlist:not(.bottom) {
  25. background-color: #eae9da!important;
  26. border-bottom: 1px solid #eae9da!important;
  27. color: #707;
  28. text-align: center;
  29. padding: 4px 96px;
  30. opacity: 0.85;
  31. }
  32.  
  33. .post-table th, .post-table-options th {
  34. background-color: #eae9da;
  35. border: 1px solid #a3a18f;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement