MediaWiki:Vector.css: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Nessun oggetto della modifica |
Nessun oggetto della modifica Etichetta: Ripristino manuale |
||
(4 versioni intermedie di uno stesso utente non sono mostrate) | |||
Riga 1:
/* Don't display some stuff on the main page */▼
display: none !important;▼
}▼
/* Gli stili CSS inseriti qui si applicano agli utenti che usano il tema Vector */
/* CSS placed here will affect users of the Vector skin */
Line 257 ⟶ 269:
/* Do this in all namespaces */
:not( .ns-0 ) .mw-body-content .mw-parser-output {
margin-left: auto;
margin-right: auto;
Line 300 ⟶ 312:
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;
}
Line 343 ⟶ 345:
/* FR topicon position */
body.skin-vector-legacy div.flaggedrevs_short {
position: absolute;
top: -3em;
Line 351 ⟶ 353:
/* Make "From Wikipedia, the free encyclopedia" a bit smaller */
body.skin-vector-legacy #siteSub {
font-size: 92%;
}
/* Move page status indicators down slightly */
body.
padding-top: 0.4em;
}
/* Override [[phab:T265947]] */
.mw-body-content blockquote {
border-left: none;
}
|