Differenze tra le versioni di "MediaWiki:Common.css"

(Annullata la modifica 65691 di Merak (discussione))
Riga 12: Riga 12:
 
.header-table {
 
.header-table {
 
     background: url("") repeat 0em 0em;
 
     background: url("") repeat 0em 0em;
 +
}
 +
 +
/* Togliere il nome delle pagine nella schermata */
 +
body.page-Pagina_principale #catlinks,
 +
body.page-Pagina_principale h1.firstHeading{
 +
display: none;
 
}
 
}

Versione delle 16:19, 25 ott 2014

 table .collapsed tr .collapsible {
         display : none;
 }
 
 .collapseButton { /* 'show'/'hide' buttons created dynamically by the */
         float : right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
         font-weight : normal; /* are styled here so they can be customised.  */
         text-align : right;
         width : auto;
 }

.header-table {
    background: url("") repeat 0em 0em;
}

/* Togliere il nome delle pagine nella schermata */
body.page-Pagina_principale #catlinks,
body.page-Pagina_principale h1.firstHeading{
display: none;
}