Advertisement
Guest User

2ch Oldfag

a guest
Oct 26th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.06 KB | None | 0 0
  1. html, body {font-size: 16px; font-family: 'Trebuchet MS', 'Tahoma', sans-serif;}
  2.  
  3. a:hover, .a-link-emulator:hover {color: #06f;}
  4.  
  5. header {padding: 0 5px;}
  6.  
  7. .adminbar {font-size: .8em;}
  8. .adminbar a {font-weight: bold;}
  9. .adminbar__menu {border-bottom: none; float: right;}
  10. .adminbar__boards_sticky {display: none;}
  11. .adminbar__boards_hovered {transform: none;}
  12. .adminbar-top .adminbar__boards {text-align: right;}
  13. .adminbar-top a[href$="/m.html"], .adminbar-top a[href$="/contacts.html"], .adminbar-top #nsfw, .adminbar-top a[href$="/catalog.html"], .adminbar-top a[href$="/donate.html"], .adminbar-top a[href$="/market.html"], .adminbar-top a[href$="/makaba/makaba.fcgi?task=images_feed"], .adminbar-top a[href$="/makaba/makaba.fcgi?task=images_adult_feed"], .adminbar-top a[href$="/abu/res/42375.html"], .adminbar-top a[href$="/arch/"] , .adminbar-top a[href$="/boardrequest.html"], .adminbar-top a[href$="/makaba/stickers/"], .adminbar-top a[href$="/price.html"], .adminbar > hr, .logo > br, #plashque, .board-banner, #mobile-plashque, .moneymoneymoney, span.reflink::before, .postpanel {display: none;}
  14.  
  15. hr {border-color: #bbb;}
  16. .norm-reply + hr {display: none;}
  17.  
  18. .logo {text-align: left; font-family: 'Trebuchet MS', 'Tahoma', sans-serif;}
  19. #title:before {content: "Два.ч —"!important;}
  20.  
  21. .nav-arrows, .search {display: none !important;}
  22.  
  23. .cntnt__left {line-height: 1.5;}
  24. .fm {font-size: 13px;}
  25. .fm__header {background: #ddd; border: 1px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 0 0 0 .5em; margin-bottom: 0;}
  26. .fm__header:hover {background: #ddd;}
  27. .fm__sub {padding-left: 0;}
  28. .fm__sub li {border-left: 1px solid #ccc; padding-left: .5em; margin-left: .5em;}
  29.  
  30. .oppost-wrapper {overflow: unset;}
  31. .reply {border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; min-width: 20em;}
  32. .reply.hiclass {border: 2px dashed #e60;}
  33. .reflink {font-size: .8em; font-weight: bold;}
  34. .post .post-title {font-size: 1.2em;}
  35. .post .file-attr {font-size: .8em;}
  36. .post .file-attr .filesize {font-style: italic;}
  37. .post .post-message {margin: .5em;}
  38. .post .images-single + blockquote {margin: 0 10px 10px;}
  39.  
  40. .new-posts-marker .post {border-bottom: 2px solid #f00;}
  41. .reply-posts-marker .post {border-left: 2px dashed #f00;}
  42. .watched-posts-marker .post {border-left: 2px solid #f00;}
  43.  
  44. .ABU-refmap {font-style: italic;}
  45.  
  46. .qr {border: 1px solid #bbb; border-radius: 5px; padding: 3px;}
  47. .qr .qr-header {background: none; border: none; font-weight: bold;}
  48. .qr-reply .qr-vk-public, .rules-area, .kupi-passcode-suka {display: none;}
  49. .qr-reply .captcha-image img {image-rendering: unset;}
  50.  
  51. #postform {display: block !important;}
  52. header .reply-label-wrapper, footer .norm-reply {display: none;}
  53.  
  54. .postform-hr, .prerekl-hr {border-top: 1px solid #eee;}
  55. #postform .mail input[type="text"] {width: 278px;}
  56. #postform td.label {color: #002244; font-size: 16px;}
  57. #postform td #submit {margin-left: 4px;}
  58. #postform td .captcha-box #captcha-value {margin: 4px 0px;}
  59. #CommentToolbar, #qr-CommentToolbar {display: none;}
  60. .form-files-box .form-files-limits {font-size: 13px;}
  61.  
  62. textarea {font-family: monospace;}
  63. .mselect {background: #fff;}
  64.  
  65. .form-files-box .form-files-input-multi {display: unset;}
  66. .form-files-box .form-files-drag-area {display: none;}
  67.  
  68. .bb {border-radius: 5px 5px 0 0}
  69. .bb.favorites {right: 10px;}
  70. .bb.boardstats {display: none !important;}
  71. .nb, .nb + hr {display: none;}
  72.  
  73. footer .moneymoneymoney + hr, .footer .board-info {display: none;}
  74.  
  75. @media only screen and (max-width: 480px) and (orientation:portrait),  only screen and (max-width: 540px) and (orientation:landscape){
  76. body {font-size: .9em;}
  77. header, .cntnt {padding: 0;}
  78. header > div, footer > div {padding: 0 5px;}
  79. .adminbar {margin-bottom: 35px; padding: 0;}
  80. .adminbar__boards {z-index: 970;}
  81. .menu {z-index: 980;}
  82. .rmenu {display: none;}
  83. .post {padding: 0;}
  84. .post-wrapper {padding: 0 5px;}
  85. .oppost-options-mob {float: left; width: 100%;}
  86. .ABU-refmap {padding: 1px 3px 3px;}
  87. #ABU-alertbox {min-width: 160px;}
  88. #postform table {width: 100%; padding: 0 5px;}
  89. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement