/* Anshi Lies 4ch CSS */ /* Hide some useless things */ .qr-link-container, hr, #absbot { display: none !important; } /* Body Color*/ body { background: #fff url("https://www.walldevil.com/wallpapers/w05/snow-forests-blurred-z-kai-cross-road-roads.jpg") !important; background-repeat: no-repeat !important; background-size: cover !important; background-attachment: fixed !important; background-position: center center !important; color: #fff !important; text-shadow: 1px 1px 1px #000 !important; } body a { color: #d81860 !important; } /* Top board items */ #blotter, #togglePostFormLink{ margin-top: 10px !important; } #blotter > tfoot:nth-child(3) > tr:nth-child(1) > td:nth-child(1) { text-align: center !important; padding-top: 5px !important; } /* Nav links */ input[type="button"], input[type="submit"] { color: #fff !important; } /* Catalog Fix */ .catalog-small { margin-top: 22px !important; } /* Center thread out */ .thread { margin: 30px auto !important; margin-top: 30px !important; } /* OP (this doesnt look very good atm) */ /* .op { background: #171717 !important; padding: 20px !important; margin: 0 5px 0 -15px !important; min-height: 170px !important; } */ .boardTitle { color: #fff !important; text-shadow: 1px 1px 1px #000 !important; } /* Name and trip colors */ .name, .postertrip { color: #EE4B9F !important; font-weight: 400 !important; } /* Subject color */ .subject { color: #8D2C2C !important; } /* Reply rice */ .reply { margin-left: -15px !important; padding: 8px 14px !important; border: none !important; box-shadow: 0px 4px 2px #0a0a0a !important; } .backlink, .quotelink { color: #d81860 !important; text-decoration: none !important; } .backlink { margin-left: 5px !important; } .fileText a { color: #fff !important; text-decoration: none !important; } .fileText .sauce { color: #BF64BD !important; } .reply:hover .fileText { opacity: 1 !important; margin-bottom: 1px !important; } /* Align menu to right and autohide */ /* .menu-button { color: #fff !important; opacity: 0 !important; transition: opacity 0.2s !important; } .postContainer:hover .menu-button { opacity: 1 !important; } */ /* Fix QR */ #qr { color: #fff !important; background: #373737 !important; border: none !important; font-size: 12px !important; border-radius: 0 !important; padding: 2px !important; } input { color: #000 !important; font-size: 11px !important; } .move { padding: 3px !important; } .close { color: #d81860 !important; } /* Set some background colors */ .dialog:not(#thread-watcher):not(#qr) { background: #1C1C1C !important; color: #fff !important; } body { counter-reset: you; } a.ql-tracked:after { counter-increment: you; content:" ((You) #" counter(you) ")"; } s, s a:not(:hover) { color: rgba(255,255,255,0) !important; background: url(https://i.imgur.com/U9kweZN.gif (embed)) repeat !important; } s:hover { text-shadow: 0 0 2px black; }