Guest User

2ch Gazette Theme fix11

a guest
Sep 29th, 2018
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.35 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&subset=cyrillic');
  2. ::-webkit-scrollbar {width: 12px; height: 12px;}
  3. ::-webkit-scrollbar-button {width: 0px; height: 0px;}
  4. ::-webkit-scrollbar-thumb {background: #c2c0be; border-radius: 6px; border: 2px solid #f5f4f2;}
  5. ::-webkit-scrollbar-thumb:active {background: #8f8c88;}
  6. ::-webkit-scrollbar-track {background: #f5f4f2;}
  7. ::-webkit-scrollbar-corner {background: #f5f4f2;}
  8.  
  9. html, body {background: #f8f7f5; color: #42413f; font-family: 'Lora', serif !important; line-height: 1.3; max-width: 980px; margin: 0 auto; padding: 0 4px;}
  10.  
  11. body {font-size: 0.95em;}
  12.  
  13. a, .a-link-emulator, a:link, a:visited, .orange {color: #a18974; text-decoration: none; transition: color .1s;}
  14. a:hover, .a-link-emulator:hover, .header a:hover {color: #b5a393;}
  15. a[href*="youtube.com"] {border-bottom: none;}
  16. a[onclick*="updateThread(); return false;"]{font-size: 0;}
  17. a[onclick*="updateThread(); return false;"]:before {content: "\f021"; font: normal normal normal 14px/1 FontAwesome; margin: 0 2px;}
  18.  
  19. #plashque, #mobile-plashque, .moneymoneymoney {display: none;}
  20.  
  21. .header a.mainlogo {color: #42413f; font-weight: normal;}
  22. .welcomefriend {color: #a18974;}
  23. .postscontainer {background: #f5f4f2; border-color: #dbdad6; border-radius: 4px;}
  24. .postscontainer a:hover {text-decoration: none;}
  25. .mainpage .pager {background: #f5f4f2;}
  26. .hdescription, .hdescription-stats, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {font-family: 'Lora', serif;}
  27. .ui-widget-content {background: #f5f4f2;}
  28. .hnews .news-posts-count {color: #8f8c88;}
  29. .table .thead .th {border: none;}
  30. .table .tbody .tr:nth-of-type(2n) {background: #e9e8e5;}
  31.  
  32. .wraper.mainpage {margin: 0 10px;}
  33. .content, .board-data {max-width: 980px; width: auto;}
  34.  
  35. .logo img, .logo br {display: none;}
  36. .logo {font-family: 'Lora', serif; font-size: 40px; font-weight: normal; color: #42413f !important;}
  37. hr {border-color: #0000;}
  38.  
  39. .adminbar__boards_sticky, .rmenu {display: none;}
  40. .adminbar__boards_hovered {transform: none;}
  41. .adminbar {opacity: 0; transition: .2s;}
  42. .adminbar__menu {border-bottom-color: #dbdad6;}
  43. header:hover .adminbar {opacity: 1;}
  44.  
  45. .top-user-boards {color: #42413f;}
  46.  
  47. .pager {background: #f5f4f2; border-color: #dbdad6; border-radius: 4px; color: #dbdad6;}
  48. .pager strong {color: #42413f;}
  49.  
  50. .thread_wrap {border: 1px solid #dbdad6; border-radius: 4px;}
  51. .thread_wrap:after {background: linear-gradient(to bottom, rgba(245, 244, 242, 0.02) 0%,rgba(245, 244, 242, 0.13) 30%,rgba(245, 244, 242, 0.62) 52%,rgba(245, 244, 242, 0.94) 74%,rgb(245, 244, 242) 100%);}
  52. .thread_wrap, .thread_wrap > .thread {background: #f5f4f2;}
  53. .thread_wrap .comment {font-size: 0.95em;}
  54. .thread_wrap.expandble:hover {border: none;}
  55. .thread_wrap.expandble:hover .thread {box-shadow: none; border-radius: 4px;border: 1px solid #dbdad6;}
  56.  
  57. .thumb {box-shadow: none;}
  58. #fullscreen-container {padding: 1px; margin: 3px; background: #8f8c88 !important;}
  59.  
  60. .warningcover {background: none repeat scroll 0% 0% #8f8c88;}
  61. .warningbox {background: none repeat scroll 0% 0% #f5f4f2; border: 1px solid #dbdad6; border-radius: 4px; top: 50%;}
  62.  
  63. #ABU-alertbox {font-family: 'Lora', serif; margin: 4px;}
  64. #ABU-alertbox > .reply {border-color: #dbdad6 !important; margin: 2px !important;}
  65.  
  66. .spoiler, .spoiler a {background: #dbdad6; color: #dbdad6; transition: .1s;}
  67.  
  68. .reply-label-wrapper {color: #0000;}
  69. .reply-label {color: #a18974; font-weight: bold; transition: color .1s;}
  70. .reply-label:hover {color: #b5a393;}
  71.  
  72. .cntnt__left {background: #f5f4f2; position: fixed; top: 0; left: -330px; width: 335px; z-index: 999; transition: .3s;}
  73. .cntnt__left:hover {left: 0;}
  74. .fm {font-size: 0.95em; margin: 5px;}
  75. .fm__header {background: none; font-size: 1.3em; transition: color .1s;}
  76. .fm__header:hover {background: none; color: #b5a393;}
  77. .fm__sub a {display: block;}
  78.  
  79. input[type="checkbox"].turnmeoff {display: none;}
  80.  
  81. .mess-post {color: #8f8c88;}
  82.  
  83. #posts-form > .reply {border-color: #dbdad6 !important;}
  84.  
  85. .post-wrapper {margin: 8px 0;}
  86. .post {padding: 2px 6px 4px;}
  87. .post .images-single + blockquote {margin: 0 20px 15px;}
  88. .post .post-message {font-size: 1.1em; margin: 0.4em 20px 1em;}
  89. .post .post-details {color: #8f8c88;}
  90. .reflink a {color: #75726e;}
  91. .reflink a:hover {color: #b5a393;}
  92. .reply {background: #f5f4f2; border-color: #dbdad6; border-radius: 4px;}
  93. .reply.hiclass {background: #e9e8e5;}
  94. .reply-posts-marker .post {border: 1px dashed #877b7b;}
  95. .watched-posts-marker .post {border: 1px solid #877b7b;}
  96. .new-posts-marker .post {border-bottom-color: #877b7b;}
  97. .reply .post-details {color: #8f8c88; font-size: 0.9em; opacity: 0;  transition: .2s;}
  98. .reply:hover .post-details {opacity: 1;}
  99.  
  100. .postbtn-exp {background: url(http://immage.biz/images/2018/09/28/SkBn.png) no-repeat;}
  101. .postbtn-expall {background: url(http://immage.biz/images/2018/09/28/SkBs.png) no-repeat;}
  102. .postbtn-hide {background: url(http://immage.biz/images/2018/09/28/SkBa.png) no-repeat;}
  103. .postbtn-report {background: url(http://immage.biz/images/2018/09/28/SkBf.png) no-repeat;}
  104. .postbtn-options {background: url(http://immage.biz/images/2018/09/28/SkBe.png) no-repeat;}
  105.  
  106. .modal {background: #f8f7f5; border-color: #dbdad6;}
  107. .modal a {font-family: 'Lora', serif;}
  108. .modal a:hover {background: #dbdad6; color: #42413f;}
  109.  
  110. .post .file-attr {padding: 1px;}
  111. .post .file-attr .filesize, .like-caption, .dislike-caption {display: none;}
  112. .like-div .like-icon, .dislike-div .dislike-icon, .like-count, .dislike-count {color: #8f8c88;}
  113.  
  114. .post .webm-file {border: none; border-bottom: 2px dashed #c2c0be;}
  115. figure {position: relative;}
  116. figure:hover > .file-attr {opacity: 1;}
  117.  
  118. .ABU-refmap {font-size: 80%;}
  119.  
  120. .thread-nav {color: #0000; font-size: 0.95em;}
  121. .thread-nav span {color: #42413f;}
  122. .thread-nav div[style="float:right"] {color: #dbdad6;}
  123. .autorefresh-checkbox {margin: 0 2px 2px 2px !important;}
  124. #postbtn-favorite-bottom {font-size: 0;}
  125. #postbtn-favorite-bottom:before {content: "\f006"; font: normal normal normal 14px/1 FontAwesome; margin: 0 2px;}
  126.  
  127. #postform td.label {font-size: 0; visibility: hidden;}
  128. .markup {padding: 2px;}
  129. .rules-area, .kupi-passcode-suka {display: none;}
  130. .form-files-box .form-files-limits {color: #c2c0be; margin: 2px 0;}
  131. .form-files-box .form-files-drag-area {border-color: #c2c0be; color: #c2c0be;}
  132. .form-files-box .input-thumbnail-box {border-color: #c2c0be;}
  133. .form-files-box .input-thumbnail-meta {background: #e9e8e5;}
  134. .form-files-box .input-thumbnail-size {margin-left: 4px;}
  135. .literally .lc-picker, .literally .horz-toolbar {background: #e9e8e5;}
  136.  
  137. input[type="text"], input[type="password"], textarea {background: none; border: none; border-bottom: 2px solid #c2c0be; font-size: 1.1em; transition: border .1s;}
  138. input[type="text"]:focus, input[type="password"]:focus, textarea:focus {border-color: #a8a6a3;}
  139. input[type="button"], input[type="submit"] {background: none; border: none; color: #a18974; font-size: 1.1em; font-weight: bold; transition: .2s;}
  140. input[type="button"]:hover, input[type="submit"]:hover {color: #b5a393;}
  141. button[disabled], html input[disabled] {color: #c2c0be !important;}
  142. .mselect, select {background: #e9e8e5; border: none; border-bottom: 2px solid #c2c0be; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
  143.  
  144. .qr {background: #f5f4f2; border-color: #dbdad6; border-radius: 4px; padding: 4px;}
  145. .qr .qr-header {background: #f5f4f2; border: none;}
  146. .qr .qr-close {color: #0000; font-size: 0;}
  147. .qr .qr-close:before {content: "\f00d"; font: normal normal normal 14px/1 FontAwesome; color: #333;}
  148. .qr-reply .qr-vk-public {display: none;}
  149. .qr-reply .captcha-image img {image-rendering: unset;}
  150. .qr-reply .captcha-box, #postform td .captcha-box {font-family: 'Lora', serif; font-size: 13px; margin-top: 4px;}
  151. #qr-CommentToolbar {margin: 2px 0 0;}
  152. #qr-CommentToolbar span, #CommentToolbar span {display: inline-block; height: 16px;}
  153. .qr-settings thead tr, .qr-settings tbody tr:last-child {background-color: #e9e8e5;}
  154. .qr-footer hr, .bb hr {border-color: #dbdad6;}
  155. .qr-footer, .bb .bb-footer {font-size: 12px; padding: 0 4px;}
  156.  
  157. .markup {padding: 0 2px; opacity: 0;}
  158. .m-bold {background: url(http://immage.biz/images/2018/09/29/Skrm.png) no-repeat 50%;}
  159. .m-italic {background: url(http://immage.biz/images/2018/09/29/Skrr.png) no-repeat 50%;}
  160. .m-quote {background: url(http://immage.biz/images/2018/09/29/Skr7.png) no-repeat 50%;}
  161. .m-underline {background: url(http://immage.biz/images/2018/09/29/Skrg.png) no-repeat 50%;}
  162. .m-overline {background: url(http://immage.biz/images/2018/09/29/SkrC.png) no-repeat 50%;}
  163. .m-spoiler {background: url(http://immage.biz/images/2018/09/29/Skrz.png) no-repeat 50%;}
  164. .m-strike {background: url(http://immage.biz/images/2018/09/29/SkrI.png) no-repeat 50%;}
  165. .m-sup {background: url(http://immage.biz/images/2018/09/29/SkrY.png) no-repeat 50%;}
  166. .m-sub {background: url(http://immage.biz/images/2018/09/29/Skrb.png) no-repeat 50%;}
  167.  
  168. .bb {background: #f5f4f2; border-color: #dbdad6; border-radius: 4px 4px 0 0;}
  169. .bb .boardstats-row {margin: 5px;}
  170. .fa {font: normal normal normal 14px/1 FontAwesome, 'Lora', serif;}
  171. .fa-bar-chart, .fa-eye {float: right; min-width: 65px;}
  172.  
  173. .nb, .adminbar-bottom, .footer .board-info {display: none;}
  174. .footer div[style="float: right; margin: 0 0 0.5em 0;"]{float:left!important}
  175.  
  176. @media only screen and (max-width: 480px) and (orientation:portrait),  only screen and (max-width: 540px) and (orientation:landscape){
  177. html, body {padding: 0; margin: 0;}
  178. body {font-size: 0.85em;}
  179. .adminbar {opacity: 1; position: unset;}
  180. .menu {position: unset;}
  181. .adminbar__boards {background: #f8f7f5; position: unset;}
  182.  
  183. .content, .board-data {width: auto;}
  184. .hboardlist .column {width: 50%;}
  185. .board-list-table .board-title, .board-list-table .board-posts {width: auto;}
  186.  
  187. .button-mob {background: none; border: none; color: #a18974;}
  188.  
  189. .oppost {background: none;}
  190. .oppost-options-mob, .post .post-details {background: none;}
  191. .post-wrapper {padding: 0 5px;}
  192. .post .post-message {margin: 0.6em 1em;}
  193. .post {padding: 0;}
  194. .post .image {vertical-align: top;}
  195. .reply .post-details {background: none; opacity: 1;}
  196. body.replypage .reply .reflink::before {content: counter(postcount); margin-left: 0.3em; margin-right: 0.6em;}
  197. .post .images-single + blockquote {margin: 0 1em 0.6em;}
  198. .post .images .image-link a {float: none;}
  199. .ABU-refmap {padding: 0 4px 2px;}
  200.  
  201. .qr {font-size: 1em;}
  202. .qr-reply input.qmail {width: 180px;}
  203. }
Advertisement
Add Comment
Please, Sign In to add comment