Aus skandinavien-wiki.net
/*
Styles for Box template
*/
.voy-box-wrapper {
box-sizing: border-box;
border: 1px solid #6cc8f3;
border-radius: 5px;
position: relative;
padding: 0 0.5em 3px;
margin: 0.75em 0 0;
}
.voy-box-first {
margin: 0;
clear: both;
}
.skin-minerva .voy-box-wrapper {
width: auto !important;
}
.qbDiv .voy-box-wrapper, .qbRightDiv .voy-box-wrapper {
border: none;
margin: 0;
}
.skin-minerva .voy-box-wrapper + ul, .skin-minerva .voy-box-wrapper + ol {
margin-top: 0.75em;
}
.voy-box-wrapper .emph { /* for main page */
font-size: 110%;
font-weight: bold;
}
/* border color */
.voy-box-var-1 { /* blau */
border-color: #6cc8f3;
}
.voy-box-var-2 { /* grün */
border-color: #80f000;
}
.voy-box-var-3 { /* rot */
border-color: #f3706c;
}
/* box position */
.voy-box-centered {
clear: both;
float: none;
margin: 1em auto;
}
.voy-box-left {
clear: left;
float: left;
margin: 0 1em 1em 0;
background: #ffffff;
}
.voy-box-right {
clear: right;
float: right;
margin: 0 0 1em 1em;
background: #ffffff;
}
@media (max-width: 720px) {
.voy-box-left, .voy-box-right {
clear: both;
float: none;
margin: 0 0 1em;
width: 100% !important;
}
}
/* collapsible and editable boxes */
.voy-box-wrapper .voy-box-edit-link, .voy-mod-toggle .mw-collapsible-toggle {
display: block;
float: right;
font-size: 90%;
background: transparent;
margin: 0.5em 0 0.5em 0.5em;
padding-top: 0.4em;
}
.voy-box-wrapper.mw-collapsed {
padding-bottom: 0;
}
/* box header */
.voy-box-header {
background: #f0f0f0;
color: #004f80;
margin: 0 -0.4em 0.4em;
padding: 0.3em 0.4em;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 1.25em;
}
.voy-box-wrapper .voy-centered {
text-align: center;
}
.skin-minerva .voy-box-header .lazy-image-placeholder {
display: inline;
}
.mw-collapsed .voy-box-header {
border-radius: 5px;
margin-bottom: 0;
}
.voy-box-var-1 > .voy-box-header, .voy-box-var-1 > .voy-box-header a {
color: #004f80;
}
.voy-box-var-2 > .voy-box-header, .voy-box-var-2 > .voy-box-header a {
color: #00804f;
}
.voy-box-var-3 > .voy-box-header, .voy-box-var-3 > .voy-box-header a {
color: #800200;
}
@media print {
.voy-box-wrapper {
border: 0.25mm solid #6cc8f3;
}
.voy-box-header {
font-size: 1em;
border-top: 0.25mm solid #c0c0c0;
border-bottom: 0.25mm solid #c0c0c0;
}
.voy-box-edit-link, .voy-box-wrapper .mw-collapsible-toggle {
display: none;
}
}
/* box image */
.voy-box-image {
position: relative; /* IE quirks mode */
background-color: #ffffff;
margin: 0 0 0 -0.5em;
padding: 2px 2px 1px;
float: left;
border-top-left-radius: 5px;
}
/* box content */
.voy-box-content p, .voy-box-content ul, .voy-box-content ol, .voy-box-content div {
margin-bottom: 0.3em;
}
.voy-box-content li, .voy-box-content div {
page-break-inside: avoid;
break-inside: avoid-column;
}
.voy-box-content > *:first-child {
margin-top: 0;
padding-top: 0;
}
.navLeiste, .voy-navigation-bar {
text-align: center;
padding-bottom: 0;
}
.navLeiste .voy-box-header, .voy-navigation-bar .voy-box-header {
margin-bottom: 0;
}
.navLeiste .voy-box-content, .voy-navigation-bar .voy-box-content {
margin-top: 0.3em;
padding: 0 0 0.3em;
}