Repo: https://gitlab.com/vitaly-zdanevich-styles/stackoverflow
stackoverflow.com black and wide by vitaly-zdanevich
Imported and mirrored from https://gitlab.com/vitaly-zdanevich-styles/stackoverflow/-/raw/main/stackoverflow.user.css
Details
Authorvitaly-zdanevich
LicenseNo License
Categorystackoverflow, black, wide
Created
Updated
Size613 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name stackoverflow.com black and wide
@namespace github.com/openstyles/stylus
@version 1.0.0
@description yep
@author Vitaly Zdanevich
==/UserStyle== */
@-moz-document domain("stackoverflow.com") {
header.s-topbar {
position: absolute !important;
background: #000;
border: 0;
}
.bb {
display: none !important;
}
body {
--theme-background-color: #000 !important;
}
#content {
--theme-content-background-color: #000 !important;
min-width: 100vw;
}
.container {
margin: 0 !important;
}
#mainbar {
width: 100%;
}
}