Last active
August 29, 2015 13:57
-
-
Save razor-x/9658049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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