Anonimo
×
Crea una nuova voce
Write your page title here:
We currently have 99 articles on Hallway Wiki. Type your article name above or click on one of the titles below and start writing!



Versione del 11 apr 2024 alle 18:55 di Tolomee (discussione | contributi) (Creata pagina con "→‎All CSS here will be loaded for users of the Cosmos skin: #mw-content { background: rgba(28, 27, 34, .9); } .roster-table > tbody > tr > th { background: #333; } .roster-table > tbody > tr > th, .roster-table > tbody > tr > td { font-size: .9em; padding: 3px 12px; } #mw-toc-heading { color: #888; } .skin-cosmos .toc, #mw-content .toc > ul { border-color: #888; } #mw-content a:not(.new) { color: cornflowerblue; }")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)

Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
/* All CSS here will be loaded for users of the Cosmos skin */

#mw-content {
	background: rgba(28, 27, 34, .9);
}

.roster-table > tbody > tr > th {
    background: #333;
}
.roster-table > tbody > tr > th, .roster-table > tbody > tr > td {
    font-size: .9em;
    padding: 3px 12px;
}

#mw-toc-heading {
    color: #888;
}

.skin-cosmos .toc, #mw-content .toc > ul {
    border-color: #888;
}

#mw-content a:not(.new) {
    color: cornflowerblue;
}