Skip to content

Instantly share code, notes, and snippets.

@omgmog
Created March 3, 2015 11:51
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 omgmog/df0d7dd56a830f351bee to your computer and use it in GitHub Desktop.
Save omgmog/df0d7dd56a830f351bee to your computer and use it in GitHub Desktop.
Userstyle to make DN better, works nicely with Stylish for Chrome!
/* Hide the 'Jobs' stuff */
#MOTD,
#NavigationLinks .Jobs,
.JobContent {
display: none;
}
/* Increase the item numbers */
.Frontpage .InnerPage ol li:before, .Newest .InnerPage ol li:before, .Sponsored .InnerPage ol li:before, .Search .InnerPage ol li:before, .Notifications .InnerPage ol li:before, .Discussions .InnerPage ol li:before {
font-size: 20px;
line-height: 20px;
position: static;
}
/* Fix the max-width of headlines */
.Frontpage .InnerPage ol li a.StoryUrl, .Newest .InnerPage ol li a.StoryUrl, .Sponsored .InnerPage ol li a.StoryUrl, .Search .InnerPage ol li a.StoryUrl, .Notifications .InnerPage ol li a.StoryUrl, .Discussions .InnerPage ol li a.StoryUrl {
max-width: 500px;
}
/* Make the heading of the home page more consistent with other pages */
.Frontpage.FirstPage .Content .InnerPage::before,
.InnerPage #Explanation h1 {
margin: 0;
content: 'Top Stories';
display: block;
padding: 40px 0 50px 0;
text-align: center;
font: 400 50px/50px "Whitney SSm A","Whitney SSm B","Helvetica Neue",Helvetica,Arial,Sans-Serif;
color: #9099a7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment