MediaWiki:Vector.css: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
Creata pagina con "→Gli stili CSS inseriti qui si applicano agli utenti che usano il tema Vector: →CSS placed here will affect users of the Vector skin: @media ( max-width: 800px ) { ta..." |
Nessun oggetto della modifica Etichetta: Ripristino manuale |
||
(8 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 148 ⟶ 160:
}
.mw-body-content .
.mw-body-content .vertical-navbox,
.mw-body-content .navbox,
Line 193 ⟶ 205:
@media ( min-width: 1500px ) {
.ns-0 .mw-body-content .mw-parser-output > * {▼
.ns-0 .mw-body-content .mw-parser-output > * > li {
Line 201 ⟶ 210:
}
.ns-0 .mw-body-content .mw-parser-output > .
.ns-0 .mw-body-content .mw-parser-output > .vertical-navbox,
.ns-0 .mw-body-content .mw-parser-output > .floatright,
Line 209 ⟶ 218:
margin-right: 0 !important;
margin-left: 1.4em !important;
}
Line 236 ⟶ 231:
}
}
@media ( min-width: 1900px ) {
.ns-0 .mw-body-content .mw-parser-output > *:not(.sinottico {
margin-left: 350px !important;
}
Line 282 ⟶ 269:
/* Do this in all namespaces */
:not( .ns-0 ) .mw-body-content .mw-parser-output {
margin-left: auto;
margin-right: auto;
Line 325 ⟶ 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 368 ⟶ 345:
/* FR topicon position */
body.skin-vector-legacy div.flaggedrevs_short {
position: absolute;
top: -3em;
Line 376 ⟶ 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]] */
border-left: none;
}
|