Skip to content

Instantly share code, notes, and snippets.

@razor-x
Last active August 29, 2015 13:57
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/9658049 to your computer and use it in GitHub Desktop.
Save razor-x/9658049 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://www.agony-unleashed.com/wiki/") {
body,
div#footer, div#content,
#mw-page-base, #mw-head-base,
div.vectorTabs, div.vectorTabs *,
div.vectorTabs li a, div.vectorMenu h5 a {
background-image: none;
background-color: #E8E8E8 !important;
}
body {
font-family: 'Open Sans', sans-serif;
font-size: 1.5rem;
}
a {
color: #526175 !important;
}
a:visited {
color: #CC3399 !important;
}
div#content a.external {
color: #1D7B1B !important;
}
#content p, ul {
margin-left: 1rem;
max-width: 900px;
-moz-hyphens: auto;
text-align: justify;
}
#content ul {
margin-left: 0;
list-style-position: inside;
}
#pt-login, #pt-userpage {
background-image: none;
}
#p-search form, #p-search input {
margin: 14px 0px 0px;
}
#mw-panel {
font-size: 1rem;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment