Skip to content

Instantly share code, notes, and snippets.

@gjankowiak
Last active August 31, 2015 08:27
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 gjankowiak/9692034 to your computer and use it in GitHub Desktop.
Save gjankowiak/9692034 to your computer and use it in GitHub Desktop.
Terrence Tao Cleanest
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("terrytao.wordpress.com") {
/* remove header */
div#header { display: none; }
/* remove post date and tags */
.post-metadata { display: none; }
/* remove footer */
div#footer { display: none; }
/* remove sidebar */
div#secondary { display: none; }
div#primary { width: 100%; }
/* be narrow screen friendly */
div#wrapper { width: 100%; max-width: 1200px; }
/* remove social crap + related posts */
div#jp-post-flair, div#bit { display: none; }
/* remove comments */
div#comments { display: none; }
/* justify text */
div#primary { text-align:justify; }
/* bump font size */
div#primary { font-size: 16pt; }
/* a bit less contrast for the eyes */
div#primary { color: #333; }
/* use your favorite font */
div#primary { font-family: 'Gentium Basic'!important;}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment