More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 3: | Line 3: | ||
text-align: left; | text-align: left; | ||
background-color: #001D3D; | background-color: #001D3D; | ||
border-spacing: | border-spacing: 10px; | ||
border: 1px solid #72777d; | border: 1px solid #72777d; | ||
margin: | margin: 0 0 1em 1em; | ||
width: 350px; | width: 350px; | ||
} | } | ||
Revision as of 23:14, 23 April 2025
.infobox {
float: right;
text-align: left;
background-color: #001D3D;
border-spacing: 10px;
border: 1px solid #72777d;
margin: 0 0 1em 1em;
width: 350px;
}
.infobox-image {
text-align: center;
object-fit: cover;
}
.ib-dos-skill {
border-spacing: 2px 5px;
}
.infobox-label {
vertical-align: top;
}
.ib-dos-skill .infobox-above,
.ib-dos-skill .infobox-header {
text-align: center;
background-color: #DEDEE2;
}
/* light background for transparent images */
.ib-dos-skill .infobox-image img {
background-color: transparent;
}
@media screen {
html.skin-theme-clientpref-night .ib-dos-skill .infobox-above,
html.skin-theme-clientpref-night .ib-dos-skill .infobox-header {
background: hsl(240, 6%, 20%);
color: inherit;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .ib-dos-skill .infobox-above,
html.skin-theme-clientpref-os .ib-dos-skill .infobox-header {
background: hsl(240, 6%, 20%);
color: inherit;
}
}