Skip to content

Instantly share code, notes, and snippets.

@razor-x
Last active August 29, 2015 13:57
Show Gist options
  • Save razor-x/9717923 to your computer and use it in GitHub Desktop.
Save razor-x/9717923 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("eve-survival.org") {
body, h1, h2, h3, h4, h5,
#content, #header, #page, input, #footer,
#comments, #commentheader {
font-family: 'Open Sans', sans-serif !important;
color: #526175 !important;
background-color: #E8E8E8 !important;
}
a {
color: #526175 !important;
}
a:visited {
color: #CC3399 !important;
}
h1, h2, h3, h4, h5, h6 {
color: #000000 !important;
}
table.data {
width: 90vw;
border-color: black !important;
}
table.data * {
font-size: 1rem;
background-color: #E8E8E8 !important;
border-color: black !important;
}
#content {
max-width: 800px;
font-size: 1.2rem;
-moz-hyphens: auto;
line-height: 1.4rem;
}
#content h5 {
margin-bottom: 0.5rem;
font-size: 1.4rem;
color: #000000 !important;
}
#content > a {
display: inline-block;
margin-bottom: 1rem;
}
#content > img {
border: 1px solid #000000;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment