Skip to content

Instantly share code, notes, and snippets.

@zbee
Created August 23, 2015 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zbee/572af430816ab11655c2 to your computer and use it in GitHub Desktop.
Save zbee/572af430816ab11655c2 to your computer and use it in GitHub Desktop.
Stylish Reddit
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("reddit.com") {
body, html, #header, #header-bottom-left {
background: #F7F7F7 !important;
font-family: calibri !important;
}
.listing-chooser, #sr-header-area, #userbarToggle, #header-img,
.rank, .trending-subreddits, .domain, .RESUserTag, .userattrs,
.expando-button, .redditSingleClick, .linkflairlabel, .nub,
.side .spacer:nth-child(n+7), #RESAccountSwitcherIcon,
#openRESPrefs, .flair, .numchildren, .gilded-icon,
#header-bottom-right .separator:nth-child(8) {
display: none !important;
}
/*
Header
*/
#header {
border-bottom: none;
padding: 4px;
}
#header-bottom-left, #header-bottom-right {
position: fixed;
padding: 0px;
}
#header-bottom-left {
top: 0px !important;
left: 0px !important;
display: block !important;
width: 100%;
padding-bottom: 5px;
}
#header-bottom-right, #header-bottom-right a {
font-size: 13px !important;
}
span.user > a {
color: #6E61B0 !important;
font-weight: bold !important;
}
.userkarma > a, .pref-lang, .logout a, .account-activity-box a {
color: #6E61B0 !important;
font-weight: normal !important;
}
.tabmenu {
margin: 0 !important;
}
.tabmenu .selected, .tabmenu .selected a {
background: transparent !important;
border: none !important;
}
.tabmenu li:hover, .tabmenu .selected, .tabmenu .selected a {
color: #6E61B0 !important;
}
.tabmenu li, .tabmenu a {
color: grey !important;
background: transparent !important;
}
#header-bottom-right {
top: 0px;
background: none;
right: 0px;
}
/*
Content
*/
.content {
margin: 0 auto !important;
margin-top: 30px !important;
width: 45%;
}
/*
Posts
*/
.thing {
background: #ffffff !important;
margin: 15px 0px !important;
border-radius: 5px !important;
box-shadow: 0 0 2px rgba(0,0,0,0.3) !important;
font-size: 13.3px !important;
padding-top: 20px;
position: relative;
}
.gilded .author {
border-bottom: 1px solid gold !important;
}
.RES-keyNav-activeElement {
background: transparent !important;
}
.midcol {
position: absolute;
top: 2px;
right: 0px;
z-index: 100000 !important;
}
.midcol .score {
font-weight: normal;
}
.thumbnail {
margin: 5px !important;
margin-left: 60px !important;
margin-right: 20px !important;
box-shadow: grey 0 0 3px !important;
}
.thumbnail.self, .thumbnail.default {
box-shadow: none !important;
width: 0px;
margin: 0px !important;
margin-left: 65px !important;
}
.thumbnail:hover, .thumbnail:hover img {
width: 140px;
height: auto;
}
.entry {
margin: 0px !important;
padding: 0px !important;
}
.title {
color: grey !important;
font-size: 13.3px !important;
margin-bottom: 7px !important;
width: 90%;
}
.title:hover {
text-decoration: underline;
}
.title a[href^='http'] {
text-decoration: underline;
}
.tagline {
position: absolute;
top: 2px;
left: 0px;
color: transparent;
width: 100%;
}
.author {
position: absolute;
left: 7px;
color: #6E61B0 !important;
font-weight: bold;
}
.expand {
position: absolute;
right: 35px;
}
.collapsed {
height: 10px !important;
}
.tagline > .score {
position: absolute;
top: 15px;
right: 35px;
}
.md {
width: 90%;
padding-top: 5px !important;
}
.linklisting .md {
box-shadow: 0 0 2px rgba(0,0,0,0.3) !important;
border: none !important;
margin-left: 3px !important;
}
.live-timestamp {
position: absolute;
left: 140px;
color: grey;
color: #6E61B0 !important;
}
.subreddit {
position: absolute;
left: 250px;
color: grey !important;
}
.flat-list, .flat-list li, .flat-list a {
font-weight: normal !important;
}
/*
Side
*/
.side {
margin-top: 30px;
background: transparent;
}
.morelink, .morelink:hover, .morelink a {
border-radius: 2px !important;
background: white;
border: none;
cursor: pointer;
color: #6E61B0 !important;
font-weight: normal;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment