Template:Infobox Player/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.infobox { | .infobox { | ||
background: #eee; | |||
border: 1px solid #aaa; | |||
margin: 0 0 0.5em 0.5em; | |||
padding: 0.5em; | |||
width: auto; /* Removed fixed width */ | |||
} | |||
.infobox th, .infobox td { | |||
padding: 0.25em; /* Added padding for table cells */ | |||
} | |||
.infobox-title { | |||
font-size: 1.5em; | |||
font-weight: bold; | |||
text-align: center; | |||
} | |||
.infobox-race-class { | |||
text-align: center; | |||
} | |||
.infobox-image { | |||
/* Removed since image is now inside a cell */ | |||
} | |||
.infobox-image-quote { | |||
font-style: italic; | |||
} | |||
/* No changes needed for .infobox-table th and .infobox-table td */ | |||
Revision as of 16:48, 4 April 2024
.infobox {
background: #eee;
border: 1px solid #aaa;
margin: 0 0 0.5em 0.5em;
padding: 0.5em;
width: auto; /* Removed fixed width */
}
.infobox th, .infobox td {
padding: 0.25em; /* Added padding for table cells */
}
.infobox-title {
font-size: 1.5em;
font-weight: bold;
text-align: center;
}
.infobox-race-class {
text-align: center;
}
.infobox-image {
/* Removed since image is now inside a cell */
}
.infobox-image-quote {
font-style: italic;
}
/* No changes needed for .infobox-table th and .infobox-table td */