Advertisement
Guest User

2ch Reborn Light Orange

a guest
Oct 23rd, 2018
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 24.40 KB | None | 0 0
  1. :root {
  2.     --background: #ededed;
  3.     --background2: #959595;
  4.     --background3: #bababa;
  5.     --background4: #d4d4d4;
  6.     --background5: #f5f5f5;
  7.     --background6: #ededed;
  8.     --background7: #fff;
  9.     --a-color: #f60;
  10.     --a-hover-color: #cc5200;
  11.     --a-alt-color: #f5873d;
  12.     --a-alt-hover-color: #f2680c;
  13.     --sage: #ff6464;
  14.     --twit-a-color: #3b94d9;
  15.     --twit-action: #697882;
  16.     --twit-action-hover: #1da1f2;
  17.     --twit-action-focus: #e0245e;
  18.     --spoiler: #d4d4d4;
  19.     --text-color: #333;
  20.     --text2-color: #666;
  21.     --text3-color: #999;
  22.     --text4-color: #b8b8b8;
  23.     --text5-color: #fff;
  24.     --text6-color: #8f509d;
  25.     --text7-color: #ff3434;
  26.     --border-color: #b8b8b8;
  27.     --border2-color: #bababa;
  28.     --border3-color: #d4d4d4;
  29.     --border4-color: #ededed;
  30.     --border5-color: #fff;
  31.     --hiclass: rgba(0,136,204,.6);
  32.     --transparency: #0000;
  33.     --post-title: #2b4b6e;
  34.     --ophui: #46a367;
  35.     --unkfunc: #44944b;
  36.     --unkfunc2: #57b35f;
  37.     --btn-3-after: rgba(0,0,0,.05);
  38.     --thread-after: rgba(255,255,255,.02);
  39.     --thread2-after: rgba(255,255,255,.13);
  40.     --thread3-after: rgba(255,255,255,.62);
  41.     --thread4-after: rgba(255,255,255,.94);
  42.     --thread5-after: rgb(255,255,255);
  43. }
  44.  
  45. input[type="checkbox"].turnmeoff {display: none;}
  46.  
  47. ::-webkit-scrollbar {width: 14px; height: 14px;}
  48. ::-webkit-scrollbar-button {width: 0px; height: 0px;}
  49. ::-webkit-scrollbar-thumb {background: var(--background3); border-radius: 4px; border: 2px solid var(--border5-color);}
  50. ::-webkit-scrollbar-thumb:active {background: var(--background2);}
  51. ::-webkit-scrollbar-track {background: var(--background7);}
  52. ::-webkit-scrollbar-corner {background: var(--background7);}
  53.  
  54. html, body {background: var(--background); color: var(--text-color); font-family: 'Trebuchet MS', sans-serif !important; line-height: 1.3;}
  55. body {font-size: 0.9em;}
  56.  
  57. header, .catalog, .cntnt {max-width: 980px; margin: 0 auto; padding: 0 10px;}
  58. @media only screen and (min-width: 1480px) and (orientation:portrait),  only screen and (min-width: 1480px) and (orientation:landscape){
  59. header, .catalog, .cntnt {max-width: 1080px; margin: 0 auto; padding: 0 10px;}
  60. }
  61. @media only screen and (min-width: 1680px) and (orientation:portrait),  only screen and (min-width: 1680px) and (orientation:landscape){
  62. header, .catalog, .cntnt {max-width: 1280px; margin: 0 auto; padding: 0 10px;}
  63. }
  64. @media only screen and (min-width: 1880px) and (orientation:portrait),  only screen and (min-width: 1880px) and (orientation:landscape){
  65. header, .catalog, .cntnt {max-width: 1480px; margin: 0 auto; padding: 0 10px;}
  66. }
  67.  
  68. .pace .pace-progress {background: var(--a-alt-color);}
  69.  
  70. a, .a-link-emulator, a:link, a:visited {color: var(--a-color); text-decoration: none; transition: color .1s;}
  71. a:hover, .a-link-emulator:hover {color: var(--a-hover-color);}
  72. .postscontainer a:hover {text-decoration: none;}
  73. a[href*="youtube.com"] {border-bottom: none;}
  74. a[href$="sage"], a[href$="Sage"], a[href$="SAGE"] {color: var(--sage);}
  75. a[onclick*="updateThread(); return false;"]{font-size: 0;}
  76. a[onclick*="updateThread(); return false;"]:before {content: "\f021"; font: normal normal normal 14px/1 FontAwesome; padding: 4px; margin: -4px;}
  77. .hashlink {color: var(--a-alt-color) !important;}
  78. .hashlink:hover {color: var(--a-alt-hover-color) !important;}
  79.  
  80. .to-button {border: 1px solid var(--border3-color) !important; box-shadow: none !important; color: var(--text-color) !important; height: 48px; padding: 0 0 0 16px;}
  81. .to-button:hover {background: var(--background5) !important;}
  82. .to-button-h {border: 1px solid var(--a-color) !important;}
  83.  
  84. .btn {color: var(--text-color) !important;}
  85. .btn-3 {background: var(--background5);}
  86. .btn-3:hover {background: var(--background5); color: var(--text2-color) !important;}
  87. .btn-3e::after {background: var(--btn-3-after);}
  88.  
  89. font[color="red"], font[color="#ff0000"], .closed-board, .archive-thread {color: var(--text7-color);}
  90. .top-user-boards {color: var(--text6-color);}
  91.  
  92. .hdescription, .hdescription-stats, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {color: var(--text-color); font-family: 'Trebuchet MS', sans-serif;}
  93. .postscontainer {background: var(--background7); border: none; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); border-radius: 3px;}
  94. .hboardlist .column .boardsubj {color: var(--text2-color);}
  95. .mainpage .pager {background: none; box-shadow: none; color: var(--text-color);}
  96. .hnews .news-posts-count {color: var(--text3-color);}
  97. .ui-widget.ui-widget-content {border: none;}
  98. .ui-widget-content {background: var(--background7); border: none;}
  99. .ui-widget-header {background: var(--background); border: none; border-radius: 0;}
  100. .cloudheader {background: var(--background7); border-color: var(--transparency);}
  101. .cloudheader .cloudoption {color: var(--text2-color);}
  102. .cloudheader .cloudoption:hover {color: var(--text-color);}
  103. #tabbed li {background: var(--background7); border-color: var(--transparency);}
  104. #tabbed li.ui-tabs-active a {color: var(--text-color);}
  105. .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {color: var(--text2-color);}
  106. .table .thead .th {border: none;}
  107. .table .tbody .tr:nth-of-type(2n) {background: var(--background);}
  108. .board-speed, .arch-threadnum {color: var(--text2-color);}
  109. .box {background: var(--background7); border: none; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);}
  110.  
  111. .wraper.mainpage {margin: 0 10px;}
  112. .content, .board-data {max-width: 1000px; width: auto;}
  113.  
  114. .settings-wrap {border-radius: 3px; font-family: 'Trebuchet MS', sans-serif;}
  115.  
  116. #postbtn-favorite-bottom {font-size: 0;}
  117. #postbtn-favorite-bottom:before {content: "\f006"; font: normal normal normal 14px/1 FontAwesome; padding: 4px; margin: -4px;}
  118.  
  119. .adminbar__boards_sticky {display: none;}
  120. .adminbar__boards_hovered {transform: none;}
  121. .adminbar__boards {color: var(--text4-color);}
  122. .adminbar a {color: var(--text-color);}
  123. .adminbar a:hover {color: var(--a-color);}
  124. .adminbar .menu {padding: 5px;}
  125. .adminbar__menu {border-bottom: none;}
  126. .adminbar__menu a {margin: 0 2px;}
  127. #edit-boards {font-size: 0;}
  128. #edit-boards:before {content:"+"; font: 14px/1 'Trebuchet MS', sans-serif;}
  129. .adminbar-top a[href$="/m.html"], .adminbar-top a[href$="/contacts.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$="/boardrequest.html"], .adminbar-top a[href$="/makaba/stickers/"], .adminbar-top a[href$="/price.html"] {display: none;}
  130. .adminbar-top .adminbar__menu {float: left;}
  131.  
  132. .centered {padding: 0 8px;}
  133.  
  134. .welcomefriend {color: var(--a-color);}
  135. .logo {color: var(--a-color); font-family: 'Trebuchet MS', sans-serif;}
  136.  
  137. #ABU-alertbox {font-family: 'Trebuchet MS', sans-serif; margin: 6px;}
  138. #ABU-alertbox > .reply {border: none !important; margin: 2px !important;}
  139.  
  140. hr {border-color: var(--transparency);}
  141. .hr, .box-data .data, hr.dotted {border-color: var(--border3-color);}
  142.  
  143. .down-nav-arrow {bottom: 40px;}
  144.  
  145. .rmenu, #plashque, #mobile-plashque, .logo img, .logo br, .moneymoneymoney {display: none;}
  146.  
  147. .cntnt {margin-top: 10px;}
  148. .cntnt__left {background: var(--background); border-color: var(--border3-color); padding-right: 5px; position: fixed; top: 0; left: -330px; width: 335px; z-index: 200; transition: .3s;}
  149. .cntnt__left:hover {left: 0;}
  150.  
  151. .menu {line-height: unset;}
  152. dl.menu dt {background: var(--background7); border: none; border-radius: 13px; padding: 5px 12px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); display: inline-block; margin-bottom: 5px; transition: .1s;}
  153. dl.menu dt:hover {background: var(--background5);}
  154. dl.menu dd {border-left: none; margin-left: 0;}
  155. dl.menu a {display: block; color: var(--text-color); padding: 4px 6px; border-radius: 3px;}
  156. dl.menu a:hover {background: var(--background7); box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);}
  157.  
  158. .fm__header {background-color: var(--background7); border-radius: 13px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); color: var(--text-color); display: inline-block; cursor: pointer; padding: 5px 12px; user-select: none; text-decoration: none; transition: .1s;}
  159. .fm {margin: 5px;}
  160. .fm__header:hover {background: var(--background5); box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);}
  161. .fm__sub {padding-left: 5px;}
  162. .fm__sub a {display: block; color: var(--text-color); padding: 4px 6px; border-radius: 3px;}
  163. .fm__sub a:hover {background: var(--background7); box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);}
  164.  
  165. .thread_wrap {border-color: var(--transparency); border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);}
  166. .thread_wrap:after {background: linear-gradient(to bottom, var(--thread-after) 0%,var(--thread2-after) 30%,var(--thread3-after) 52%,var(--thread4-after) 74%,var(--thread5-after) 100%);}
  167. .thread_wrap, .thread_wrap > .thread {background: var(--background7);}
  168. .thread_wrap.expandble:hover {box-shadow: none;}
  169. .thread_wrap.expandble:hover .thread {border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);}
  170.  
  171. #hideFm {color: var(--text-color);}
  172. #hideFm:hover {color: var(--a-color);}
  173.  
  174. .reply-label-wrapper > .desktop {display: none;}
  175. .reply-label-wrapper {font-size: 1em;}
  176.  
  177. .mobile.reply-label-top, .mobile.reply-label-bot {background-color: var(--background7); border-radius: 16px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); color: var(--text-color); display: inline-block; font-size: 1.1em; cursor: pointer; padding: 6px 14px; user-select: none; text-decoration: none; transition: .1s;}
  178. .mobile.reply-label-top:hover, .mobile.reply-label-bot:hover {background: var(--background5); box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);}
  179.  
  180. .board-tags {margin-top: 10px;}
  181.  
  182. .thread-nav {color: var(--transparency);}
  183. .thread-nav div[style="float:right"] {color: var(--text4-color);}
  184. .thread-nav a {color: var(--text-color);}
  185. .thread-nav a:hover {color: var(--a-color);}
  186. .thread-nav span {color: var(--text-color);}
  187.  
  188. .oppost-wrapper {overflow: unset; margin-bottom: 10px;}
  189. .oppost {background: var(--background7); box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); border-radius: 3px; display: inline-block; max-width: 85em;}
  190.  
  191. .post-wrapper {margin: 10px 0;}
  192. .post {padding: 0 0 4px;}
  193. .post .post-message {margin: 0.7em 25px;}
  194.  
  195. .reply-posts-marker .post {border-color: var(--a-color);}
  196. .watched-posts-marker .post {border-color: var(--a-color);}
  197. .new-posts-marker .post {border-color: var(--a-color);}
  198.  
  199. #posts-form > .reply.post {border-color: var(--border3-color) !important; box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);}
  200. .reply, .post_type_reply {background: var(--background7); border: none; border-radius: 3px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); min-width: 24em; transition: box-shadow .15s;}
  201. .post.hiclass {background: var(--background7); box-shadow: 0 1px 6px 1px var(--hiclass), 0 0 0 1px var(--a-color);}
  202. .reply.hidden-thread-box, .hidden-post-box {border-color: var(--border3-color) !important; box-shadow: none; color: var(--text2-color); padding: 2px 4px;}
  203.  
  204. .mess-post {color: var(--text2-color); display: block; padding: 0 8px; margin-top: 10px;}
  205.  
  206. .post .post-details {color: var(--text3-color);}
  207. .post .post-details, .post_type_reply .post__details {border-bottom: 1px solid var(--border4-color); font-size: .9em; padding: 4px 8px; margin-bottom: 4px;}
  208. .post .post-title {color: var(--post-title);}
  209. .ophui {color: var(--ophui);}
  210. span.adm {color: var(--text6-color) !important;}
  211.  
  212. .reflink a {color: var(--text2-color);}
  213. .reflink a:hover {color: var(--a-color);}
  214.  
  215. .like-div .like-icon, .dislike-div .dislike-icon {color: var(--text3-color);}
  216. .like-div:hover .like-icon, .like-div-checked .like-icon {color: var(--a-color);}
  217. .dislike-div:hover .dislike-icon, .dislike-div-checked .dislike-icon, .dislike-caption {color: var(--text7-color);}
  218. .like-count, .dislike-count {color: var(--text3-color); font-weight: normal;}
  219. .like-caption, .dislike-caption {display: none;}
  220. .fa-thumbs-down::before {content: "\f088";}
  221. .media-meta-youtube-icon {color: var(--text7-color);}
  222. .media-expand-button, .media-hide-button {color: var(--text2-color);}
  223. .media-expand-button:hover, .media-hide-button:hover {color: var(--text-color);}
  224.  
  225. body.replypage .reply .reflink:before {color: var(--text2-color) !important;}
  226. .unkfunc {color: var(--unkfunc);}
  227.  
  228. .spoiler, .spoiler a {background: var(--spoiler); color: var(--spoiler); transition: .1s;}
  229. .spoiler:hover {color: var(--text-color);}
  230. .spoiler:hover a {color: var(--a-color);}
  231.  
  232. .postbtn-favorite.fa-star {color: var(--a-color);}
  233. .postbtn-exp, .postbtn-report {display: none;}
  234. .postbtn-expall {background: none;}
  235. .postbtn-expall:before {color: var(--text3-color); content: "\f00e"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; position: absolute; width: 14px; text-align: center;}
  236. .postbtn-hide {background: none;}
  237. .postbtn-hide:before {color: var(--text3-color); content: "\f00d"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; position: absolute; width: 14px; text-align: center;}
  238. .postbtn-options {background: none;}
  239. .postbtn-options:before {color: var(--text3-color); content: "\f0da"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; position: absolute; width: 14px; text-align: center;}
  240. .sticky-img {filter: grayscale(1);}
  241.  
  242. #media-thumbnail {background: none; border: none; padding: 0;}
  243. #media-thumbnail img {border-radius: 3px; box-shadow: 0 1px 6px 0 rgba(0,0,0,.2);}
  244. .img.preview, .thumb {border-radius: 3px;}
  245. .thumb {box-shadow: none; max-width: 230px; height: auto;}
  246. .post .images .image-link a {min-width: 90px;}
  247. .post .webm-file {border: none; border-bottom: 2px dashed var(--text3-color);}
  248. .post .file-attr {font-size: .8em; padding: 2px 0; color: var(--text2-color);}
  249. .post .file-attr .filesize {height: 14px;}
  250. .post .file-attr a {background: rgba(0,0,0,.4); border-radius: 3px; color: var(--text5-color); display: block; max-width: 100px; overflow: hidden; opacity: 0;text-overflow: ellipsis; padding: 0 3px; position: absolute; top: 18px; text-decoration: none; transition: .1s; white-space: nowrap;}
  251. .post .file-attr a:hover {text-decoration: underline;}
  252.  
  253. figure {position: relative;}
  254. figure:hover > .file-attr a {opacity: 1;}
  255.  
  256. .modal {background: var(--background7); border-radius: 3px; border-color: var(--border3-color); box-shadow: 0 1px 6px 0 rgba(0,0,0,.2); padding: 4px 0;}
  257. .mod-ban, .mod-report {padding: 4px;}
  258. .modal a {font-family: 'Trebuchet MS', sans-serif; color: var(--text-color); padding: 4px 10px;}
  259. .modal a:hover {background: var(--background5); color: var(--text-color);}
  260. #modReportFormComment {margin-right: 4px;}
  261.  
  262. .ABU-refmap {color: var(--text2-color); font-size: 75%; font-style: italic; padding: 0 8px;}
  263. .ABU-refmap a {color: var(--a-alt-color);}
  264. .ABU-refmap a:hover {color: var(--a-alt-hover-color);}
  265.  
  266. #fullscreen-container {background: var(--background4) !important; border-radius: 3px; box-shadow: 0 6px 16px rgba(0,0,0,.24); padding: 0; margin: 4px;}
  267. #fullscreen-container img, #fullscreen-container video {border-radius: 3px;}
  268.  
  269. .warningcover {background: none repeat scroll 0% 0% var(--background);}
  270. .warningbox {background: var(--background7); border: none; border-radius: 3px; box-shadow: 0 6px 16px rgba(0,0,0,.24); top: 50%;}
  271.  
  272. .qr {background: var(--background7); border-radius: 3px; border-color: var(--border3-color); box-shadow: 0 6px 16px rgba(0,0,0,.14); padding: 4px;}
  273. .qr .qr-header {background: none; border: none; font-weight: bold; padding: 3px;}
  274. .qr .qr-close {color: var(--transparency); font-size: 0;}
  275. .qr .qr-close:before {content: "\f00d"; font: normal normal normal 14px/1 FontAwesome; color: var(--text-color);}
  276. .qr-reply input.qmail {width: 357px; margin-right: 3px;}
  277. .qr-reply .qcomment {margin-top: 3px;}
  278. #qr-CommentToolbar {margin: 2px 0 0;}
  279. #qr-CommentToolbar span, #CommentToolbar span {display: inline-block; height: 18px;}
  280. .qr-reply .qr-vk-public, .rules-area, .kupi-passcode-suka {display: none;}
  281. .qr-sticker .sticker img {border: 1px solid var(--transparency);}
  282. .qr-sticker .sticker img:hover {background: var(--background5); border-color: var(--border3-color);}
  283. .qr-settings #setting-editor-textarea-textarea {font-family: Consolas, monospace;}
  284. .qr-settings thead tr, .qr-settings tbody tr:last-child {background-color: var(--background6);}
  285. .qr-settings .hiderules-table td {border-color: var(--background);}
  286. .qr-footer, .bb .bb-footer {font-size: 12px; padding: 0 5px;}
  287. .qr-footer hr, .bb hr {border-color: var(--border3-color); margin: 8px 0px 4px;}
  288. .qr-reply .captcha-box {margin-top: 4px;}
  289. .qr-reply .captcha-image img {margin-bottom: 0; image-rendering: unset;}
  290. .qr-reply .captcha-box, #postform td .captcha-box {font-family: 'Trebuchet MS', sans-serif; font-size: 13px;}
  291. .captcha-image img {border-radius: 3px; margin-bottom: 4px;}
  292.  
  293. #postform td.label {font-size: 0; visibility: hidden;}
  294. #postform .box {background: none; box-shadow: none;}
  295.  
  296. textarea {min-height: 60px; max-height: 600px;}
  297.  
  298. button[disabled], html input[disabled] {background: var(--background7) !important; color: var(--text3-color);}
  299. input[type="text"], input[type="password"], textarea {background: var(--background7); border-radius: 3px; border-color: var(--border3-color); color: var(--text-color); padding: 3px 6px; transition: border .1s;}
  300. input[type="text"]:focus, input[type="password"]:focus, textarea:focus {border-color: var(--border2-color);}
  301. input[type="text"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {color: var(--text2-color);}
  302. input[type="button"], input[type="submit"], .arch-searchform input[type="submit"] {background: var(--background7); border-color: var(--border3-color); border-radius: 3px; color: var(--text-color); padding: 3px 6px; transition: .1s;}
  303. input[type="button"]:hover, input[type="submit"]:hover {background: var(--background5);}
  304.  
  305. select {background: var(--background7); border: 1px solid var(--border3-color); border-radius: 3px; color: var(--text-color); padding: 2px 4px;}
  306. .mselect {background: var(--background7); border-color: var(--border3-color); padding: 0 4px;}
  307. .mselect, select {-webkit-appearance: none; -moz-appearance: none; appearance: none; border-right-width: 8px;}
  308. .settings-setting-multibox.mselect {margin-left: 4px;}
  309.  
  310. .markup {padding: 1px 3px; opacity: 0;}
  311. .m-bold:hover, .m-italic:hover, .m-underline:hover, .m-overline:hover, .m-strike:hover, .m-sup:hover, .m-sub:hover {color: var(--a-color);}
  312. .m-bold:before {content: "\f032"; font: normal normal normal 14px/18px FontAwesome; position: absolute; height: 18px; width: 22px; text-align: center;}
  313. .m-italic:before {content: "\f033"; font: normal normal normal 14px/18px FontAwesome; position: absolute; height: 18px; width: 22px; text-align: center;}
  314. .m-quote {color: var(--unkfunc);}
  315. .m-quote:hover {color: var(--unkfunc2);}
  316. .m-quote:before {content: "\f054"; font: normal normal normal 14px/18px FontAwesome; position: absolute; height: 18px; width: 22px; text-align: center;}
  317. .m-underline:before {content: "\f0cd"; font: normal normal normal 14px/18px FontAwesome; position: absolute; height: 18px; width: 22px; text-align: center;}
  318. .m-overline:before {content: "O"; font: bold 14px/1.4 serif; position: absolute; height: 18px; width: 22px; text-decoration: overline; text-align: center;}
  319. .m-spoiler {color: var(--spoiler); width: 22px;}
  320. .m-spoiler:hover {color: var(--text4-color);}
  321. .m-spoiler img {width: 22px; height: 18px;}
  322. .m-spoiler:before {content: "\f0c8"; font: normal normal normal 14px/18px FontAwesome; position: absolute; height: 18px; width: 22px; text-align: center;}
  323. .m-strike:before {content: "\f0cc"; font: normal normal normal 14px/18px FontAwesome; position: absolute; height: 18px; width: 22px; text-align: center;}
  324. .m-sup:before {content: "\f12b"; font: normal normal normal 14px/18px FontAwesome; position: absolute; height: 18px; width: 22px; text-align: center;}
  325. .m-sub:before {content: "\f12c"; font: normal normal normal 14px/18px FontAwesome; position: absolute; height: 18px; width: 22px; text-align: center;}
  326.  
  327. .message-sticker-btn {left: 6px !important; bottom: 6px !important;}
  328. .message-byte-len {bottom: 6px !important;}
  329.  
  330. .form-files-box .form-files-limits {color: var(--text3-color); margin-bottom: 2px;}
  331. .form-files-box .form-files-drag-area {border-color: var(--border-color); border-radius: 3px; color: var(--text4-color);}
  332. .form-files-box .input-thumbnail-box {border: none; border-radius: 3px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); color: var(--text2-color); overflow: hidden;}
  333. .form-files-box .input-thumbnail-box, .form-files-box .input-thumbnail-meta {background: var(--background7);}
  334. .form-files-box .input-thumbnail-size {margin-left: 4px;}
  335. .form-files-box .input-thumbnail-delete {color: var(--text-color);}
  336.  
  337. .literally .lc-picker, .literally .horz-toolbar {background-color: var(--background7);}
  338. .literally .lc-picker, .literally.toolbar-at-top .lc-options {border-color: var(--border3-color);}
  339.  
  340. .qr-oekaki-footer {border-top: 1px solid var(--border3-color); padding-top: 4px;}
  341.  
  342. .settings-wrap {background-color: var(--background7);}
  343. .settings-wrap .title {color: var(--text-color);}
  344. .settings-wrap .title, .rowelems {border-bottom: none;}
  345. .rowelems input[type="text"] {border-color: var(--border3-color); color: var(--text-color);}
  346. .rowelems input[type="text"]:focus {border-color: var(--border2-color);}
  347.  
  348. .bb {background: var(--background7); border-color: var(--border3-color); border-radius: 3px 3px 0 0; box-shadow: 0 0 6px 0 rgba(0,0,0,.1); right: 20px;}
  349. .bb .bb-header-text-new {color: var(--a-color);}
  350. .bb.favorites {right: 175px; z-index: 1009;}
  351. .bb.boardstats {z-index: 1010;}
  352. .bb .boardstats-row {margin: 5px;}
  353.  
  354. .fa {font: normal normal normal 14px/1 FontAwesome, 'Trebuchet MS', sans-serif;}
  355. .fa-bar-chart, .fa-eye {float: right; min-width: 65px;}
  356.  
  357. .nb, .footer .board-info, .adminbar-bottom {display: none;}
  358. .footer div[style="float: right; margin: 0 0 0.5em 0;"]{float:left!important}
  359.  
  360. .pager {background: var(--background7); border: none; border-radius: 3px; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2); color: var(--text3-color);}
  361. .pager strong {color: var(--text-color);}
  362.  
  363. @media only screen and (max-width: 480px) and (orientation:portrait),  only screen and (max-width: 540px) and (orientation:landscape){
  364. .adminbar__boards, .menu {background: none; border-bottom: none; position: static;}
  365.  
  366. .content, .board-data {width: auto;}
  367. .hboardlist .column {width: 50%;}
  368. .board-list-table .board-title, .board-list-table .board-posts {width: auto;}
  369.  
  370. .button-mob {background: none; border: none; color: var(--text-color) !important; font-weight: normal;}
  371. .mobile.reply-label-top, .mobile.reply-label-bot {border: none;}
  372.  
  373. .oppost {width: 100%;}
  374. .oppost-options-mob {background: none;}
  375. .oppost-options-mob .mess-post-mob {margin-left: 1em;}
  376. .oppost-options-mob .hide-view {margin-right: 1em;}
  377. .oppost-options-mob .hide-view a {color: var(--a-color) !important;}
  378. .post .post-details {background: none;}
  379. .ananimas span, .ananimas a {font-size: 12px;}
  380. .like-div, .dislike-div {margin-left: 0; margin-right: 10px;}
  381.  
  382. .post-wrapper {padding: 0;}
  383. .post .post-message {margin: 1em;}
  384. .post .post-title {float: left;}
  385. .post .images-single + blockquote {margin: 0 1em 0.6em;}
  386. .post .images .image-link a {float: none;}
  387. .post .image {vertical-align: top;}
  388.  
  389. #postform table {width: 100%;}
  390. .postform, .qr {font-size: 1em;}
  391. .qr-reply input.qmail {width: 207px;}
  392. .qr-reply .qcomment {width: 100%;}
  393. .qr-reply .captcha-image img {width: 200px;}
  394. }
  395. /* Для твитов. Работает лишь в Firefox */
  396. .SandboxRoot body {background: var(--transparency);}
  397. .EmbeddedTweet {background: var(--background7); border-color: var(--border3-color);}
  398. .EmbeddedTweet--mediaForward .EmbeddedTweet-tweet {border-color: var(--border3-color);}
  399. .EmbeddedTweet:hover, .EmbeddedTweet--mediaForward:hover .EmbeddedTweet-tweet {border-color: var(--border2-color);}
  400. .EmbeddedTweet a {transition: 0s;}
  401. .EmbeddedTweet a:hover {color: var(--twit-a-color);}
  402. .Identity-screenName, .Tweet-inReplyTo, .Tweet-alert, .Tweet-metadata {color: var(--twit-action);}
  403. .Tweet--compact {box-shadow: none;}
  404. .Tweet--compact .Tweet-ancestorContainer::after {border-color: var(--border2-color);}
  405. .TweetAction, .TweetAction:visited {color: var(--twit-action) !important;}
  406. .TweetAction--profile:active, .TweetAction--profile:focus, .TweetAction--profile:hover, .TweetAction--replyEdge:active, .TweetAction--replyEdge:focus, .TweetAction--replyEdge:hover {color: var(--twit-action-hover) !important;}
  407. .TweetAction--heartEdge:active, .TweetAction--heartEdge:focus, .TweetAction--heartEdge:hover {color: var(--twit-action-focus) !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement