Skip to content

Instantly share code, notes, and snippets.

@viktorbijlenga
Last active December 26, 2015 05:49
Show Gist options
  • Save viktorbijlenga/7103893 to your computer and use it in GitHub Desktop.
Save viktorbijlenga/7103893 to your computer and use it in GitHub Desktop.
Custom styles for The Verges liveblog.Use with Stylish for Chrome: http://bit.ly/RujlXc Screenshot of the style: http://cl.ly/S699 I would recommend using the fullscreen mode in Chrome as well. Just press CMD+SHIFT+F to enter fullscreen.
body {
background: #222;
color: #FFF;
font-size: 20px!important;
line-height: 1.5em!important;
}
#content {
width: 800px!important;
}
#header, #nav, #aside, #entries h2, #subheader, .timestamp, #pinned-entries, #footer {
display: none!important;
}
.twitter-wrap {
background: transparent!important;
color: #000;
margin: 0 auto;
width: 500px;
}
#content-entries .entry img {
margin-bottom: 1.5em;
}
#container, #content, #content .entry, #section, #content-entries {
border: none;
}
img {
box-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
}
.entry-text {
min-width: 100%;
}
#content {
width: 700px;
float: none;
margin: 0 auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment