Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @namespace url(http://www.w3.org/1999/xhtml);
- @-moz-document domain("2ch.hk") {
- body, .boardstats {
- background-color: #222;
- color: #BBB;
- }
- textarea, input, .qr-close {
- background-color: #CCC;
- color: black;
- }
- .reply, .reply.hiclass, .qr {
- background-color: #555;
- border: solid 2px #222;
- }
- .reply.hiclass {
- border-color: #999;
- }
- .qr .qr-header {
- background: #555;
- border: none;
- }
- a {
- color: #C60
- }
- body.replypage .reply .reflink::before {
- color: #AE0 !important
- }
- .reflink a {
- color: #CCC
- }
- .post .post-title {
- color: inherit
- }
- }
- @-moz-document regexp("https?:\/\/2ch\.hk\/[a-z]*\/catalog\.html") {
- .thread_wrap, .thread {
- background-color: inherit !important;
- border: none
- }
- .thread_wrap::after {
- background: linear-gradient(to bottom, rgba(204,204,204,0) 0%, #222 100%)
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement