Geekahedron (talk | contribs) No edit summary |
Geekahedron (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
} | } | ||
.skin-citizen .infobox table { | .skin-citizen-dark .infobox table { | ||
background: rgb(31, 38, 44); | background: rgb(31, 38, 44); | ||
color: #FFF; | color: #FFF; | ||
} | } | ||
.skin-timeless .infobox table, .skin-vector .infobox table { | .skin-citizen-light .infobox table, .skin-timeless .infobox table, .skin-vector .infobox table { | ||
background: rgb(180, 190, 185); | background: rgb(180, 190, 185); | ||
color: #1a1a1b; | color: #1a1a1b; |
Revision as of 19:38, 7 April 2022
/* CSS placed here will affect Community templates */
@media screen and (max-width: 600px) {
.infobox table {
clear: left;
margin-left: auto !important;
margin-right: auto !important;
width: 100% !important;
}
}
.skin-citizen-dark .infobox table {
background: rgb(31, 38, 44);
color: #FFF;
}
.skin-citizen-light .infobox table, .skin-timeless .infobox table, .skin-vector .infobox table {
background: rgb(180, 190, 185);
color: #1a1a1b;
}
.infobox table {
margin: 0 0 1em 1em;
font-size: 95%;
width: 310px;
padding: 10px;
text-align: left;
float: right;
border-radius:16px;
}
.infoboxheader {
background-color: #ff4500;
color: #fff;
text-align: center;
font-size:125%;
font-weight:bold;
}