/* http://www.gozer.org/mozilla/ad_blocking/
wget -O ad_blocking.css http://www.gozer.org/mozilla/ad_blocking/css/ad_blocking.css
wget -O sites.css http://www.gozer.org/mozilla/ad_blocking/css/sites.css
wget -O style.css http://www.gozer.org/mozilla/ad_blocking/css/style.css
wget -O hostperm.1 "http://pgl.yoyo.org/adservers/serverlist.php?hostformat=hostperm.1&showintro=0"
*/

@import url("ad_blocking.css");
@import url("sites.css");
@import url("style.css");

@import url(chrome://flashblock/content/flashblock.css);

/* Change cursor for links that open in new window */
:link[target="_blank"],                         :visited[target="_blank"],
:link[target="_blank"]:after,                   :visited[target="_blank"]:after,
:link[target="_new"],                           :visited[target="_new"],
:link[target="_new"]:after,                     :visited[target="_new"]:after,
:link[target="this_is_a_new_window"],           :visited[target="this_is_a_new_window"],
:link[target="this_is_a_new_window"]:after,     :visited[target="this_is_a_new_window"]:after {
   cursor: crosshair;
   font-size: smaller;
   content: "[new]";
} 

/* Change cursor for JavaScript links */
a[href^="javascript:"]:after {
   cursor: move;
   font-size: smaller;
   content: "[js]";
}

/* hightlight pdf links */
a[href$=".pdf"]:after { font-size: smaller; content: " [pdf]"; }

/* Allways underline links */
:link, :visited { text-decoration: underline ! important }

/* Show named anchors */
a[name]:before { content: "[#" attr(name) "] "; }

/* named anchors to self */
/*a[href^="$self"] { text-decoration: overline ! important } */

/* Stop those <marquee> tags! */
marquee {
   -moz-binding                  : none !important;
   display                       : block;
   height                        : auto !important;
}

/*
 * turns off "blink" element blinking
 */
blink { text-decoration: none ! important; }

/* Remove ads from Google search results */
/*@-moz-document url-prefix(http://www.google.com/) {
        table[width="25%"][align="right"][bgColor="#ffffff "] {
                display: none ! important
        }
}*/

/* Remove ads from Google Groups */
/*@-moz-document url-prefix(http://groups-beta.google.com/) {
*/        /* Remove ads from Google Groups message detail view */
/*        table[id="rn"] {
                display: none ! important
        }
*/
        /* Remove ads from Google Groups search results */
/*        table[width="200"][align="right"] {
                display: none ! important
        }
}*/

