Template:Infobox Player/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 67: | Line 67: | ||
} | } | ||
.infobox-attribute th, | .infobox-primary .infobox-attribute th, | ||
.infobox-attribute td { | .infobox-secondary .infobox-attribute td { | ||
border: 1px solid #000 !important; | border: 1px solid #000 !important; | ||
text-align: center !important; | text-align: center !important; | ||
text-indent: 0 !important; | text-indent: 0 !important; | ||
} | } | ||
Revision as of 16:29, 5 April 2024
.infobox {
border: 1px solid #000;
margin: 0 0 0.5em 0.5em;
padding: 0.5em;
width: 25%;
float: right;
border-collapse: collapse;
table-layout: fixed
}
.clear {
clear: both;
}
.infobox .infobox-title {
font-size: 1.5em;
font-weight: bold;
text-align: center;
text-indent: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.infobox-race-class {
text-align: center;
padding-top: 0;
margin-top: 0;
}
.infobox-primary .infobox-image {
text-align: center;
padding: 0;
margin: 0;
}
.infobox-image-quote {
font-style: italic;
text-align: center;
vertical-align: top;
padding-bottom: 20px;
padding-top: 0;
}
.infobox th,
.infobox td {
padding: 0.25em;
vertical-align: top;
font-size: 0.9em;
}
.infobox-primary-end th {
border: 1px solid #000;
vertical-align: middle;
}
.infobox-secondary th {
text-align: left;
text-indent: 0.5em;
}
.infobox-secondary-end th {
text-align: left;
text-indent: 0.5em;
}
.infobox-secondary-end td {
border-bottom: 1px solid #000;
}
.infobox-primary .infobox-attribute th,
.infobox-secondary .infobox-attribute td {
border: 1px solid #000 !important;
text-align: center !important;
text-indent: 0 !important;
}