@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(wikipedia.org), domain(wikibooks.org), domain(wikiversity.org), domain(wiktionary.org), domain(wikiquote.org), domain(wikisource.org), domain(wikimedia.org), domain(wikinews.org), domain(uncyclopedia.org) {
span.editsection a, span.editsection
{
visibility:hidden;
}

h1:hover span.editsection a, h1:hover span.editsection,
h2:hover span.editsection a, h2:hover span.editsection,
h3:hover span.editsection a, h3:hover span.editsection,
h4:hover span.editsection a, h4:hover span.editsection,
h5:hover span.editsection a, h5:hover span.editsection,
h6:hover span.editsection a, h6:hover span.editsection
{
visibility:visible;
}
}