Geekahedron (talk | contribs) No edit summary |
Geekahedron (talk | contribs) No edit summary |
||
Line 11: | Line 11: | ||
text-align: left; | text-align: left; | ||
float: right; | float: right; | ||
} | |||
.infoboxheader { | |||
text-align: center; | |||
font-size:125%; | |||
background-color: #ff4500; | |||
color: #fff; | |||
border: solid #1a1a1b; | |||
} | } |
Revision as of 16:23, 7 April 2022
/* CSS placed here will affect Artwork templates */
.infobox table {
border: solid #1a1a1b 1px;
margin: 0 0 1em 1em;
font-size: 95%;
background: #ccd;
color: #1a1a1b;
width: 310px;
padding: 10px;
text-align: left;
float: right;
}
.infoboxheader {
text-align: center;
font-size:125%;
background-color: #ff4500;
color: #fff;
border: solid #1a1a1b;
}