Skip to content

Instantly share code, notes, and snippets.

@razor-x
Last active October 1, 2015 15:42
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 razor-x/9658208 to your computer and use it in GitHub Desktop.
Save razor-x/9658208 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("https://forums.agony-unleashed.com/index.php") {
.post.entry-content a, .signature a {
color: #526175 !important;
}
.post.entry-content a:visited, .signature a:visited {
color: #CC3399 !important;
}
.post_wrap {
font-family: "Open Sans";
}
.post.entry-content {
font-size: 1.4em !important;
}
.post_block, .__topic.expandable {
background-color: #F3F3F3;
}
.__topic.expandable {
border-bottom: 1px solid #dadada;
}
#content {
max-width: 1000px;
margin: 0 auto;
}
.post.entry-content {
line-height: 1.5em;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment