You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.3 KiB
63 lines
1.3 KiB
5 years ago
|
@-moz-document url(about:blank) {
|
||
|
html > body:empty {
|
||
|
background-color: #2a2a2e !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
6 years ago
|
@-moz-document domain("boards.4chan.org") {
|
||
|
/* Hide unnecessary elements */
|
||
|
#bannerCnt { display: none; }
|
||
|
form[name=post] { display: none; }
|
||
|
hr.aboveMidAd { display: none; }
|
||
|
hr.abovePostForm { display: none; }
|
||
|
#toggleMsgBtn { display: none; }
|
||
|
#globalMessage { display: none; }
|
||
|
.middlead.center { display: none !important; }
|
||
|
.adg-rects.desktop { display: none; }
|
||
|
#op.desktop { display: none; }
|
||
|
#absbot { display: none; }
|
||
5 years ago
|
|
||
6 years ago
|
/* Make posts the full width */
|
||
|
.postContainer.replyContainer .post.reply { width: 100% }
|
||
|
}
|
||
5 years ago
|
|
||
4 years ago
|
@-moz-document domain("github.com") {
|
||
|
:root{
|
||
|
--tab-size: 4;
|
||
|
}
|
||
|
|
||
4 years ago
|
.blob, .blob-code-inner, pre, code, tt {
|
||
4 years ago
|
-moz-tab-size: var(--tab-size);
|
||
|
tab-size: var(--tab-size);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@-moz-document domain("gitlab.com") {
|
||
|
:root{
|
||
|
--tab-size: 4;
|
||
|
}
|
||
|
|
||
|
.blob-viewer, pre, code, tt {
|
||
4 years ago
|
-moz-tab-size: var(--tab-size);
|
||
|
tab-size: var(--tab-size);
|
||
|
}
|
||
|
}
|
||
|
|
||
5 years ago
|
@-moz-document domain("youtube.com") {
|
||
|
/* Hide video player */
|
||
|
#player-theater-container {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
/* Hide recommended sidebar */
|
||
|
#columns #secondary {
|
||
|
display: none !important;
|
||
|
}
|
||
|
|
||
|
/* Center content */
|
||
|
#columns {
|
||
|
max-width: 65% !important;
|
||
|
min-width: 65% !important;
|
||
|
}
|
||
|
}
|