Simplify Stack Overflow
◆Stack Overflow by syon
Details
Authorsyon
LicenseNo License
Categorystackoverflow
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ◆Stack Overflow
@namespace UserStyles.world
@author syon
@version 2024-06-01
==/UserStyle== */
@-moz-document domain("stackoverflow.com") {
/* Header */
#announcement-banner,
[role="menubar"] #search,
[role="menubar"] ol,
header.s-topbar,
/* Left Sidebar */
#left-sidebar,
/* Question Header */
#question-header a[href="/questions/ask"],
/* Right Sidebar */
#sidebar .s-sidebarwidget,
#sidebar #hot-network-questions,
#sidebar #feed-link,
#sidebar #hireme,
/* Main */
#mainbar .post-menu,
#mainbar .js-add-link,
#mainbar .question-status,
#mainbar [title="Timeline"],
#mainbar #post-form,
#mainbar .bottom-notice,
/* Footer */
#footer,
#signup-dialog-container,
.js-dismissable-hero,
#onetrust-consent-sdk {
display: none !important;
}
/* Layout */
.top-bar {
position: static;
box-shadow: none;
border-bottom: 1px solid #eee;
}
#mainbar {
float: none;
width: auto;
}
#sidebar {
float: none;
width: auto;
}
/* Styling */
body {
padding-top: 0;
}
.top-bar._fixed {
position: static;
}
#content {
border: 0;
}
#question-header {
margin: 1em 0;
}
#answers-header h2 {
color: var(--black-350);
}
#mainbar {
.votecell {
button {
border: 0;
}
:is(.js-vote-up-btn, .js-vote-down-btn) svg path {
fill: #ddd;
}
}
.js-saves-btn,
.js-post-issue {
display: none;
}
}
#sidebar {
margin: 5em 0;
}
body > .container {
max-width: 1000px;
}
pre,
code {
background-color: #f3f4f4;
}
}