MediaWiki:Monobook.css: differenze tra le versioni

Da LazioWiki.

Contenuto cancellato Contenuto aggiunto
chg
chg
 
(10 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */
/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */



body.page-Pagina_principale h1.firstHeading {
/* Change backround to "blue" */
display: none
.mediawiki {
background: #eff5ff none repeat scroll 0 0;
}

/* Remove the boxes in the sidebar and make the background "blue" */
.pBody {
background-color: #eff5ff;
border: none;
padding: 0 0.8em 0.3em 0.5em;
}


/* Remove bullets from the list in the sidebar */
.pBody ul {
list-style-type: none;
list-style-image: none;
}

/* Capitalize first letter in sidebar headers */
.portlet h3 {
text-transform: capitalize;
color: #23426e;
}
}

Versione attuale delle 16:42, 7 lug 2021

/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */


/* Change backround to "blue" */
.mediawiki {
    background: #eff5ff none repeat scroll 0 0;
}

/* Remove the boxes in the sidebar and make the background "blue" */
.pBody {
    background-color: #eff5ff;
    border: none;
    padding: 0 0.8em 0.3em 0.5em;
}


/* Remove bullets from the list in the sidebar */
.pBody ul {
    list-style-type: none;
    list-style-image: none;
}

/* Capitalize first letter in sidebar headers */
.portlet h3 {
    text-transform: capitalize;
    color: #23426e;
}