Guest User

Untitled

a guest
Mar 5th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.59 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("4chan.org") {
  4.  
  5. /*---------------------taken from moko's--------------------*/
  6.  
  7. /*Notes:
  8. * IMPORTANT: navigation controls are not unified
  9. * allow firefox to let websites pick their own fonts
  10. * for proper css font overriding
  11. * changing fonts will break navigation controls
  12. * adjust as necessary
  13. */
  14.  
  15. /*set colors, i.e.var(post-bg)*/
  16. :root{
  17. --head-bg: rgba(16,19,39,0.8) !important;
  18. --post-bg: rgba(27,27,27,1) !important;
  19. --alt-bg: rgba(63,68,73,1) !important;
  20. --shadow-text: rgba(9,8,39,1) !important;
  21. --highlight-text: rgba(253,213,77,1) !important; /*yellow*/
  22. --pink-text: rgba(243,86,110,1) !important; /*salmon pink*/
  23. --one-text: rgba(139,123,112,1) !important;
  24. --two-text: rgba(219,75,96,1) !important;/*another shade of pink*/
  25. --three-text: rgba(62,132,80,1) !important;
  26. --potato-text: rgba(248,187,87,0.7) !important;
  27. --shadow-box: rgba(63,68,73,0.75) !important;
  28. --thread-bg: rgba(164,171,219,0.2) !important;
  29. }
  30.  
  31. /*using these colors*/
  32.  
  33. /*--------------------block bg colors---------------------*/
  34.  
  35. /* settings and stats and file info block bg */
  36. .settings-link, span.menu-button, #thread-stats, .container, .fileText{
  37. color: var(--one-text) !important;
  38. }
  39.  
  40. /* qr and date block bg */
  41. .qr-shortcut, span.dateTime, .yotsuba.fixed:root #custom-board-list .current, .yotsuba-b.fixed:root #custom-board-list .current, .yotsuba-b:root #header-bar:hover, .yotsuba-b:root #board-list a:hover{
  42. color: var(--potato-text) !important;
  43. }
  44.  
  45. /* quote bg */
  46. div.post div.postInfo span.postNum, div.post div.postInfo span.postNum a{
  47. color: var(--three-text) !important;
  48. }
  49.  
  50. /* watcher and name block bg, quote text */
  51. #watcher-link, .warning, div.post div.postInfo span.nameBlock span.name, div.post div.postInfo span.nameBlock span.postertrip, .nameBlock, .yotsuba_b_new .backlink, /*.quotelink,*/ .yotsuba_b_new .backlink a{
  52. color: var(--two-text) !important;
  53. }
  54.  
  55. /* EAI and subject block bg */
  56. .expand-all-shortcut, .subject, div.post div.postInfo span.subject, #custom-board-list, .yotsuba-b:root #board-list a, .yotsuba:root #board-list a{
  57. color: var(--two-text) !important;
  58. }
  59.  
  60. /*------------------------text colors----------------------*/
  61.  
  62. /* main text */
  63. body, #qr, #thread-watcher, #thread-watcher .refresh, .menu-button .fa, #watched-threads .watcher-title, #watched-threads .watcher-unread, #thread-watcher a, .entry, #qr textarea.field, .right-box, .field, .globalMessage, div#boardNavDesktop, table.postForm > tbody > tr > td:first-child, input[type="text"], input[type="password"], table.postForm > tbody textarea, #recaptcha_response_field, div#boardNavDesktopFoot, .gal-count{
  64. color: var(--one-text) !important;
  65. }
  66.  
  67. /* links & quoted */
  68. /*a, a:hover,*/ div.post div.postInfo span.postNum a:hover, a.deadlink, a.close, .tab-filter, a.tab-main.tab-selected, #qr-no-file, .yotsuba-b:root .entry, /*#boards a,*/ .boxbar, .deadlink, .gal-name/*,#qr select, select*/{
  69. color: var(--three-text) !important;
  70. }
  71.  
  72. /*located below thread op in normal view*/
  73. /*also color of non-hovered reply links*/
  74. a.replylink:not(:hover){
  75. color: var(--two-text) !important;
  76. transition: 0.25s !important;
  77. }
  78.  
  79. a.quotelink:not(:hover){
  80. color: var(--pink-text) !important;
  81. transition: 0.25s !important;
  82. }
  83.  
  84. /*announcement*/
  85. #globalMessage{
  86. margin-top: 5px !important;
  87. color: var(--pink-text) !important;
  88. background: var(--head-bg) !important;
  89. width: 500px !important;
  90. margin-left: 30px !important;
  91. margin-right: 30px !important;
  92. opacity: 0.1 !important;
  93. transition: 0.25s ease-out !important;
  94. border-top-left-radius: 5px !important;
  95. border-top-right-radius: 5px !important;
  96. }
  97.  
  98. #globalMessage:hover{
  99. opacity: 0.75 !important;
  100. transition: 0.25s ease-in !important;
  101. }
  102.  
  103. /*NAVIGATION COLORS*/
  104. a,
  105. a:hover,
  106. #qr select,
  107. select,
  108. span#totop.btn-wrap > span.button,
  109. #filters-ctrl,
  110. #settings{
  111. color: /*#7ba4ba*/ var(--potato-text) !important;
  112. transition: 0.25s !important;
  113. }
  114.  
  115. #boards a,
  116. span.boardList a,
  117. span.customboardList{
  118. color: var(--pink-text) !important;
  119. }
  120.  
  121. span.boardList a:hover,
  122. span.customboardList:hover{
  123. color: var(--three-text) !important;
  124. }
  125.  
  126. /*set colors for some buttons in thread view*/
  127. div.navLinks.desktop > label:hover,
  128. input:hover,
  129. div.navLinks > span:hover,
  130. div.navLinks.desktop > span:hover{
  131. color: var(--pink-text) !important;
  132. }
  133.  
  134. /*start a new thread, post reply*/
  135. div#togglePostFormLink.desktop,
  136. div#togglePostFormLink.desktop > a{
  137. font-size: 12px !important;
  138. font-weight: unset !important;
  139. text-decoration: unset !important;
  140. color: var(--potato-text) !important;
  141. }
  142.  
  143. /*text color in search bars*/
  144. #qf-ctrl{
  145. color: var(--pink-text) !important;
  146. }
  147.  
  148. /*green text*/
  149. blockquote > span.quote{
  150. color: var(--three-text) !important;
  151. }
  152.  
  153. /*catalog stats and post titles*/
  154. div#meta,
  155. .meta,
  156. div.teaser b{
  157. font-weight: unset !important;
  158. text-decoration: none !important;
  159. }
  160.  
  161. div.teaser b{
  162. color: var(--potato-text) !important;
  163. }
  164.  
  165. .meta,
  166. .meta b{
  167. color: var(--pink-text) !important;
  168. text-shadow: none !important;
  169. text-transform: none !important;
  170. text-decoration-style: unset !important;
  171. font-size: 12px !important;
  172. opacity: 0.85 !important;
  173. font-family: Verdana !important;
  174. font-style: normal !important;
  175. font-weight: unset !important;
  176. }
  177.  
  178. /*quick reply box container*/
  179. #quickReply > form > div#qrForm > div > textarea{
  180. background-color: var(--post-bg) !important;
  181. color: var(--one-text) !important;
  182. }
  183.  
  184. /*title obviously*/
  185. div.boardBanner > div.boardTitle{
  186. font-family: /*Tahoma,sans-serif*/ Verdana !important;
  187. font-size: 36px;
  188. font-weight: normal !important;
  189. letter-spacing: 4px !important;
  190. margin-top: 0px !important;
  191. margin-bottom: 4px !important;
  192. border: none;
  193. /*text-shadow: 3px 3px 1px #000000 !important;*/
  194. }
  195.  
  196. .div.boardTitle, .yotsuba-b:root div.boardTitle,
  197. div.boardTitle{
  198. display: inherit !important;
  199. color: var(--two-text) !important;
  200. padding: 5px !important;
  201. background: transparent !important;
  202. }
  203.  
  204. /*boardlist*/
  205. span.boardList,
  206. span.customboardList{
  207. color: var(--alt-bg) !important;
  208. }
  209.  
  210. /*main controls*/
  211. div.navLinks.desktop,
  212. div#ctrl-top.desktop,
  213. span.navLinks.navLinksBottom.mobilebtn{
  214. color: var(--potato-text) !important;
  215. }
  216.  
  217. .navLinks a:hover,
  218. div#ctrl-top.desktop a:hover,
  219. div.navLinks:nth-child(19) > label:nth-child(6):hover,
  220. span#totop.btn-wrap > span.button:hover{
  221. color: var(--pink-text) !important;
  222. }
  223.  
  224. /*pull out stats*/
  225. .thread-stats:hover,
  226. div.navLinks:nth-child(19) > span:nth-child(7):hover{
  227. color: var(--pink-text) !important;
  228. }
  229.  
  230. /*search in normal*/
  231. #search-box{
  232. color: var(--pink-text) !important;
  233. }
  234.  
  235. /*brackets normal view*/
  236. div.pagelist.desktop,
  237. .pagelist{
  238. color: var(--alt-bg) !important;
  239. }
  240.  
  241. div.prev a:hover{
  242. color: var(--three-text) !important;
  243. }
  244.  
  245. div.pagelist div.pages a:hover,
  246. div.pagelist.desktop:hover{
  247. color: var(--pink-text) !important;
  248. transition: 0.25s ease-in !important;
  249. }
  250.  
  251. /*bracket color in catalog search*/
  252. span.btn-wrap:nth-child(5){
  253. color: rgba(255,255,255,0) !important;
  254. }
  255.  
  256. /*-------------actual bg colors----------------------*/
  257.  
  258. /* reply bg */
  259. div.reply, .catalog-mode:root .board, .inline .post{
  260. background: var(--post-bg) !important;
  261. }
  262.  
  263. /* header bg and main site bg */
  264. #header-bar, .yotsuba-b:root:not(.fixed) #header-bar, .boxcontent, .top-box, .left-box, .right-box, #recent-images a {
  265. background: var(--post-bg) !important;
  266. }
  267.  
  268. /* menus, watcher, linked posts and qr bg */
  269. #thread-watcher, #fourchanx-settings.dialog,
  270. fieldset legend, .yotsuba-b:root .suboption-list > div:last-of-type, .dialog:not(#qr):not(#thread-watcher):not(#header-bar), #fourchanx-settings code, kbd, /*.reply:target, .reply.highlight,*/.yotsuba-b:root .inline{
  271. background: var(--alt-bg) !important;
  272. }
  273.  
  274. /* quoted bg */
  275. .yotsuba:root .inline, .boxbar, #qr select, select{
  276. background: var(--alt-bg) !important;
  277. }
  278.  
  279. /* notifications */
  280. .message{
  281. background-color: var(--post-bg) !important;
  282. color: var(--one-text) !important;
  283. text-shadow: none !important;
  284. }
  285.  
  286. /*highlights reply quotes in thread*/
  287. .reply:target, .reply.highlight{
  288. color: var(--three-text) !important;
  289. background: var(--alt-bg) !important;
  290. opacity: 1 !important;
  291. transition: 0.25s !important;
  292. border: none !important;
  293. border-style: none !important;
  294. }
  295.  
  296. /*quotes to (you) border color, it's useless disable it*/
  297. .highlight-you:root .quotesYou.opContainer,
  298. .highlight-you:root .quotesYou > .reply{
  299. border-top: 0px dotted var(--two-text) !important;
  300. border: none !important;
  301. border-style: none !important;
  302. transition: 0.25s !important;
  303. }
  304.  
  305. /*-----------------sets majority of fonts------------------------*/
  306.  
  307. /*any font size changes higher than 12
  308. *requires adjusting the size and position
  309. *of the as yet un-unified navigation controls*/
  310. /* fonts */
  311. body, .dd-menu li, .post.reply, .opContainer, #board-list, #custom-board-list, #menu.dialog, .entry, .yotsuba-b:root .suboption-list > div:last-of-type, option, #qr textarea.field, .field, #index-search.field, #updater.dialog, #thread-stats.dialog, #thread-stats, .boardSubtitle, #thread-watcher, div.post div.postInfo span.nameBlock span.postertrip, div.post div.postInfo span.nameBlock span.name, div.post div.postInfo span.subject, #qr:not(.captcha-open) .captcha-counter > a, #file-n-submit > input, #watcher-link, .settings-link, .expand-all-shortcut, .qr-shortcut, div#boardNavDesktop, .yotsuba_b_new .backlink, .quotelink, div#boardNavDesktop a, table.postForm > tbody > tr > td:first-child, input[type="text"], input[type="password"], table.postForm > tbody textarea, #recaptcha_response_field, div#boardNavDesktopFoot a, #qr select{
  312. font-family: "Verdana" !important;
  313. font-weight: normal !important;
  314. font-size: 12px !important;
  315. text-decoration: unset !important;
  316. font-style: normal !important;
  317. }
  318.  
  319. /*buttons*/
  320.  
  321. .settings-link.fa-wrench:before, .qr-shortcut:before, #watcher-link:before{
  322. font-family: 'Verdana' !important;
  323. font-weight: unset !important;
  324. font-size: 12px !important;
  325. }
  326.  
  327. /*forgot what this linked to because >nth-child*/
  328. #ft > ul:nth-child(1),
  329. #site-stats > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1),
  330. #popular-threads > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1),
  331. #boards > div:nth-child(1) > div:nth-child(1) > h2:nth-child(1){
  332. font-family: 'Verdana' !important;
  333. font-weight: unset !important;
  334. font-size: 12px !important;
  335. text-decoration: unset !important;
  336. }
  337.  
  338. span.postNum a:hover{
  339. font-family: 'Verdana' !important;
  340. }
  341.  
  342. /*-----------------------------------------------*/
  343.  
  344.  
  345.  
  346. /*what the fuck a mobile setting*/
  347. /*mobile version needs work*/
  348.  
  349. .postInfoM.mobile,
  350. .backlink.mobile,
  351. #boardNavMobile{
  352. background: var(--post-bg) !important;
  353. }
  354.  
  355. span.mobileib.button,
  356. a.mobile{
  357. background: var(--post-bg) !important;
  358. }
  359.  
  360.  
  361.  
  362. /*-----------------presentation--------------------------*/
  363.  
  364. /*front page*/
  365. div#popular-threads.box-outer.top-box,
  366. div#boards.box-outer.top-box,
  367. div#site-stats.box-outer.top-box{
  368. box-shadow: 3px 3px 0px var(--shadow-box) !important;
  369. }
  370.  
  371. /*background behind the post replies*/
  372. body, html{
  373. padding-top: /*30*/5px !important; /*das ist meine*/
  374. padding-bottom: /*10*/15px !important;
  375. /*background: var(--head-bg) !important;*/
  376. background-repeat: repeat !important;
  377. background-image: url("https://a.pomf.cat/yjbpvh.jpg") !important;
  378. background-attachment: fixed !important;
  379. background-position: center center !important;
  380. margin: auto !important;
  381. }
  382.  
  383. #quote-preview /*affects OP link hover and hover post bodies*/{
  384. display: inline-block !important;
  385. z-index: 1050 !important; /*if turned off, visibly goes under navigation*/
  386. background: var(--post-bg) !important;
  387. border: none !important;
  388. color: var(--potato-text) !important;
  389. box-shadow: 2px 2px 0px var(--shadow-box) !important;
  390. font-weight: unset !important;
  391. word-wrap:break-word !important;
  392. transition: 0.25s cubic-bezier !important;
  393. }
  394.  
  395. div.postContainer.opContainer/*opening post itself*/{
  396. display:inline-block !important;
  397. background: var(--post-bg) !important;
  398. box-shadow: 3px 3px 0px var(--shadow-box) !important;
  399. word-wrap: break-word !important;
  400. width: 79.4% !important;
  401. padding-right: 4px !important;
  402. padding-top: 6px !important;
  403. margin-top: 15px !important;
  404. padding-bottom: 10px !important;
  405. margin-bottom: 5px !important;
  406. transition: 0.25s !important;
  407. }
  408.  
  409. /*why did moot have this hooked to actual thread apperance*/
  410. .thread{
  411. /*display: block !important;
  412. max-block-size: 250px !important;*/
  413. padding-left: 20px !important;
  414. padding-right: 20px !important;
  415. padding-bottom: 10px !important;
  416. padding-top: 10px !important;
  417. max-height: 100% !important;
  418. background-color: var(--thread-bg) !important;
  419. border-bottom-left-radius: 10px !important;
  420. border-bottom-right-radius: 10px !important;
  421. margin-bottom: 10px !important;
  422. }
  423.  
  424. /*affects the small catalog viewing of threads*/
  425. div#threads.extended-small{
  426. margin: 0px 45px 0px !important;
  427. /*display: -moz-box !important;
  428. margin-top: 150px !important;*/
  429. /*uncomment above for vertical browsing of catalog
  430. *un-aligned broken image and teaser alignment*/
  431. }
  432.  
  433. /*replies in a thread*/
  434. div.thread div.reply{
  435. display: inline-block !important;
  436. margin-top: 1px !important;
  437. margin-bottom: 1px !important;
  438. padding-bottom: 10px !important;
  439. width: 79.4% !important;
  440. word-wrap: break-word !important;
  441. border-right-width: 0px !important;
  442. border-bottom-color: rgba(0,0,0,0) !important;
  443. box-shadow: 3px 3px 0px var(--shadow-box) !important;
  444. }
  445.  
  446. /*[code]install gentoo[/code]*/
  447. .prettyprint{
  448. border: medium none !important;
  449. padding: 5px !important;
  450. display: block !important;
  451. max-height: 400px !important;
  452. overflow-x: auto !important;
  453. max-width: 600px !important;
  454. margin: auto !important;
  455. background: var(--post-bg) !important;
  456. }
  457.  
  458. /*drop down arrow REPORT U menu*/
  459. .dd-menu li{
  460. cursor: pointer;
  461. background: var(--post-bg) !important;
  462. color: var(--two-text) !important; /*text color in menu*/
  463. border-style: none !important;
  464. position: relative;
  465. padding: 4px 4px !important;
  466. box-shadow: 3px 3px 0px 0px var(--shadow-box) !important;
  467. }
  468.  
  469. /*----preview data in catalog when hovering over image-----*/
  470.  
  471. /*set text*/
  472. #post-preview,
  473. .post-author,
  474. .post-subject,
  475. .post-tripcode,
  476. .post-teaser,
  477. .post-page,
  478. .post-page:before,
  479. .post-page:after,
  480. .post-last{
  481. font-family: 'Verdana' !important;
  482. font-weight: unset !important;
  483. font-size: 12px !important;
  484. text-decoration: -moz-none !important;
  485. text-align: center !important;
  486. }
  487.  
  488. #post-preview{
  489. background: var(--post-bg) !important;
  490. padding: 5px 8px 4px 8px !important;
  491. word-wrap: break-word !important;
  492. white-space: pre-line !important;
  493. max-width: 500px !important;
  494. box-shadow: 3px 3px 0px rgba(0,0,0,0.3) !important;
  495. border-radius: unset !important;
  496. color: var(--potato-text) !important;
  497. }
  498.  
  499. .post-subject{
  500. color: var(--one-text) !important;
  501. }
  502.  
  503. .post-author{
  504. color: var(--two-text) !important;
  505. }
  506.  
  507. .post-tripcode{
  508. color: var(--pink-text) !important;
  509. }
  510.  
  511. .post-teaser{
  512. color: var(--potato-text) !important;
  513. }
  514.  
  515. .post-page{
  516. color: var(--three-text) !important;
  517. }
  518.  
  519. .post-last{
  520. color: var(--one-text) !important;
  521. }
  522.  
  523. /*---------------posted preview in catalog-----------------*/
  524. .extended-small .teaser,
  525. .extended-large .teaser{
  526. min-height: 50px !important;
  527. max-height: 100px !important;
  528. padding-top: 5px !important;
  529. padding-bottom: 5px !important;
  530. text-overflow: inherit !important;
  531. overflow: hidden !important;
  532. text-align: -moz-center !important;
  533. background-color: rgba(16,19,39,0.75) !important;
  534. border-bottom-left-radius: 10px !important;
  535. border-bottom-right-radius: 10px !important;
  536. }
  537.  
  538. div.teaser{
  539. color: rgba(250,250,250,0.7) !important;
  540. }
  541.  
  542. /*catalog stats*/
  543. .meta{
  544. display: inline-block !important;
  545. padding-bottom: 2px !important;
  546. padding-top: 2px !important;
  547. background-color: var(--head-bg) !important;
  548. width: 100% !important;
  549. }
  550.  
  551. /*--------------quick reply UI-----------------------*/
  552.  
  553. /*set text*/
  554. #quickReply textarea,
  555. div#qrHeader.drag.postblock,
  556. input#qrFile,
  557. #quickReply input[type="submit"],
  558. .postblock,
  559. #quickReply input[type="text"],
  560. #quickReply textarea,
  561. #quickReply #recaptcha_response_field,
  562. .extPanel input[type="text"], .extPanel textarea,
  563. #qrCaptchaContainer,
  564. #qrCaptchaContainer > div > div{
  565. font-family: 'Verdana' !important;
  566. font-weight: unset !important;
  567. font-size: 12px !important;
  568. text-decoration: unset !important;
  569. }
  570.  
  571. #quickReply textarea{
  572. min-width: 296px !important;
  573. float: left !important;
  574. }
  575.  
  576. #quickReply{
  577. box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3) !important;
  578. padding-top: 6px !important;
  579. z-index: 1020 !important;
  580. }
  581.  
  582. div#qrHeader.drag.postblock{
  583. color: var(--two-text) !important;
  584. border: none !important;
  585. background: transparent !important;
  586. text-align: left !important;
  587. }
  588.  
  589. input#qrFile,
  590. input#qrFile[focused]{
  591. background: transparent !important;
  592. width: 229px !important;
  593. border-style: none !important;
  594. opacity: 0 !important;
  595. overflow: hidden !important;
  596. transition: 2s !important;
  597. }
  598.  
  599. #qrCaptchaContainer:hover,
  600. #qrCaptchaContainer[focused]{
  601. opacity: 1 !important;
  602. transition: 0.25s !important;
  603. }
  604.  
  605. input#qrFile:hover{
  606. opacity: 1 !important;
  607. transition: 0.25s !important;
  608. }
  609.  
  610. #quickReply input[type="submit"]{
  611. border-style: unset !important;
  612. padding-top: 3px !important;
  613. padding-bottom: 6px !important;
  614. background: transparent !important;
  615. }
  616.  
  617. #quickReply input[type="submit"]:hover{
  618. color: var(--three-text) !important;
  619. }
  620.  
  621. .postblock{
  622. border: none !important;
  623. }
  624.  
  625. #quickReply input[type="text"], #quickReply textarea, #quickReply #recaptcha_response_field{
  626. border: none !important;
  627. outline: none !important;
  628. width: 296px !important;
  629. padding: 2px !important;
  630. margin: 0px 0px 1px !important;
  631. }
  632.  
  633. .extPanel input[type="text"], .extPanel textarea{
  634. border: none !important;
  635. outline: none !important;
  636. }
  637.  
  638. #qrCaptchaContainer{
  639. height: 78px !important;
  640. background: transparent !important;
  641. opacity: 0 !important;
  642. transition: 2s !important;
  643. }
  644.  
  645. #qrCaptchaContainer > div > div{
  646. width: 300px !important;
  647. background: transparent !important;
  648. padding-left: 4px !important;
  649. }
  650.  
  651. /*--------------end of quick reply-------------*/
  652.  
  653. /*----404-----*/
  654. .boxcontent{
  655. background: transparent !important;
  656. font-family: 'Verdana' !important;
  657. font-weight: unset !important;
  658. font-size: 12px !important;
  659. text-decoration: unset !important;
  660. }
  661.  
  662. .boxbar{
  663. background: transparent !important;
  664. font-family: 'Verdana' !important;
  665. font-weight: unset !important;
  666. font-size: 12px !important;
  667. text-decoration: unset !important;
  668. }
  669.  
  670. #backtoboard{
  671. font-family: 'Verdana' !important;
  672. font-weight: unset !important;
  673. font-size: 12px !important;
  674. text-decoration: unset !important;
  675. }
  676.  
  677. .boxbar > h2:nth-child(1){
  678. font-family: 'Verdana' !important;
  679. font-weight: unset !important;
  680. font-size: 12px !important;
  681. text-decoration: unset !important;
  682. }
  683.  
  684. #logo{
  685. display: none !important;
  686. }
  687.  
  688. #logo > h1:nth-child(1) > a:nth-child(1){
  689. display: none !important;
  690. }
  691.  
  692. /*leads to the built-in temporary archive*/
  693. table#arc-list.flashListing{
  694. background-color: var(--post-bg) !important;
  695. }
  696.  
  697. /*temporarily offline*/
  698. p.show_content:nth-child(2),
  699. p.show_content:nth-child(5){
  700. font-weight: unset !important;
  701. }
  702.  
  703.  
  704. /*---------------minor effects--------------*/
  705. /*catalog thumbnail shadows*/
  706. .thumb{
  707. box-shadow: 3px 3px 0px rgba(0,0,20,0.3) !important;
  708. }
  709.  
  710. .thumb:hover{
  711. box-shadow: 3px 3px 0px 0px var(--head-bg) !important;
  712. transition: .25s ease-out !important; /*smoother fade in effect*/
  713. }
  714.  
  715. /*---reply hover effect setup----*/
  716. div.post div.file .fileThumb img{
  717. border: none;
  718. box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.3) !important;
  719. /*margin-top: 0px !important;*/
  720. transition: 0.25s ease-in !important;
  721. }
  722.  
  723. img{
  724. margin-top: -8px !important;
  725. }
  726.  
  727. div.postContainer.opContainer .fileText,
  728. .reply .fileText{
  729. opacity: 0 !important;
  730. transition: 0.25s ease-in !important;
  731. }
  732.  
  733. div.postContainer.opContainer:hover .fileText,
  734. .file.image-expanded .fileText{
  735. opacity: 1 !important;
  736. padding-bottom: 5px !important;
  737. transition: 0.25s ease-out !important;
  738. }
  739.  
  740. .reply:hover .fileText,
  741. .file.image-expanded .fileText{
  742. opacity: 1 !important;
  743. padding-bottom: 5px !important;
  744. transition: 0.25s ease-out !important;
  745. }
  746.  
  747. span.dateTime,
  748. span.postNum.desktop,
  749. a.postMenuBtn,
  750. div.backlink
  751. /*a.quotelink*/{
  752. opacity: 0 !important;
  753. transition: 0.25s ease-in !important;
  754. }
  755.  
  756. /*a.quotelink:hover{
  757. opacity: 1 !important;
  758. transition: 0.2s !important;
  759. }*/
  760.  
  761. a.postMenuBtn:hover{
  762. opacity: 1 !important;
  763. transition: 0.25s ease-in-out !important;
  764. }
  765.  
  766. div.postContainer.opContainer:hover span.dateTime,
  767. div.postContainer.opContainer:hover span.postNum.desktop,
  768. div.postContainer.opContainer:hover a.postMenuBtn,
  769. div.postContainer.opContainer:hover div.backlink,
  770. div.postContainer.opContainer:hover a.quotelink{
  771. opacity: 1 !important;
  772. transition: 0.25s ease-out !important;
  773. }
  774.  
  775. .reply:hover span.dateTime,
  776. .reply:hover span.postNum.desktop,
  777. .reply:hover a.postMenuBtn,
  778. .reply:hover div.backlink,
  779. .reply:hover a.quotelink{
  780. opacity: 1 !important;
  781. transition: 0.25s ease-out !important;
  782. }
  783. /*---end of reply hover effect---*/
  784.  
  785.  
  786. /*buttons in quick reply and to hide in normal view*/
  787. #qrClose,
  788. .extButton.threadHideButton{
  789. display: block !important;
  790. opacity: 0 !important;
  791. transition: 0.25s ease-out !important;
  792. }
  793.  
  794. img#qrClose.extButton{
  795. margin-right: 0px !important;
  796. padding-left: 10px !important;
  797. padding-bottom: 10px !important;
  798. margin-top: -4px !important;
  799. }
  800.  
  801. #qrClose:hover,
  802. .extButton.threadHideButton:hover{
  803. opacity: 0.55 !important;
  804. transition: 0.25s ease-out !important;
  805. }
  806.  
  807. /*when a post is hidden, this is how it looks*/
  808. .post-hidden .extButton, .post-hidden:not(#quote-preview) .postInfo{
  809. opacity: 0.9 !important;
  810. transition: 0.25s ease-out !important;
  811. }
  812. /*media*/
  813. .expandedWebm{
  814. float: left !important;
  815. width: 100% !important;
  816. margin-top: 1px !important;
  817. position: relative !important;
  818. right: 20px !important;
  819. }
  820.  
  821. /*keep images inline*/
  822. .expanded-thumb,
  823. .fileDeletedRes{
  824. float: left !important;
  825. margin: auto !important;
  826. width: 100% !important;
  827. position: relative !important;
  828. }
  829.  
  830. div.media-embed iframe{
  831. display:-moz-inline-box !important;
  832. max-inline-size: 720px !important;
  833. width: 100% !important;
  834. vertical-align: middle !important;
  835. }
  836.  
  837. /*this thread is archived*/
  838. span.tu-error{
  839.  
  840. }
  841.  
  842. .closed{
  843. font-size: 24px !important;
  844. color: var(--highlight-text) !important;
  845. text-shadow: 1px 1px rgba(0,0,0,0.3) !important;
  846. }
  847.  
  848. /*----------------------NAVIGATION--------------------------*/
  849.  
  850. /*format of boardlist*/
  851. span.boardList,
  852. span.customboardList{
  853. background: var(--head-bg) !important;
  854. position: fixed !important;
  855. width: 570px !important;
  856. right: 0px !important;
  857. bottom: 316px !important;
  858. font-size: 12px !important;
  859. padding-top: 5px !important;
  860. padding-bottom: 5px !important;
  861. text-align: center !important;
  862. /*box-shadow: 4px 4px 0px 0px var(--shadow-box) !important;*/
  863. opacity: 0.5 !important;
  864. margin-right: -570px !important;
  865. transition: 0.25s ease-in !important;
  866. border-left: 20px solid var(--head-bg) !important;
  867. border-bottom-left-radius: 10px !important;
  868. /*border-top-left-radius: 10px !important;*/
  869. }
  870.  
  871. span.boardList:hover,
  872. span.customboardList:hover{
  873. background: var(--post-bg) !important;
  874. opacity: 0.95 !important;
  875. margin-right: 0px !important;
  876. transition: 0.25s ease-out !important;
  877. /*box-shadow: 0px 3px 0px 0px var(--shadow-box) !important;*/
  878. box-shadow: 3px 3px 0px rgba(0,0,0,0.75) !important;
  879. border-left: 20px solid var(--post-bg) !important;
  880. border-bottom-left-radius: 0 !important;
  881. border-top-left-radius: 0 !important;
  882. }
  883.  
  884. /*custom board list editor*/
  885. /*redundant*/
  886. div#customMenu.UIPanel > div.extPanel.reply{}
  887.  
  888. /*top boardlist Edit*/
  889. span.boardList > span.custom-menu-ctrl{
  890. display: none !important;
  891. }
  892.  
  893. /*boardList Edit, Save button*/
  894. div.extPanel.reply > div.center > button{}
  895.  
  896. /*formatting controls*/
  897. div.navLinks.desktop,
  898. div#ctrl-top.desktop{
  899. position: fixed !important;
  900. z-index: 1010 !important;
  901. float: right !important;
  902. bottom: 113px !important;
  903. right: 0px !important;
  904. border: none !important;
  905. margin-bottom: 30px !important;
  906. width: 65px !important;
  907. padding-right: 10px !important;
  908. line-height: 25px !important; /*separates the controls from each other*/
  909. /*box-shadow: 3px 3px 0px 0px var(--shadow-box) !important;*/
  910. }
  911.  
  912. /*do not merge with above because of killed brackets*/
  913. span.navLinks.navLinksBottom.mobilebtn{
  914. position: fixed !important;
  915. z-index: 1010 !important;
  916. float: right !important;
  917. bottom: 69px !important;
  918. right: -5px !important;
  919. border: none !important;
  920. margin-bottom: 30px !important;
  921. width: 65px !important;
  922. padding-right: 10px !important;
  923. line-height: 25px !important; /*separates the controls from each other*/
  924. /*box-shadow: 3px 3px 0px 0px var(--shadow-box) !important;*/
  925. }
  926.  
  927. div.navLinks.desktop > label, /*Auto*/
  928. .navLinks a,
  929. div#ctrl-top.desktop a,
  930. span#totop.btn-wrap > span.button{
  931. background-color: var(--head-bg) !important;
  932. padding-right: 60px !important;
  933. padding-left: 10px !important;
  934. padding-top: 3px !important;
  935. padding-bottom: 3px !important;
  936. margin-left: -5px !important;
  937. width: 65px !important;
  938. transition: 0.25s ease-in !important;
  939. }
  940.  
  941. div.navLinks.desktop > label:hover,
  942. .navLinks a:hover,
  943. div#ctrl-top.desktop a:hover,
  944. span#totop.btn-wrap > span.button:hover{
  945. margin-left: -8px !important;
  946. background-color: var(--post-bg) !important;
  947. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  948. }
  949.  
  950. /*post new thread, new reply container, not actual buttons
  951. *post form needs work since it is stuck to the top
  952. *post reply is also tied to start a new thread, god damn it*/
  953. div#togglePostFormLink.desktop{
  954. position: fixed !important;
  955. top: 110px !important;
  956. right: -100px !important;
  957. margin-right: 0px !important;
  958. color: rgba(0,0,0,0) !important;
  959. background: var(--head-bg) !important;
  960. padding-left: 0px !important;
  961. z-index: 1010 !important;
  962. }
  963.  
  964. div#togglePostFormLink.desktop > a{
  965. position: fixed !important;
  966. z-index: 1010 !important;
  967. /*top: 110px !important;*/
  968. bottom: 269px !important;
  969. right: 0px !important;
  970. margin-right: -1px !important;
  971. background: var(--head-bg)!important;
  972. padding-bottom: 2px !important;
  973. padding-top: 2px !important;
  974. padding-left: 0px !important;
  975. padding-right: 1px !important;
  976. opacity: 1 !important;
  977. display: block !important;
  978. width: 75px !important;
  979. border-top-left-radius: 5px !important;
  980. }
  981.  
  982. div#togglePostFormLink.desktop > a:hover{
  983. margin-right: 1px !important;
  984. color: var(--three-text) !important;
  985. transition: 0.25s ease-out !important;
  986. background-color: var(--post-bg) !important;
  987. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  988. opacity: 1 !important;
  989. }
  990.  
  991. /*---thread view---*/
  992. .thread-stats{
  993. position: fixed !important;
  994. display: block !important;
  995. background-color: var(--head-bg) !important;
  996. bottom: 119px !important;
  997. margin-left: 0px !important;
  998. margin-right: 0px !important;
  999. padding-right: 40px !important;
  1000. padding-bottom: 4px !important;
  1001. padding-inline-start: 10px !important;
  1002. word-wrap: break-word !important;
  1003. max-height: 18px !important;
  1004. width: 300px !important; /*sets it all on a single line*/
  1005. text-align: left !important;
  1006. transition: 0.25s ease-in !important;
  1007. }
  1008.  
  1009. /*the checkbox*/
  1010. div.navLinks.desktop > label > input{
  1011. display: none !important;
  1012. }
  1013.  
  1014. /*new posts countdown, no new posts, etc.
  1015. *moved to bottom because of fucking line
  1016. *won't vanish when not in use*/
  1017. div.navLinks.desktop > span{
  1018. position: fixed !important;
  1019. background-color: var(--head-bg) !important;
  1020. bottom: 0px !important;
  1021. padding-right: 30px !important;
  1022. padding-bottom: 4px !important;
  1023. padding-inline-start: 10px !important;
  1024. width: 300px !important;
  1025. max-height: 18px !important;
  1026. margin-left: 0px !important;
  1027. transition: 0.25s ease-in !important;
  1028. border-top-left-radius: 5px !important;
  1029. }
  1030.  
  1031.  
  1032. /*pull out stats*/
  1033. div.navLinks.desktop > span:hover,
  1034. .thread-stats:hover{
  1035. margin-left:-50px !important;
  1036. transition: 0.25s ease-out !important;
  1037. background-color: var(--post-bg) !important;
  1038. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1039. }
  1040.  
  1041. /*---normal view---*/
  1042. #search-box{
  1043. display: block !important;
  1044. position: fixed !important;
  1045. background: var(--head-bg) !important;
  1046. border: none !important;
  1047. bottom: 230px !important;
  1048. margin-left: 0px !important;
  1049. padding-right: 5px !important;
  1050. max-width: 70px !important;
  1051. margin-bottom: 2px !important;
  1052. padding-top: 9px !important;
  1053. padding-bottom: 9px !important;
  1054. overflow: auto !important;
  1055. }
  1056.  
  1057. #search-box:hover{
  1058. background: var(--post-bg) !important;
  1059. transition: 0.25s ease-out !important;
  1060. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1061. margin: 0px !important;
  1062. margin-bottom: 2px !important;
  1063. }
  1064.  
  1065. div.pagelist.desktop,
  1066. .pagelist{
  1067. background: transparent !important;
  1068. border: none !important;
  1069. display: -moz-box !important;
  1070. width: 400px !important;
  1071. height: 50px !important;
  1072. text-align: justify !important;
  1073. }
  1074.  
  1075. div.pagelist.desktop > div.next > span{
  1076. display: none !important;
  1077. }
  1078.  
  1079. /*infinite scroll on page 1*/
  1080. div.prev{
  1081. color: rgba(0,0,0,0) !important;
  1082. }
  1083.  
  1084. div.prev a{
  1085. text-align: center !important;
  1086. font-size: 12px !important;
  1087. text-decoration: none !important;
  1088. display: block !important;
  1089. position: fixed !important;
  1090. bottom: 194px !important;
  1091. padding-top: 9px !important;
  1092. padding-bottom: 10px !important;
  1093. right: 0px !important;
  1094. padding-right: 1px !important;
  1095. width: 74px !important;
  1096. background: var(--head-bg) !important;
  1097.  
  1098. }
  1099.  
  1100. div.prev a:hover{
  1101. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1102. background: var(--post-bg) !important;
  1103. transition: 0.25s ease-in-out !important;
  1104. margin: 1px !important;
  1105. margin-bottom: 0px !important;
  1106. }
  1107.  
  1108. /*---catalog view---*/
  1109.  
  1110. /*formatting*/
  1111. /*search position*/
  1112. span.btn-wrap > span#qf-ctrl.button{
  1113. z-index: 1010 !important;
  1114. position: fixed !important;
  1115. bottom: 77px !important;
  1116. right: 0px !important;
  1117. background: var(--head-bg) !important;
  1118. max-height: 18px !important;
  1119. margin-right: -10px !important;
  1120. padding-right: 33px !important;
  1121. padding-bottom: 2px !important;
  1122. padding-top: 2px !important;
  1123. padding-left: 9px !important;
  1124. color: var(--potato-text) !important;
  1125. }
  1126.  
  1127. span.btn-wrap > span#qf-ctrl.button:hover{
  1128. background: var(--post-bg) !important;
  1129. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1130. transition: 0.25s ease-in-out !important;
  1131. color: var(--pink-text) !important;
  1132. margin-right: -9px !important;
  1133. }
  1134.  
  1135. /*filter position*/
  1136. span#filters-ctrl.button{
  1137. z-index: 1010 !important;
  1138. position: fixed !important;
  1139. bottom: 200px !important;
  1140. right: 0px !important;
  1141. background: var(--head-bg) !important;
  1142. padding-top: 2px !important;
  1143. padding-bottom: 2px !important;
  1144. padding-right: 26px !important;
  1145. padding-left: 11px !important;
  1146. }
  1147.  
  1148. span#filters-ctrl.button:hover{
  1149. background: var(--post-bg) !important;
  1150. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1151. transition: 0.25s ease-in-out !important;
  1152. color: var(--pink-text) !important;
  1153. margin-right: 1px !important;
  1154. }
  1155.  
  1156. /*actual search box*/
  1157. /*need alignment fixing by 3 pixels overflowing to right*/
  1158. #qf-box{
  1159. z-index: 1010 !important;
  1160. position: fixed !important;
  1161. bottom: 56px !important;
  1162. right: -3px !important;
  1163. margin-right: -8px !important;
  1164. padding-right: 10px !important;
  1165. background: var(--head-bg) !important;
  1166. color: var(--pink-text) !important;
  1167. text-align: center !important;
  1168. transition: 0.25s ease-out !important;
  1169. }
  1170.  
  1171. #qf-box:hover{
  1172. margin-right: 0px !important;
  1173. background: var(--post-bg) !important;
  1174. transition: 0.25s ease-in !important;
  1175. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1176. }
  1177.  
  1178. /*X*/
  1179. #qf-clear{
  1180. position: fixed !important;
  1181. bottom: 36px !important;
  1182. right: 0px !important;
  1183. background: var(--head-bg) !important;
  1184. padding-left: 3px !important;
  1185. padding-right: 3px !important;
  1186. color: var(--potato-text) !important;
  1187. transition: 0.25s ease-in !important;
  1188. }
  1189.  
  1190. #qf-clear:hover{
  1191. color: var(--pink-text) !important;
  1192. background: var(--post-bg) !important;
  1193. transition: 0.25s ease-out !important;
  1194. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1195. }
  1196.  
  1197. /*redundant, adjust "right" to see*/
  1198. #search-label-bottom{
  1199. display: none !important;
  1200. /* position: fixed !important;
  1201. z-index: 1010 !important;
  1202. right: -163px !important;
  1203. color: var(--pink-text) !important;
  1204. bottom: 19px !important;
  1205. padding-inline-start: 5px !important;
  1206. background: var(--head-bg) !important;
  1207. transition: 0.25s ease-in !important;*/
  1208. }
  1209.  
  1210. #search-term-bottom{
  1211. font-weight: unset !important;
  1212. }
  1213.  
  1214. #search-label-bottom:hover{
  1215. right: 0px !important;
  1216. transition: 0.25s ease-out !important;
  1217. background: var(--post-bg) !important;
  1218. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1219. }
  1220.  
  1221. /*dunno how to hide it properly
  1222. *without breaking the button
  1223. *so out of sight out of mind*/
  1224. #hidden-count,
  1225. #hidden-label{
  1226. position: fixed !important;
  1227. top: 0px !important;
  1228. right: -150px !important;
  1229. }
  1230.  
  1231. /*hidden threads button
  1232. *will leave a gap/also "back"
  1233. *when nothing is hidden*/
  1234. #filters-clear-hidden{
  1235. position: fixed !important;
  1236. display: -moz-box !important;
  1237. z-index: 1010 !important;
  1238. bottom: 244px !important;
  1239. padding-top: 3px !important;
  1240. padding-bottom: 3px !important;
  1241. margin-right: 0px !important;
  1242. right: 0px !important;
  1243. background: var(--head-bg) !important;
  1244. padding-inline-start: 10px !important;
  1245. padding-right: 31px !important;
  1246. }
  1247.  
  1248. #filters-clear-hidden:hover{
  1249. transition: 0.25s ease-out !important;
  1250. background: var(--post-bg) !important;
  1251. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1252. color: var(--pink-text) !important;
  1253. }
  1254.  
  1255. /*bump order label*/
  1256. span.ctrl-wrap{
  1257. z-index: 1010 !important;
  1258. position: fixed !important;
  1259. right: -150px !important;
  1260. }
  1261.  
  1262. /*need to align selection to fit the screen*/
  1263. select#order-ctrl{
  1264. position: fixed !important;
  1265. bottom: 223px !important;
  1266. right: -17px !important;
  1267. margin-right: -6px !important;
  1268. padding-left: 6px !important;
  1269. height: 18px !important;
  1270. border-style: none !important;
  1271. background: var(--head-bg) !important;
  1272. text-decoration: unset !important;
  1273. font-family: 'Verdana' !important;
  1274. font-size: 12px !important;
  1275. }
  1276.  
  1277. select#order-ctrl:hover{
  1278. background: var(--post-bg) !important;
  1279. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1280. transition: 0.25s ease-in-out !important;
  1281. color: var(--pink-text) !important;
  1282. margin-right: 15px !important;
  1283. }
  1284.  
  1285. /*image size label*/
  1286. span.ctrl-wrap:nth-child(2),
  1287. select#size-ctrl{
  1288. display: none !important;
  1289. }
  1290.  
  1291. /*OP comments*/
  1292. span.ctrl-wrap:nth-child(3),
  1293. select#teaser-ctrl{
  1294. display: none !important;
  1295. }
  1296.  
  1297. /*container with settings, home*/
  1298. span#navtopright{
  1299. position: fixed !important;
  1300. top: 0px !important;
  1301. right: -150px !important;
  1302. }
  1303.  
  1304. /*top right Settings*/
  1305. div#boardNavDesktop.desktop > span#navtopright > a#settingsWindowLink{
  1306. display: none !important;
  1307. }
  1308.  
  1309. /*top right Home*/
  1310. div#boardNavDesktop.desktop > span#navtopright > a{
  1311. position: fixed !important;
  1312. z-index: 1010 !important;
  1313. bottom: 393px !important;
  1314. padding-top: 10px !important;
  1315. padding-bottom: 10px !important;
  1316. border-left: 20px solid var(--head-bg) !important;
  1317. /*border-bottom-left-radius: 10px !important;*/
  1318. border-top-left-radius: 10px !important;
  1319. opacity: 0.75 !important;
  1320. right: -88px !important;
  1321. background: var(--head-bg) !important;
  1322. padding-inline-start: 8px !important;
  1323. padding-right: 42px !important;
  1324. transition: 0.25s !important;
  1325. }
  1326.  
  1327. div#boardNavDesktop.desktop > span#navtopright > a:hover{
  1328. margin-right: 74px !important;
  1329. color: var(--pink-text) !important;
  1330. background: var(--post-bg) !important;
  1331. transition: 0.25s ease-out !important;
  1332. box-shadow: 2px 2px 0px rgba(0,0,0,0.75) !important;
  1333. border-bottom-left-radius: 0px !important;
  1334. border-top-left-radius: 0px !important;
  1335. border-left: 20px solid var(--post-bg) !important;
  1336. }
  1337.  
  1338. /*bottom controls, delete and select*/
  1339. div.bottomCtrl.desktop > span.deleteform > input{}
  1340. div.bottomCtrl.desktop > span.stylechanger > select#styleSelector > option{}
  1341.  
  1342.  
  1343.  
  1344. /*------------END OF NAVIGATION------------------*/
  1345.  
  1346. /*filter in catalog*/
  1347. /*need to find a way to unset position
  1348. *so as to be able to move it around like
  1349. *quick reply*/
  1350. div#filters.panel{
  1351. min-height: 100px !important;
  1352. }
  1353.  
  1354. #filters, #filters > div:nth-child(1){
  1355. border: 1px !important;
  1356. font-family: 'Verdana' !important;
  1357. font-weight: unset !important;
  1358. font-size: 12px !important;
  1359. text-decoration: unset !important;
  1360. background: var(--alt-bg) !important;
  1361. box-shadow: 3px 3px 0px var(--shadow-box) !important;
  1362. }
  1363.  
  1364. #filter-table{
  1365. border: 1px !important;
  1366. font-family: 'Verdana' !important;
  1367. font-weight: unset !important;
  1368. font-size: 12px !important;
  1369. text-decoration: unset !important;
  1370. background: var(--post-bg) !important;
  1371. }
  1372.  
  1373. #filters-close{
  1374. opacity: 0 !important;
  1375. transition: 0.25s ease-in !important;
  1376. }
  1377.  
  1378. #filters-close:hover{
  1379. opacity: 0.9 !important;
  1380. }
  1381.  
  1382. table#filter-table > thead,
  1383. table#filter-table > thead > tr,
  1384. table#filter-table > thead > tr > th,
  1385. #filters-add, #filters-save{
  1386. background: transparent !important;
  1387. font-family: 'Verdana' !important;
  1388. font-weight: unset !important;
  1389. font-size: 12px !important;
  1390. text-decoration: unset !important;
  1391. }
  1392.  
  1393. #filters-add:hover{
  1394. color: #7ba4ba !important;
  1395. }
  1396.  
  1397. #filters-save:hover{
  1398. color: #7ba4ba !important;
  1399. }
  1400. /*end filters*/
  1401.  
  1402.  
  1403.  
  1404.  
  1405. /*----------------garbage-------------------------*/
  1406.  
  1407. div.sideArrows/*useless side arrow indicators*/{
  1408. display:none!important;
  1409. }
  1410.  
  1411. hr/*divider line that separates OPs*/{
  1412. display: none !important;
  1413. }
  1414.  
  1415. #search-label,
  1416. #filters-help-open,
  1417. .close.fa.fa-times{
  1418. display: none !important;
  1419. }
  1420.  
  1421. div.center:nth-child(16), div.center:nth-child(6){
  1422. display: none !important;
  1423. }
  1424.  
  1425. .yotsuba:root .hide-post-button,
  1426. .yotsuba-b:root .hide-post-button{
  1427. display: none !important;
  1428. }
  1429.  
  1430. span.navLinks:nth-child(1){
  1431. display: none !important;
  1432. }
  1433.  
  1434. /*TURN IT OFF*/
  1435. .passNotice, tr.rules/*who cares m00t*/{
  1436. display:none !important;
  1437. }
  1438.  
  1439. .bottomlink, .archlistlink, .indexlink{
  1440. display: none !important;
  1441. }
  1442.  
  1443. #bannerCnt{
  1444. border: none;
  1445. display: none !important; /*turn it off mate*/
  1446. }
  1447.  
  1448. #logo-fp > a:nth-child(1) /*no more longcat*/{
  1449. display: none !important;
  1450. }
  1451.  
  1452. a#close-announce.closebutton /*fugly mario button*/{
  1453. display:none !important;
  1454. }
  1455.  
  1456. /*death to advertising*/
  1457. img.bottomad,
  1458. div#absbot,
  1459. .center,
  1460. div.center.middlead,
  1461. strong,
  1462. img#toggleMsgBtn,
  1463. img.middlead,
  1464. /*span.postertrip,*/ /*remove comment syntax to hide tripcodes*/
  1465. .click-me{
  1466. display:none!important;
  1467. }
  1468.  
  1469. .qr-link-container,
  1470. .boardSubtitle,
  1471. .bottomCtrl.desktop,
  1472. #absbot.absBotText{
  1473. display: none !important;
  1474. }
  1475.  
  1476. span.summary{
  1477. display: none !important;
  1478. }
  1479.  
  1480. #skellington{
  1481. display: none !important;
  1482. }
  1483.  
  1484. #header-bar a.current, .yotsuba-b:root #board-list a{
  1485. text-decoration: none !important;
  1486. }
  1487.  
  1488. .index-refresh-shortcut, span.shortcut:nth-child(5){
  1489. display: none !important;
  1490. }
  1491.  
  1492. #navbotright/*, #navtopright*/{
  1493. display: none !important;
  1494. }
  1495.  
  1496. div.navLinks.navLinksBot.desktop{
  1497. display:none !important;
  1498. }
  1499.  
  1500. .open-qr-wrap{
  1501. display: none !important;
  1502. }
  1503.  
  1504. div.pagelist div.cataloglink{
  1505. display: none !important;
  1506. }
  1507.  
  1508. #styleSwitcher, #hidden-label-bottom{
  1509. display: none !important;
  1510. }
  1511.  
  1512. #copyright{
  1513. display: none !important;
  1514. }
  1515.  
  1516. .postInfo > input,
  1517. a.hide-reply-button > span {
  1518. display: none !important;
  1519. }
  1520.  
  1521. #announce/*who is this 4chins*/{
  1522. display: none !important;
  1523. }
  1524.  
  1525. .pageSwitcherForm /*the stupid next button*/{
  1526. display: none !important;
  1527. }
  1528.  
  1529. .extended-large .teaser {
  1530. display: none !important;
  1531. }
  1532.  
  1533. .expand-all-shortcut {
  1534. display: none !important;
  1535. }
  1536.  
  1537. .contract-all-shortcut {
  1538. display: none !important;
  1539. }
  1540.  
  1541. /*news*/
  1542. #blotter td,
  1543. tbody#blotter-msgs,
  1544. td.blotter-content,
  1545. .blotter-date{
  1546. display: none !important;
  1547. }
  1548.  
  1549. /*kill brackets but not necessary to do so
  1550. *going to have to adjust catalog view if commented*/
  1551.  
  1552. #totop::before,
  1553. #hidden-label > span:nth-child(2)::before,
  1554. span.navLinks:nth-child(9) > span:nth-child(1)::before,
  1555. span.navLinks:nth-child(9) > span:nth-child(4)::before,
  1556. span.navLinks:nth-child(9) > span:nth-child(2)::before,
  1557. span.btn-wrap:nth-child(5)::before,
  1558. #settings > span:nth-child(4)::before{
  1559. content: "" !important;
  1560. }
  1561.  
  1562. #totop::after,
  1563. span.btn-wrap:nth-child(5)::after,
  1564. #hidden-label > span:nth-child(2)::after,
  1565. span.navLinks:nth-child(9) > span:nth-child(1)::after,
  1566. span.navLinks:nth-child(9) > span:nth-child(2)::after,
  1567. span.navLinks:nth-child(9) > span:nth-child(4)::after,
  1568. #settings > span:nth-child(4)::after{
  1569. content: "" !important;
  1570. }
  1571.  
  1572.  
  1573. /*-----------tiny details------------*/
  1574.  
  1575. .fileText a{
  1576. text-decoration: none !important;
  1577. }
  1578.  
  1579. #qp {
  1580. border: 0 !important;
  1581. box-shadow: none !important;
  1582. }
  1583.  
  1584. #qrHeader
  1585. {
  1586. border: none !important;
  1587. }
  1588.  
  1589. #qr.autohide:not(:hover):not(.has-focus) {
  1590. max-height:21px;
  1591. transition:max-height 0.7s ease 1s;
  1592. }
  1593.  
  1594. #header-bar .brackets-wrap:after,
  1595. #header-bar .brackets-wrap:before,
  1596. .shortcut:not(:last-child):after{
  1597. content:""!important;
  1598. }
  1599.  
  1600. .brackets-wrap::after, .brackets-wrap::before {
  1601. content: "" !important;
  1602. }
  1603.  
  1604. #index-search{
  1605. background: var(--post-bg) !important;
  1606. padding: 5px !important;
  1607. }
  1608.  
  1609. #ft li, .right-box, .boxcontent, .top-box, .left-box, #recent-images .boxcontent, #qr select {
  1610. border: none !important;
  1611. }
  1612.  
  1613. table.postForm > tbody > tr > td:first-child, input[type="text"], input[type="password"], table.postForm > tbody textarea, #recaptcha_response_field {
  1614. background: transparent !important;
  1615. border: none !important;
  1616. }
  1617.  
  1618. .top-box .menubutton, .right-box .menubutton {
  1619. background-image: none !important;
  1620. }
  1621.  
  1622. #ft li, #ft ul {
  1623. background: none !important;
  1624. border: none !important;
  1625. }
  1626.  
  1627. gal-prev, .gal-next, .gal-count, .gal-name {
  1628. background: transparent !important;
  1629. border: none !important;
  1630. }
  1631.  
  1632. }
Advertisement
Add Comment
Please, Sign In to add comment