Template:Infobox Player/styles.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.infobox { | .infobox { | ||
border: 1px solid #000; | |||
margin: 0 0 0.5em 0.5em; | |||
padding: 0.5em; | |||
width: auto; | |||
float: right; | |||
border-collapse: collapse | |||
} | |||
.infobox .infobox-title { | |||
font-size: 1.5em; | |||
font-weight: bold; | |||
text-align: center; | |||
text-indent: 0; | |||
} | } | ||
.infobox th, | .infobox th, | ||
.infobox td { | .infobox td { | ||
padding: 0.25em; | |||
} | } | ||
.infobox- | .infobox-secondary th { | ||
text-align: left; | |||
text-indent: 0.5em; | |||
} | |||
.infobox-primary { | |||
background: #bbb; | |||
border-bottom: 1px solid #000 | |||
} | |||
.infobox-secondary { | |||
background: #ddd; | |||
border-bottom: 1px solid #000 | |||
} | } | ||
.infobox-race-class { | .infobox-race-class { | ||
text-align: center; | |||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | |||
padding: 0; | |||
margin: 0; | |||
} | } | ||
.infobox-image-quote { | .infobox-image-quote { | ||
font-style: italic; | |||
} | } | ||
Revision as of 08:30, 5 April 2024
.infobox {
border: 1px solid #000;
margin: 0 0 0.5em 0.5em;
padding: 0.5em;
width: auto;
float: right;
border-collapse: collapse
}
.infobox .infobox-title {
font-size: 1.5em;
font-weight: bold;
text-align: center;
text-indent: 0;
}
.infobox th,
.infobox td {
padding: 0.25em;
}
.infobox-secondary th {
text-align: left;
text-indent: 0.5em;
}
.infobox-primary {
background: #bbb;
border-bottom: 1px solid #000
}
.infobox-secondary {
background: #ddd;
border-bottom: 1px solid #000
}
.infobox-race-class {
text-align: center;
}
.infobox-image {
text-align: center;
padding: 0;
margin: 0;
}
.infobox-image-quote {
font-style: italic;
}