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!



MediaWiki:Cosmos.css: differenze tra le versioni

Nessun oggetto della modifica
Etichetta: Annullato
Nessun oggetto della modifica
Etichetta: Ripristino manuale
Riga 23: Riga 23:
#mw-content a:not(.new) {
#mw-content a:not(.new) {
     color: cornflowerblue;
     color: cornflowerblue;
}
table.infobox.infobox-body {
    background: rgba(0, 0, 0, .5);
    padding: 5px;
    border-radius: 20px;
}
.infobox-above {
    background: none;
}
}

Versione delle 19:03, 11 apr 2024

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