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