Note: After publishing, 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: Press Ctrl-F5.
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
.infobox {
background: #eee;
border: 1px solid #aaa;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}
.infobox-title {
font-size: 2em;
text-align: center;
}
.infobox-image {
text-align: center;
}
.infobox th {
text-align: right;
vertical-align: top;
width: 120px;
}
.infobox td {
vertical-align: top;
}
div.thumbinner {
border: 1px solid #c8ccd1;
background-color: #f8f9fa;
font-size: 94%;
}
/* CSS Modal for Mediawiki
*
* @author: Keenan Payne
* current version crafted together by [[User:Christharp]].
* Added scroll bar for inside div and changed some elements for better viewing inside a Mediawiki.
*/
.modalDialog {
position: fixed;
font-family: Arial, Helvetica, sans-serif;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.8);
z-index: 99999;
opacity:0;
transition: opacity 400ms ease-in;
pointer-events: none;
}
.modalDialog:target {
opacity:1;
pointer-events: auto;
}
.modalDialog > div {
position: relative;
width: 50%;
height:auto;
margin: 10% auto;
padding: 5px 20px 13px 20px;
border-radius: 10px;
background: #fff;
background: linear-gradient(#fff, #999);
}
.modalDialog img {
width:100%;
height:auto;
}
.close {
background: #606061;
color: #fff;
line-height: 25px;
position: absolute;
right: -12px;
text-align: center;
top: -10px;
width: 24px;
text-decoration: none;
font-weight: bold;
border-radius: 12px;
box-shadow: 1px 1px 3px #000;
}
.close:hover {
background: #00d9ff;
}
.portable-infobox.pi-theme-item_box {
line-height: 1.15;
}
.portable-infobox.pi-theme-item_box .pi-item-spacing {
position: relative;
}
.portable-infobox.pi-theme-item_box .pi-item-spacing:after {
content: '';
display: block;
padding: 0;
border: none;
height: 1px;
background: linear-gradient(to right, rgba(254,204,177,0) 0%,rgba(248,165,121,0.31) 22%,rgba(241,116,50,0.41) 50%,rgba(234,85,7,0.41) 51%,rgba(241,110,41,0.31) 70%,rgba(251,149,94,0) 100%);
color: #333;
text-align: center;
margin: 1px auto 0px;
overflow: visible;
bottom: 0;
position: absolute;
width: 100%;
left: 0;
}
.portable-infobox.pi-theme-item_box .pi-data-label {
min-width: 95px;
overflow-wrap: normal;
line-height: 1.2em;
width: 95px;
}
#p-Forum-label {
line-height: 25px;
}
/* Kill the white box around image + caption */
.mw-body .thumbinner,
.mw-body-content .thumbinner,
div.thumbinner {
background: transparent !important;
border: none !important;
}
/* Caption on dark background */
.mw-body .thumbcaption,
.mw-body-content .thumbcaption,
div.thumbcaption {
background: transparent !important;
color: #ddd !important; /* pick your light color */
}
.skin-vector-2022 .mw-body .thumbinner {
background: transparent !important;
border: none !important;
}
/* Gallery boxes (the white square behind the image + caption) */
.gallerybox,
.mw-gallery-traditional .gallerybox,
.mw-gallery-packed .gallerybox {
background: transparent !important;
border: none !important;
}
/* The inner thumb div inside gallery boxes */
.gallerybox .thumb,
.gallerybox .thumb img {
background: transparent !important;
}
/* Caption under the image */
.gallerybox .gallerytext {
background: transparent !important;
color: #ddd !important; /* pick a light color to match your dark theme */
}
/* TEST: kill any white in image-like boxes */
.thumb,
.thumbinner,
.gallerybox,
.gallerybox .thumb,
figure.thumb,
div.mw-file-element {
background: transparent !important;
border: none !important;
}
