Template:Infobox.css: Difference between revisions
Template page
More actions
Created page with ".infobox { background: #eee; border: 1px solid #aaa; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infobox-table th { text-align: right; vertical-align: top; width: 120px; } .infobox-table td { vertical-align: top; }" |
No edit summary |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.infobox { | .infobox { | ||
background: # | background: #cfeaf5; | ||
border: 1px solid # | border: 1px solid #23346d; | ||
float: right; | float: right; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
width: 300px; | |||
width: | |||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: | background-color: #23346d; | ||
color: #FF986A; | |||
font-size: 1.5em; | |||
font-weight: 700; | |||
text-align: center; | text-align: center; | ||
} | } | ||
.infobox-image { | .infobox-image { | ||
text-align: center; | text-align: center; | ||
image-rendering: pixelated; | |||
} | |||
.infobox h3 { | |||
display: block; | |||
background-color: #23346d; | |||
color: #FF986A; | |||
margin: 0px; | |||
text-align: center; | |||
} | |||
.infobox-table { | |||
border-collapse: collapse; | |||
} | } | ||
.infobox-table th { | .infobox-table th { | ||
text-align: | text-align: left; | ||
vertical-align: top; | vertical-align: top; | ||
width: | padding-left: 5px; | ||
width: 150px; | |||
} | } | ||
.infobox-table td { | .infobox-table td { | ||
text-align: left; | |||
vertical-align: top; | vertical-align: top; | ||
padding-left: 5px; | |||
width: 150px; | |||
} | |||
.infobox-table tr:nth-child(even) { | |||
background: #b9d7e9; | |||
} | } | ||
Latest revision as of 20:10, 15 September 2026
.infobox {
background: #cfeaf5;
border: 1px solid #23346d;
float: right;
margin: 0 0 1em 1em;
width: 300px;
}
.infobox-title {
background-color: #23346d;
color: #FF986A;
font-size: 1.5em;
font-weight: 700;
text-align: center;
}
.infobox-image {
text-align: center;
image-rendering: pixelated;
}
.infobox h3 {
display: block;
background-color: #23346d;
color: #FF986A;
margin: 0px;
text-align: center;
}
.infobox-table {
border-collapse: collapse;
}
.infobox-table th {
text-align: left;
vertical-align: top;
padding-left: 5px;
width: 150px;
}
.infobox-table td {
text-align: left;
vertical-align: top;
padding-left: 5px;
width: 150px;
}
.infobox-table tr:nth-child(even) {
background: #b9d7e9;
}