Advertisement
Guest User

2ch Reborn Light Orange

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