Skip to content

Instantly share code, notes, and snippets.

@chadluo
Created December 5, 2014 09:29
Show Gist options
  • Save chadluo/243585d2970575d890dd to your computer and use it in GitHub Desktop.
Save chadluo/243585d2970575d890dd to your computer and use it in GitHub Desktop.
wikiwand.css
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.wikiwand.com/en") {
.narrow_column {
width: 700px;
}
p { -moz-hyphens: auto; }
.sans_serif { font-family: "Gill Sans", "Helvetica Neue", sans-serif !important; }
.sans_serif p { line-height: 1.4;}
.sans_serif h1, .sans_serif h2, .sans_serif h3 { font-weight: 400 !important; }
.serif { font-family: "Athelas", "Hiragino Mincho ProN", serif !important; }
.serif p, .serif li { line-height: 1.36; margin: 0; }
.serif p + p { text-indent: 1.4em }
.serif h2 {
line-height: 1;
margin-bottom: 0.2em;
}
/*
.serif .first-paragraph:first-letter {
font-size: 3.5em;
float: left;
margin-top: 0.1em;
margin-right: 0.1em;
font-weight: normal;
}
*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment