@namespace url(http://www.w3.org/1999/xhtml);
/*--------------------Misc---------------------*/
/*hide post imgs*/
/*span.postbody img,*/
/*hide sigs avatars*/
span.postdetails img,img[src*="emoticons"],[class*="signature"],[src*="signature"],[src*="avatar"],[href*="avatar"],[alt*="avatar"],[title*="avatar"],[href*="emoticons"],[src*="emoticons"],
.paypal,#paypal,form[action*="paypal"]{display:none!important}
/*mark file formats*/
a[href$=".pdf"]:after{content:' [PDF]'}
a[href$=".mp3"]:after{content:' [MP3]'}
a[href$=".mov"]:after{content:' [MOV]'}
a[href$=".rm"]:after{content:' [RM]'}
a[href$=".avi"]:after{content:' [AVI]'}
a[href$=".ogm"]:after{content:' [OGM]'}
a[href$=".mkv"]:after{content:' [MKV]'}
a[href$=".divx"]:after{content:' [DIVX]'}
a[href$=".zip"]:after{content:' [ZIP]'}
a[href$=".rar"]:after{content:' [RAR]'}
a[href$=".7z"]:after{content:' [7z]'}
a[href$=".tar"]:after{content:' [TAR]'}
a[href$=".gzip"]:after{content:' [GZIP]'}
a[href$=".bz2"]:after{content:' [BZ2]'}
a[href$=".ace"]:after{content:' [ACE]'}
a[href$=".doc"]:after{content:' [DOC]'}
a[href$=".exe"]:after{content:' [EXE]'}
a[href$=".mp4"]:after{content:' [MPEG4]'}
a[href$=".mp1"]:after{content:' [MPEG1]'}
a[href$=".mpg"]:after,a[href$=".mpeg"]:after{content:' [MPEG]'}
a[href$=".iso"]:after{content:' [ISO]'}
a[href$=".bin"]:after{content:' [BIN]'}
a[href$=".wmv"]:after{content:' [WMV]'}
a[href$=".msi"]:after{content:' [MSI]'}
a[href$=".txt"]:after{content:' [TXT]'}
a[href$=".run"]:after{content:' [RUN]'}
a[href$=".css"]:after{content:' [CSS]'}
a[href$=".sit"]:after{content:' [SIT]'}
a[href$=".gz"]:after{content:' [GZ]'}
a[href$=".rpm"]:after{content:' [RPM]'}
a[href$=".xpi"]:after{content:' [XPI]'}
a[href$=".jar"]:after{content:' [JAR]'}
a[href$=".iso"]:after{content:' [ISO]'}
a[href$=".bin"]:after{content:' [BIN]'}
a[href$=".cue"]:after{content:' [CUE]'}
a[href$=".wav"]:after{content:' [WAV]'}
a[href$=".ogg"]:after{content:' [OGG]'}
a[href$=".flac"]:after{content:' [FLAC]'}
/* disable fixed backgrounds (body,td,etc) */
*{background-attachment:scroll!important}
/* Style "highlight all" - Ctrl+F */
span#__firefox-findbar-search-id{color:#fff!important;border:solid 1px #900!important;background:#f66!important;padding:0.1em!important}
/* Error page padding */
div#longDesc div{padding:5px 15px 5px 15px!important}
/*--------------------Misc---------------------*/
/*--------------------Annoyances---------------------*/
/*remove outline from clicked links*/
*|*:-moz-any-link:focus{outline:0!important}
/*remove max width/height on hover*/
@-moz-document domain("userstyles.org"){.screenshot:hover{max-width:none!important;max-height:none!important}}
/* Disable blinking text and marquees */
blink{text-decoration:none!important}
/* Stop those <marquee> tags! */
marquee{-moz-binding:none!important;display:block!important;height:auto!important}
/*--------------------Annoyances---------------------*/
/*--------------------Images---------------------*/
/* centers image only pages */
HTML>BODY>IMG:only-child{display:block!important;margin-left:auto!important;margin-right:auto!important}
/* hide image borders */
a img{border:0!important}
/*--------------------Images---------------------*/
/*--------------------URL---------------------*/
/* highlight JS links*/
a[href^="javascript:"],a[href="#"][onclick]{background:#BDCCDB!important;color:#006600!important;text-decoration:line-through!important;text-decoration:underline!important}
/* highlight email links*/
a[href^="mailto:"]{background:#C0C0C0!important;color:black!important;text-decoration:line-through!important}
/* always underline urls */
:link,:visited{text-decoration:underline!important}
/* strikethrough on visited links */
a[href]:visited{text-decoration:line-through!important}
/* hide strikethrough on hover */
a[href]:visited:hover{text-decoration:none!important}
/* links opening in new window */
/*a[target*="blank"],a[target*="new"]{background:#666!important;text-decoration:line-through!important}
/* Change cursor for links that open in new window */
:link[target="_blank"],:visited[target="_blank"],:link[target="_new_window"],:visited[target="_new_window"],:link[target="_new"],:visited[target="_new"],:link[target=new],:visited[target=new]{cursor:crosshair!important}
/* Change cursor for spoofed URLs */
:link[href*="%00@"],:visited[href*="%00@"],:link[href*="%01@"],:visited[href*="%01@"]{cursor:help!important}
/*--------------------URL---------------------*/