sanitysama

4chan imp 12/7

Dec 7th, 2013
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.30 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2. @-moz-document domain("4chan.org") {
  3. /* font */
  4.     body, input, label, select, .boardTitle, .boardSubtitle { font-family: 'Akzidenz-Grotesk Pro', sans-serif !important }
  5.     .fa { font-family: FontAwesome !important }
  6.     .prettyprint span { font-family: -moz-fixed,monospace,monospace !important }
  7.     .button, a { text-decoration: none !important }
  8.     .yotsuba .quote, .yotsuba-b .quote, .futaba .quote, .burichan .quote, .photon .quote { color: #3C5014 !important }
  9.     s:hover, s:focus, s:hover a, s:hover .quote { color: white !important }
  10.     .photon a { color: #b34700 !important }
  11. /* font size */
  12.     .reply, blockquote, a, span, label, textarea, time, td { font-size: 15px }
  13.     .postertrip, .move, .backlink, .fileText { font-size: 12px !important }
  14.     .name, .boardTitle { font-weight: 400 !important }
  15.     .hide-announcement > span, .hide-thread-button > span, .show-thread-button > span, .hide-reply-button > span, .show-reply-button > span, .menu-button, .pagelist .pages, .postNum span,
  16.     #full-board-list .boardList, #thread-stats div { font-size: 0 }
  17. /* board list */
  18.     a[data-only="catalog"] { line-height: 1em !important }
  19.     #shortcuts, #board-list { position: relative; top: 1px }
  20.     #shortcuts .shortcut { margin: 0px 3px }
  21.     .shortcut .menu-button, .shortcut .qr-shortcut { position: relative ; bottom: 1px }
  22. /* logo */
  23.     .boardBanner, .closed { margin: 1.5em !important; padding: 0 !important }
  24.     .boardBanner, .title, .boardTitle, .closed { float: left }
  25.     .title { clear: left; margin-right: 10px !important }
  26.     .boardTitle { padding-top: 7px !important }
  27.     .boardTitle, .boardSubtitle { display: table-cell; clear: right }
  28.     #info { clear: left }
  29. /* announcement */
  30.     a.hide-announcement, #globalMessage { position: relative; top: 30px }
  31.      .hide-announcement, #toggleMsgBtn { z-index: 3 }
  32.     #globalMessage h3 { color: rgb(175,10,15) !important; font-weight: 400 !important }
  33.     #globalMessage strong { color: rgb(88,5,8) !important; font-weight: 400 !important }
  34. /* posts */
  35.     .post { border-radius: 4px }
  36.     .reply { padding: 2px 8px !important }
  37.     .post .menu-button, .stub .menu-button { vertical-align: middle; opacity: 0.25 }
  38.     #delform, .stub { clear: both }
  39.     .postNum .replylink { margin-left: -8px !important }
  40. /* pages */
  41.     .pagelist, #settings { box-shadow: 1px -1px 2px rgba(0,0,0,0.15); border: 0 !important; position: fixed; left: 0; bottom: 0; width: auto !important; border-radius: 4px }
  42.     .pagelist a:before { content:" " }
  43.     .cataloglink { border-left: 0 !important }
  44.     .pagelist .pages { padding: 0 !important }
  45. /* sauce */
  46.     .fileText a:not(:first-child) { opacity: 0.25; font-size: xx-small !important; vertical-align: top }
  47.     .fileText:hover a { opacity: 1 !important }
  48. /* settings */
  49.     #settings { background-color: #D6DAF0; z-index: 3; padding: 2px 8px !important }
  50. /* stats */
  51.     #thread-stats span, #update-timer, #update-status { font-weight: 400 !important; margin: 2px }
  52.     #thread-stats .move, #updater .move { margin-top: 4px !important }
  53. /* thread watcher */
  54.     #thread-watcher {border: 0 !important; box-shadow: none !important; max-width: none !important; min-width: 0 !important; padding: 6px !important; position: fixed !important; z-index: 41 !important}
  55.     #thread-watcher:hover { min-width: 450px !important; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) !important }
  56.     #thread-watcher:hover > div > span.move, #thread-watcher:hover #watched-threads { display: inline !important }
  57.     #watched-threads .dead-thread a:nth-of-type(2) { font-style: italic; opacity: .7 }
  58. /* brackets */
  59.     .brackets-wrap:after, .brackets-wrap:before, .btn-wrap:after, .btn-wrap:before, .shortcut:not(:last-child):after { content: none !important }
  60.     .hide-thread-button > span:before, .hide-reply-button > span:before, .hide-announcement > span:before { content: "▼"; font-size: 12px; opacity: 0.25 }
  61.     .show-reply-button > span:before, .show-thread-button > span:before { content: "▶"; font-size: 12px; opacity: 0.25 }
  62. /* removed */
  63.     hr, #absbot, #globalMessage br + br, .postInfo > input, #thread-watcher > div > span.move, #watched-threads,
  64.     .ad-plea, .deleteform, .navLinks, .pagelist .prev, .pagelist .next, .topad, .middlead, .bottomad { display: none !important }
  65. }
Advertisement
Add Comment
Please, Sign In to add comment