MediaWiki:Gadget-site-scrollGallery.css
Aspetto
Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.
- Firefox / Safari: tenere premuto il tasto delle maiuscole e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
- Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
- Internet Explorer: tenere premuto il tasto Ctrl mentre si fa clic su Refresh, oppure premere Ctrl-F5
- Opera: svuotare completamente la cache dal menu Strumenti → Preferenze
/* Copied from https://de.wikivoyage.org/wiki/MediaWiki:Common.css (19 March 2020) */
.ImageGroup {
text-align: center;
border: 1px solid #c8ccd1;
background-color: #f8f9fa;
color: black;
}
.ImageGroupHeader {
font-size: 110%;
font-weight: bold;
padding: 3px 3px 0;
background: #f0f0f0;
color: black;
margin-bottom: 0;
line-height: 1.2em;
}
.ImageNoLoop {
color: #f0f0f0; /* unsichtbar */
}
.ImageGrUnit {
margin: 0;
padding: 0;
}
.ImageGrUnitHeader {
background: #f0f0f0;
color: black;
}
.ImageGrUnitInner {
padding: 0;
}
.ImageGrUnitInner .thumbinner {
border: none;
background-color: transparent;
color: black;
}
.ImageGroup .thumb {
margin: 0;
}
.ImageGroup .thumbinner {
margin: 0 auto;
}
.ImageGroup .thumbcaption {
text-align: left;
}
@media print {
.ImageGroup {
border: none;
padding: 0;
width: auto !important;
}
.ImageGrUnitHeader, .ImageGroupHeader {
display: none;
}
}