Geekahedron (talk | contribs) No edit summary |
m (Adjusted infobox) |
||
Line 26: | Line 26: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
font-size: 95%; | font-size: 95%; | ||
width: | width: 400px; | ||
padding: 10px; | padding: 10px; | ||
text-align: left; | text-align: left; | ||
Line 34: | Line 34: | ||
.infoboxheader { | .infoboxheader { | ||
background-color: #ff4500; | /*background-color: #ff4500;*/ | ||
color: #fff; | color: #fff; | ||
text-align: center; | text-align: center; |
Revision as of 03:51, 8 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-light .infobox table, .skin-timeless .infobox table, .skin-vector .infobox table {
background: rgb(180, 190, 185) !important;
color: #1a1a1b !important;
}
.infobox-image .image:hover img {
transform: scale( 1.1 );
}
.infobox table {
background: rgb(31, 38, 44);
color: #FFF;
margin: 0 0 1em 1em;
font-size: 95%;
width: 400px;
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;
}