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!



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

table.infobox.infobox-body {
    background: rgba(0, 0, 0, .5);
    padding: 5px 10px;
    border-radius: 20px;
}