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
Nessun oggetto della modifica
 
(2 versioni intermedie di uno stesso utente non sono mostrate)
Riga 27: Riga 27:
table.infobox.infobox-body {
table.infobox.infobox-body {
     background: rgba(0, 0, 0, .5);
     background: rgba(0, 0, 0, .5);
     padding: 5px;
     padding: 5px 10px;
     border-radius: 20px;
     border-radius: 20px;
    margin-left: 20px;
}
#p-Esplora {
    display: none;
}
}

Versione attuale delle 16:32, 28 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;
}

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

#p-Esplora {
    display: none;
}