Template:InfoboxProduction/styles.css: Difference between revisions
Appearance
Created page with ".infobox-production { width: 300px; background-color: #1a1a1a; color: #f0f0f0; border: 1px solid #999; font-family: sans-serif; } .infobox-production th, .infobox-production td { padding: 6px; border-bottom: 1px solid #333; } .infobox-production .header { background-color: #d4af37; →Gold: color: #000; font-size: 1.3em; text-align: center; } .infobox-production .image { text-align: center; background-color: #222; padding: 10px; } .infob..." |
No edit summary |
||
Line 1: | Line 1: | ||
.infobox-production { | .infobox-production { | ||
width: | width: 320px; | ||
background-color: #1a1a1a; | background-color: #1a1a1a; | ||
color: #f0f0f0; | color: #f0f0f0; | ||
border: 1px solid #999; | border: 1px solid #999; | ||
font-family: sans-serif; | font-family: sans-serif; | ||
font-size: 0.9em; | |||
} | } | ||
Line 11: | Line 12: | ||
padding: 6px; | padding: 6px; | ||
border-bottom: 1px solid #333; | border-bottom: 1px solid #333; | ||
vertical-align: top; | |||
} | } | ||
.infobox-production .header { | .infobox-production .header { | ||
background-color: #d4af37; | background-color: #d4af37; | ||
color: #000; | color: #000; | ||
font-size: 1. | font-size: 1.4em; | ||
text-align: center; | text-align: center; | ||
font-weight: bold; | |||
} | |||
.infobox-production .subheader { | |||
background-color: #b08d32; | |||
color: #000; | |||
text-align: center; | |||
font-size: 1.1em; | |||
font-weight: bold; | |||
} | |||
.infobox-production .desc-image-cell { | |||
padding: 0; | |||
background-color: #111; | |||
} | } | ||
.infobox-production .image { | .infobox-production .desc-image { | ||
text-align: center; | text-align: center; | ||
padding: 8px; | |||
padding: | |||
} | } | ||
.infobox-production .description { | .infobox-production .description { | ||
font-style: italic; | font-style: italic; | ||
font-size: 0.95em; | |||
margin-top: 6px; | |||
color: #ccc; | |||
} | } | ||
.infobox-production . | .infobox-production .io { | ||
font-family: monospace; | |||
white-space: pre-wrap; | |||
} | } |
Latest revision as of 01:52, 13 May 2025
.infobox-production {
width: 320px;
background-color: #1a1a1a;
color: #f0f0f0;
border: 1px solid #999;
font-family: sans-serif;
font-size: 0.9em;
}
.infobox-production th,
.infobox-production td {
padding: 6px;
border-bottom: 1px solid #333;
vertical-align: top;
}
.infobox-production .header {
background-color: #d4af37;
color: #000;
font-size: 1.4em;
text-align: center;
font-weight: bold;
}
.infobox-production .subheader {
background-color: #b08d32;
color: #000;
text-align: center;
font-size: 1.1em;
font-weight: bold;
}
.infobox-production .desc-image-cell {
padding: 0;
background-color: #111;
}
.infobox-production .desc-image {
text-align: center;
padding: 8px;
}
.infobox-production .description {
font-style: italic;
font-size: 0.95em;
margin-top: 6px;
color: #ccc;
}
.infobox-production .io {
font-family: monospace;
white-space: pre-wrap;
}