Geekahedron (talk | contribs) No edit summary |
Geekahedron (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
width: 100% !important; | width: 100% !important; | ||
} | } | ||
} | |||
.skin-citizen .infobox-table { | |||
background: rgb(31, 38, 44); | |||
color: #FFF; | |||
} | } | ||
Line 13: | Line 18: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
font-size: 95%; | font-size: 95%; | ||
width: 310px; | width: 310px; | ||
padding: 10px; | padding: 10px; | ||
Line 20: | Line 23: | ||
float: right; | float: right; | ||
border-radius:16px; | border-radius:16px; | ||
} | |||
.skin-citizen .infoboxheader { | |||
background-color: #ff4500; | |||
color: #fff; | |||
} | } | ||
Line 25: | Line 34: | ||
text-align: center; | text-align: center; | ||
font-size:125%; | font-size:125%; | ||
font-weight:bold; | font-weight:bold; | ||
} | } |
Revision as of 19:29, 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 .infobox-table {
background: rgb(31, 38, 44);
color: #FFF;
}
.infobox table {
margin: 0 0 1em 1em;
font-size: 95%;
width: 310px;
padding: 10px;
text-align: left;
float: right;
border-radius:16px;
}
.skin-citizen .infoboxheader {
background-color: #ff4500;
color: #fff;
}
.infoboxheader {
text-align: center;
font-size:125%;
font-weight:bold;
}