Advertisement
Guest User

new

a guest
Nov 22nd, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. .board-banner.desktop, .moneymoneymoney {display: none;}
  2. .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.  
  6. .label.desktop {display: none;}
  7. .bb-footer{display: none;}
  8. hr{display: none;}
  9.  
  10. html, body {
  11. background: #ebeae9;
  12. /*background-image:url(https://preview.ibb.co/dVtTam/111.png);
  13. background-repeat: repeat;
  14. background-position: right bottom;
  15. background-attachment: fixed, fixed;
  16. background-size:150px;*/
  17. font-family: Muller,Verdana,sans-serif;
  18. font-size:10pt;
  19. padding-top:0px;
  20. padding-bottom:0px;
  21. padding-left:0;
  22. padding-right:0;
  23. }
  24.  
  25. #posts-form{margin:auto; width:70%;}
  26. .thread{}
  27.  
  28. .oppost-wrapper{min-width: 700px; background:#f8f8f8; margin:auto; width:100%; margin-top:11px; margin-bottom:11px; box-shadow: 0 3px 6px rgba(0,0,0,0.05); padding:10px !important; padding-left:17px !important;}
  29. .post.oppost{background:#f8f8f8;}
  30.  
  31.  
  32. .post-wrapper{margin:auto; width:100%; margin-top:11px; margin-bottom:11px;}
  33. .post.reply{padding:10px !important; padding-left:17px !important; background:#f8f8f8; border:none !important; box-shadow: 0 3px 6px rgba(0,0,0,0.05); min-width: 400px;}
  34.  
  35. .post-details{color:#696969 !important; font-size:8pt; margin:0;}
  36. .post-details a{color:#696969 !important; font-size:8pt;}
  37. .reflink a{color:#696969 !important; font-size:8pt;}
  38.  
  39. .ABU-refmap {color:#696969 !important; font-size:8pt; margin:0;}
  40.  
  41. a {color: #4682B4; text-decoration:none !important;}
  42. .post-email{border-bottom: none !important; text-decoration: none !important;}
  43.  
  44. .post-message{margin:17px !important; }
  45.  
  46. #settings{margin-top:0px !important; font-size:10pt; margin-left: 15%; display:block !important; visibility: visible !important; background:#f8f8f8; width:140px; height:25px; padding-left:33px; padding-top:5px; box-shadow: 0 3px 6px rgba(0,0,0,0.05); border-bottom: none !important; text-decoration: none !important; color:#000000;}
  47. .adminbar__menu {visibility:hidden;}
  48.  
  49.  
  50. #title{color: #2F4F4F;}
  51. .reply-label.reply-label-top, .reply-label.reply-label-bot{color: #2F4F4F;}
  52. .desktop{color: #2F4F4F;}
  53.  
  54. .mess-post.desktop {color: #2F4F4F;}
  55. .mess-post.desktop a {color: #2F4F4F;}
  56.  
  57. .fa.postbtn-favorite.fa-star{color: #2F4F4F;}
  58. .fa.postbtn-favorite.fa-star-o{color: #2F4F4F;}
  59.  
  60. .postbtn-options{background:none; border-top:solid 1px #696969; border-right:solid 1px #696969; width:10px; height:10px;}
  61. .postbtn-hide{background:none; border-bottom:solid 1px #696969 !important; width:10px; height:10px;}
  62.  
  63. #favorites-box {
  64. font-size:10pt;
  65. background:#f8f8f8;
  66. box-shadow: 0px -3px 6px rgba(0,0,0,0.05);
  67. position: fixed;
  68. bottom: 0px;
  69. right: 10px;
  70. border:none;
  71. color:#000000;
  72. }
  73. .bb-header-text.bb-header-text-new{color: #2F4F4F; font-size:10pt;}
  74. .bb .bb-header{font-size:10pt !important; color: #2F4F4F;}
  75.  
  76. .unkfunc{color:#2E8B57;}
  77.  
  78. body.replypage .reply .reflink::before {color: #2E8B57 !important;}
  79.  
  80. #favorites-body a{color: #696969 !important;}
  81.  
  82. .reply.hidden-thread-box, .reply.hidden-post-box{margin:0; width:100%; margin-top:0px; margin-bottom:0px; border:none !important; background:#f8f8f8; -webkit-border-radius: 0px; -moz-border-radius: 0px; padding:3px; font-size:10pt;}
  83.  
  84. html {-ms-overflow-style: none;}
  85.  
  86.  
  87. .adminbar__boards{width:70%; margin:auto; margin-top:10px !important; margin-bottom:10px !important;}
  88.  
  89. .reply-label-wrapper{margin-bottom:10px; margin-top:10px;}
  90.  
  91. .board-info{width:70%; margin:auto !important; margin-top:10px !important; margin-bottom:10px !important;}
  92.  
  93. #boardstats-box{display: none !important;}
  94.  
  95. .thread-nav.desktop{width:70%; margin:auto !important; margin-top:10px !important; margin-bottom:10px !important;}
  96.  
  97. /*Выделение постов. */
  98. /* Цвет.*/ div.post-wrapper.watched-posts-marker {border-left: solid 5px #4682B4;}
  99. /* Цвет. */ div.post-wrapper.reply-posts-marker {border-left: dashed 5px #4682B4;}
  100. div.post.reply {border-left:none;}
  101.  
  102. .board-tags{width:70%; margin:auto !important; margin-top:10px !important; margin-bottom:10px !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement