MediaWiki:Vector.css: differenze tra le versioni

nessun oggetto della modifica
Nessun oggetto della modifica
Nessun oggetto della modifica
Riga 300: Riga 300:
font-weight: bold;
font-weight: bold;
}
}
}
/* Don't display some stuff on the main page */
.page-Main_Page #deleteconfirm,
.page-Main_Page #t-cite,
.page-Main_Page #footer-info-lastmod,
.action-view.page-Main_Page #siteSub,
.action-view.page-Main_Page #contentSub,
.action-view.page-Main_Page .firstHeading {
display: none !important;
}
}


Riga 351: Riga 341:


/* Make "From Wikipedia, the free encyclopedia" a bit smaller */
/* Make "From Wikipedia, the free encyclopedia" a bit smaller */
#siteSub {
body.skin-vector-legacy #siteSub {
font-size: 92%;
font-size: 92%;
}
}


/* Move page status indicators down slightly */
/* Move page status indicators down slightly */
.mw-body .mw-indicators {
body.skin-vector-legacy .mw-indicators {
padding-top: 0.4em;
padding-top: 0.4em;
}
/* Override [[phab:T265947]] */
.mw-body-content blockquote {
border-left: none;
}
}