Revision 237182 of "Utilizador:Helder.wiki/Tools/Global.css" 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,
html:not(.mw) #n-welcome,
html:not(.mw) #n-createpage,
html:not(.mw) #n-newpages-description,
html:not(.mw) #n-contact-description,
html:not(.mw) #siteSub,
html:not(.mw) #editpage-copywarn,
html:not(.mw) #newarticletext,
html:not(.mw) #cpwarn,
html:not(.mw) #sandbox_warning,
html:not(.mw) .mw-tos-summary,
html:not(.mw) #mw-clearyourcache,
html:not(.mw) [id*="footer-"],
html:not(.mw) [id*="editnotice-"],
html:not(.mw) .mw-editTools,
html:not(.mw) #pt-mytalk {
	display:none !important;
}
 
/* To color the mention "updated since my last visit" in the history */
html:not(.mw) span.updatedmarker {
	color: black;
	background-color: #BDFFBD;
}
 
/* Formata as ligações conforme a página de destino */
html:not(.mw) #bodyContent a[href$=":Helder.wiki"] {
	text-shadow:0 0 10px blue;
}
html:not(.mw) #bodyContent a.extiw[href*=".wikipedia.org/w"] {
	color: green;
}
html:not(.mw) #bodyContent a[href $=".css"],
html:not(.mw) #bodyContent a[href $=".js"]{
	border-bottom: #333 1px dotted;
}
html:not(.mw) #bodyContent a[href $=".css"]{
	background-color: #FFEFDE;
}
html:not(.mw) #bodyContent a[href $=".js"]{
	background-color: #EDF7EE;
}
html:not(.mw) #bodyContent a.extiw[href*=".wiktionary.org/w"] {
	border-bottom: 1px dotted #999;
	color:#000000;
}
 
/* Formata os avisos */
html:not(.mw) .errorbox, .successbox {
	margin-bottom:0.5em;
	padding:0.1em 0.5em;
}
html:not(.mw) .usermessage {
	background-color: #e0e8ff;
	border: 1px solid #99b3ff;
}
 
/* Altera a aparência das ligações que são redirecionamentos (nas categorias e na [[Especial:Allpages]]) */
html:not(.mw) .allpagesredirect a, .redirects a, .pagesredirect a, .redirect-in-category, .allpagesredirect {
	font-style: italic;
	color:green;
}
 
/* Mais destaques para os interwikis para algumas wikis */
html:not(.mw) .interwiki-de a,
html:not(.mw) .interwiki-en a,
html:not(.mw) .interwiki-es a,
html:not(.mw) .interwiki-fr a,
html:not(.mw) .interwiki-gl a,
html:not(.mw) .interwiki-it a,
html:not(.mw) .interwiki-pt a,
html:not(.mw) .interwiki-ru a,
html:not(.mw) .interwiki-zh a {
	background-color:#DDFFDD;
}
 
/* Correção para que as tags <syntaxhighlight> e as páginas de .css e .js fiquem com o tamanho normal
   [[Bugzilla:26204]]. */
html:not(.mw) div.mw-geshi div,
html:not(.mw) div.mw-geshi div pre,
html:not(.mw) span.mw-geshi,
html:not(.mw) pre.source-css,
html:not(.mw) pre.source-javascript {
    font-family: monospace, "Courier New" !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;
}