Questa pagina definisce alcuni parametri di aspetto e comportamento generale di tutte le pagine. Per personalizzarli vedi Aiuto:Stile utente.


Nota: dopo aver salvato è necessario pulire la cache del proprio browser per vedere i cambiamenti (per le pagine globali è comunque necessario attendere qualche minuto). Per Mozilla / Firefox / Safari: fare clic su Ricarica tenendo premuto il tasto delle maiuscole, oppure premere Ctrl-F5 o Ctrl-R (Command-R su Mac); per Chrome: premere Ctrl-Shift-R (Command-Shift-R su un Mac); per Konqueror: premere il pulsante Ricarica o il tasto F5; per Opera può essere necessario svuotare completamente la cache dal menù Strumenti → Preferenze; per Internet Explorer: mantenere premuto il tasto Ctrl mentre si preme il pulsante Aggiorna o premere Ctrl-F5.

/* 
mw.loader.load("//www.wikidata.org/w/index.php?title=User:Yair rand/WikidataInfo.js&action=raw&ctype=text/javascript")
*/

/*
input[type=submit] { border-radius: 0px; }
*/

.skin-vector {
	font-family:arial !important;
}

#wpTextbox1 {
	line-height: 1.5em;
}

.stub {
	background-color:#eef;
}

/* ********************************
   Evidenziazione della sintassi 
*********************************** */
/* Titoli sezioni */
pre.cm-mw-section-2, pre.cm-mw-section-3, pre.cm-mw-section-4 {font-size:105%; color:#000; font-weight:bold;}
.cm-mw-section-header {color:#000;} /* trattini */

/* Wikilink */
.cm-mw-link-ground {color:#1D007F; background:#fff; text-decoration:none;}

/* Tag HTML */
.cm-mw-htmltag-bracket, .cm-mw-htmltag-name {color:#800;font-weight:bold;}

/*
::selection {
  background: "" !important;
}

::-moz-selection {
  background: "" !important
}
*/

/* ********************************
   CodeMirror in stile Dots 
   by Sakretsu
   ********************************/

.cm-mw-template-name {
	text-decoration: inherit;
}
.cm-mw-list,
.cm-mw-indenting {
	color: inherit; font-weight: inherit; background-color:#EFE
}
.cm-strong,
.cm-em,
.cm-mw-apostrophes-italic,
.cm-mw-apostrophes-bold,
.cm-mw-section-header {
	color: inherit; background-color:#EEE; font-style:inherit; font-weight:inherit;
}

pre.cm-mw-section-1,
pre.cm-mw-section-2,
pre.cm-mw-section-3,
pre.cm-mw-section-4,
pre.cm-mw-section-5,
pre.cm-mw-section-6 {
	font-size: inherit; line-height: inherit; font-weight: inherit;
}

.cm-mw-section-1 span,
.cm-mw-section-2 span,
.cm-mw-section-3 span,
.cm-mw-section-4 span,
.cm-mw-section-5 span,
.cm-mw-section-6 span {
	color: inherit; background-color:#EEE;
}
.cm-mw-link-pagename {
	color:#36c
}
.cm-mw-template-ground.cm-mw-htmltag-name,
.cm-mw-template-ground.cm-mw-htmltag-bracket,
.cm-mw-template-ground.cm-mw-exttag-name,
.cm-mw-template-ground.cm-mw-exttag-bracket,
.cm-mw-template-ground.cm-mw-htmltag-attribute,
.cm-mw-exttag-name,
.cm-mw-exttag-bracket,
.cm-mw-exttag-attribute,
.cm-mw-htmltag-name,
.cm-mw-htmltag-bracket,
.cm-mw-tag-ref {
	background-color:#FEF; color:inherit; font-weight: inherit;
}
.cm-mw-link-ground,
.cm-mw-ext-ground,
.cm-mw-template-ext-ground {
	background-image:none
}
.cm-mw-link-bracket,
.cm-mw-link-delimiter,
.cm-mw-link-pagename,
.cm-mw-link-text,
.cm-mw-link-tosection,
.cm-mw-link,
.cm-mw-template-link-ground {
	background-color: #EEF; background-image:none; text-decoration: inherit; color:inherit;
}
.cm-mw-template-ground,
.cm-mw-template2-ground,
.cm-mw-template3-ground,
.cm-mw-template-ext-ground,
.cm-mw-parserfunction,
.cm-mw-parserfunction-name,
.cm-mw-parserfunction-delimiter,
.cm-mw-parserfunction-bracket {
	background-color: #FFC; color:inherit; font-weight:inherit; background-image:none
}
.cm-mw-extlink-bracket,
.cm-mw-extlink-protocol,
.cm-mw-extlink,
.cm-mw-extlink-text {
	color:inherit; font-weight:inherit; background-color:#EFF;
}
.cm-mw-mnemonic {
	color:inherit; background-color:#DFD;
}
.cm-mw-comment {
	color:inherit; background-color:#EFE;
}
.cm-mw-signature,
.cm-mw-templatevariable-bracket,
.cm-mw-templatevariable-name,
.cm-mw-templatevariable-delimiter {
	color:inherit; background-color:#FC6; font-weight:inherit; background-image:none;
}