Guest User

2ch Gazette Theme fix9

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