MediaWiki:Darkvector.css: differenze tra le versioni

Pagina dell'interfaccia di MediaWiki
Nessun oggetto della modifica
Nessun oggetto della modifica
 
(4 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
/* CSS placed here will affect users of the DarkVector skin */
/* CSS placed here will affect users of the DarkVector skin */
body { font-size: larger; }
/*colore di sfondo*/
/*colore di sfondo*/
.portable-infobox.pi-background {
.portable-infobox.pi-background {

Versione attuale delle 19:47, 16 mag 2024

/* CSS placed here will affect users of the DarkVector skin */
body { font-size: larger; }

/*colore di sfondo*/
.portable-infobox.pi-background {
   background-color: #2A2A2A;
}

/*colore barra e linee tra testo infobox*/
.portable-infobox .pi-secondary-background {
   background-color: #DF9700;
}

.portable-infobox .pi-border-color {
   border-color: #DF9700;
}

body { font-size: larger; }

.thumbborder {
  border-color: #DF9700 !important;
}