Code:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("guildwars.incgamers.com") {
html, body {background: #C3D1D2 none !important; color: #333 !important;}
#mainPage > .body_wrapper > div:first-child {display: none !important;}
.body_wrapper {box-shadow: 0 0 4px rgba(0,0,0,0.3) !important;}
/* Forum top */
.pagination span {margin-bottom: 0.5em !important;}
.pagination span a:hover {background: #AF2727 !important;}
.toolsmenu {margin: 1em 0 !important;}
/* Thread list */
.forumactionlinks {display: none !important;}
/* Single thread */
.postrow, .postcontent.preview {width: 35em !important; padding: 10px 15px !important; font: 16px/1.5 Cambria, Georgia, serif !important; overflow: visible !important;}
.bbcode_container div.bbcode_quote {font: italic 15px/1.5 Cambria, Georgia, serif !important;}
img, embed, .postbit .content img, .postbitlegacy .content img, .postbitdeleted .content img, .postbitignored .content img, .eventbit .content img {
max-width: 100% !important; -moz-transition: all 0.5s ease-out 0.5s;
}
img:hover, embed:hover, .postbit .content img:hover, .postbitlegacy .content img:hover, .postbitdeleted .content img:hover, .postbitignored .content img:hover, .eventbit .content img:hover {
max-width: 3000px !important; -moz-transition-delay: 0.1s;
}
.spoiler img {max-width: 3000px !important;}
blockquote {overflow: visible !important;}
.userinfo_extra, .imlinks, .postbitlegacy .after_content {opacity: 0; -moz-transition: all 0.4s ease-out 0.5s;}
.userinfo:hover .userinfo_extra, .userinfo:hover .imlinks, .postbitlegacy .after_content:hover {opacity: 1 !important;}
.anet_post {font-size: 1em !important; border-radius: 4px !important; box-shadow: 1px 1px 2px rgba(0,0,0,0.5) !important;}
.anet_post .bbcode_container {color: #333 !important;}
}