Advertisement
Guest User

2ch css new

a guest
Oct 26th, 2017
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. .board-banner.desktop, .moneymoneymoney {display: none;}
  2. .adminbar__boards, .board-info, .thread-nav.desktop, .nb.desktop, #report-form, .desktop.style-switcher.mselect {display: none;}
  3. .qr-vk-public, .form-files-limits, .oekaki-images-area, .rules-area, .option-area.desktop {display: none;}
  4. .postbtn-report, .postbtn-expall, .postbtn-exp, .turnmeoff, .kupi-passcode-suka, #CommentToolbar, #qr-CommentToolbar {display: none;}
  5. /*a.desktop{display: none;}*/
  6. .label.desktop {display: none;}
  7. .bb-footer{display: none;}
  8. hr{display: none;}
  9.  
  10. html, body {
  11. background: #f3f3f3;
  12. /*background-image:url(https://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-490641.jpg);
  13. background-repeat: no-repeat;
  14. background-position: right bottom;
  15. background-attachment: fixed, fixed;*/
  16. font-family: Roboto,sans-serif;
  17. padding-top:0px;
  18. padding-bottom:0px;
  19. padding-left:0;
  20. padding-right:0;
  21. }
  22.  
  23. #posts-form{margin:auto; width:70%;}
  24. .thread{}
  25.  
  26. .oppost-wrapper{background:#f8f8f8; margin:auto; width:100%; margin-top:7px; margin-bottom:7px; box-shadow: 0 3px 6px rgba(0,0,0,0.1); border-radius: 5px; padding:10px !important; padding-left:17px !important;}
  27. .post.oppost{background:#f8f8f8;}
  28.  
  29.  
  30. .post-wrapper{margin:auto; width:100%; margin-top:7px; margin-bottom:7px;}
  31. .post.reply{padding:10px !important; padding-left:17px !important; background:#f8f8f8; border:none !important; box-shadow: 0 3px 6px rgba(0,0,0,0.1); border-radius: 5px;}
  32.  
  33. .post-details{color:#696969 !important; font-size:8pt; margin:0;}
  34. .post-details a{color:#696969 !important; font-size:8pt;}
  35. .reflink a{color:#696969 !important; font-size:8pt;}
  36.  
  37. .ABU-refmap {color:#696969 !important; font-size:8pt; margin:0;}
  38.  
  39. a {color: #329cff;}
  40. .post-email{border-bottom: none !important; text-decoration: none !important;}
  41.  
  42. .post-message{margin:17px !important; }
  43.  
  44. #settings{position: fixed; top: 0px; left: 10px; display:block !important; visibility: visible !important; background:#f8f8f8; width:70px; height:20px; padding:2px; box-shadow: 0 3px 6px rgba(0,0,0,0.1); border-bottom: none !important; text-decoration: none !important;}
  45. .adminbar__menu {visibility:hidden;}
  46.  
  47.  
  48. #title{color: #329cff;}
  49. .reply-label.reply-label-top, .reply-label.reply-label-bot{color: #329cff;}
  50. .desktop{color: #329cff;}
  51.  
  52. .fa.postbtn-favorite.fa-star{color: #329cff;}
  53. .fa.postbtn-favorite.fa-star-o{color: #696969;}
  54.  
  55. .postbtn-options{background:none; border-top:solid 1px #4169E1; border-right:solid 1px #4169E1; width:10px; height:10px; }
  56. .postbtn-hide{background:none; border-bottom:solid 1px #4169E1 !important; width:10px; height:10px;}
  57.  
  58. #favorites-box {
  59. background:#f8f8f8;
  60. box-shadow: 3px 0px 6px rgba(0,0,0,0.1);
  61. position: fixed;
  62. bottom: 0px;
  63. right: 10px;
  64. border:none;
  65. }
  66. .bb-header-text.bb-header-text-new{color: #329cff;}
  67.  
  68. .unkfunc{color:#329cff;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement