Difference between revisions 237892 and 237893 on ptwikibooks

/* @tracking: [[Special:GlobalUsage/User:Helder.wiki/Tools/Global.css]] ([[File:User:Helder.wiki/Tools/Global.css]]) */

/* Omite alguns elementos da interface */
html:not(.mw) #centralNotice, /* Fundraising Notice */
html:not(.mw) #n-sitesupport, /* Donation link on sidebar */
html:not(.mw) #n-variablepage, /* idem */
html:not(.mw) #n-help,
html:not(.mw) #t-recentchangeslinked,
(contracted; show full)html:not(.mw) span.mw-geshi,
html:not(.mw) pre.source-css,
html:not(.mw) pre.source-javascript {
    font-family: monospace, "Courier New" !important;
}

/* Restaura a cor usual dos links nas páginas de discussão (geralmente são assinaturas) */
html:not(.mw) 
.ns-talk a > span,
html:not(.mw) .ns-talk a > font,
html:not(.mw) .ns-talk span > a,
html:not(.mw) .ns-talk font > a
{
    color: #0645AD !important;
    background:#fff !important;
    font-family: sans-serif !important;
}
html:not(.mw) .ns-talk a:visited > span,
html:not(.mw) .ns-talk a:visited > font,
html:not(.mw) .ns-talk span > a:visited,
html:not(.mw) .ns-talk font > a:visited
{
    color: #0B0080 !important;
    background:#fff !important;
    font-family: sans-serif !important;
}
 
/* Exibe links para as âncoras dos títulos de seção apenas ao passar o mouse sobre o título */
/* [[w:fr:MediaWiki:Gadget-AncreTitres.js]] */
h1:hover > span.noprint,
h2:hover > span.noprint,
h3:hover > span.noprint,
h4:hover > span.noprint,
h5:hover > span.noprint,
h6:hover > span.noprint {
	visibility: visible;
}
 
h1 > span.noprint,
h2 > span.noprint,
h3 > span.noprint,
h4 > span.noprint,
h5 > span.noprint,
h6 > span.noprint {
	visibility: hidden;
}