MediaWiki:Common.css
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
/* .picturescont { border-left: 3px dotted lightblue; } */
.picturescont {
margin-top: -1.5em;
height: 2.25em;
padding: 0;
position: absolute;
z-index: inherit;
}
.meter,
.parallel,
.commentary,
.pictures,
.outline,
.comment,
.word {
background-image: url('images/metrical.png');
background-repeat: no-repeat;
padding: 0 0.5em;
display: inline;
position: relative;
}
.word {
background-image: none;
padding: 0;
}
.parallel {
background-image: url('images/layout-2-equal.png');
}
.commentary {
background-image: url('images/book-open.png');
}
.pictures {
background-image: url('images/image.png');
}
.comment {
background-image: url('images/balloon-left.png');
}
.outline {
background-image: url('images/edit-list.png');
}
.meter .metertext,
.parallel .paralleltext,
.commentary .commentarytext,
.pictures .picturestext,
.comment .commenttext,
.outline .outlinetext,
.word .wordtext {
display: none;
}
.meter.open .metertext,
.parallel.open .paralleltext,
.commentary.open .commentarytext,
.pictures.open .picturestext,
.outline.open .outlinetext,
.comment.open .commenttext,
.word.open .wordtext {
display: block;
position: absolute;
top: 100%;
left: 0;
margin-top: 0;
border: 2px dotted darkslategray;
padding: 1em;
background-color: #fff;
z-index: 500;
width: var(--popup-width, 70vw);
max-width: var(--popup-width, 70vw);
min-width: 0;
box-sizing: border-box;
overflow-wrap: break-word;
}
.pictures.open .picturestext {
text-align: left !important;
}
.pictures.open .picturestext figure,
.pictures.open .picturestext .thumb,
.pictures.open .picturestext .thumbinner,
.pictures.open .picturestext .center,
.pictures.open .picturestext a.image,
.pictures.open .picturestext img {
float: none !important;
text-align: left !important;
margin-left: 0 !important;
margin-right: auto !important;
}
.pictures.open .picturestext img {
display: block !important;
}
.outline.open .outlinetext {
height: 250px;
overflow-y: auto;
}
#bodyContent table td {
padding: 0.25em 1em;
}