Template:InfoboxCharacter: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
{ | .portable-infobox.pi-theme-person .pi-title { | ||
background-color: #005f99; /* Change to any color, e.g., #ff0000 for red */ | |||
color: white; /* Text color for contrast */ | |||
font-weight: bold; /* Makes text thick/bold */ | |||
font-size: 1.4em; /* Optional: Larger header text */ | |||
padding: 10px; /* Extra spacing */ | |||
text-align: center; | |||
} | |||
/* Optional: Style group/section headers if you add <header> tags later */ | |||
.portable-infobox.pi-theme-person .pi-header { | |||
background-color: #0077cc; /* Lighter shade for sections */ | |||
color: white; | |||
font-weight: bold; | |||
} | |||
/* Optional: Overall infobox tweaks for better look */ | |||
.portable-infobox.pi-theme-person { | |||
border: 2px solid #005f99; | |||
border-radius: 8px; | |||
} | |||
Revision as of 21:07, 21 December 2025
.portable-infobox.pi-theme-person .pi-title {
background-color: #005f99; /* Change to any color, e.g., #ff0000 for red */ color: white; /* Text color for contrast */ font-weight: bold; /* Makes text thick/bold */ font-size: 1.4em; /* Optional: Larger header text */ padding: 10px; /* Extra spacing */ text-align: center;
}
/* Optional: Style group/section headers if you add <header> tags later */ .portable-infobox.pi-theme-person .pi-header {
background-color: #0077cc; /* Lighter shade for sections */ color: white; font-weight: bold;
}
/* Optional: Overall infobox tweaks for better look */ .portable-infobox.pi-theme-person {
border: 2px solid #005f99; border-radius: 8px;
}