MediaWiki:Darkvector.css: differenze tra le versioni

Pagina dell'interfaccia di MediaWiki
(Creata pagina con "→‎CSS placed here will affect users of the DarkVector skin: →‎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; }")
 
Nessun oggetto della modifica
 
(5 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 {
Riga 15: Riga 17:


body { font-size: larger; }
body { font-size: larger; }
.thumbborder {
  border-color: #DF9700 !important;
}

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;
}