MediaWiki:Vector-dark.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
Line 1,149: | Line 1,149: | ||
background-color: #001f3f; /* Dark Navy for data rows */ | background-color: #001f3f; /* Dark Navy for data rows */ | ||
color: #ffffff; /* White text */ | color: #ffffff; /* White text */ | ||
min-width: 150px; /* Minimum width */ | |||
border-top: 1px solid #003366; /* Subtle navy divider */ | border-top: 1px solid #003366; /* Subtle navy divider */ | ||
} | } | ||
Line 1,156: | Line 1,156: | ||
.pi-data-label { | .pi-data-label { | ||
color: #ff851b; /* Bright Orange labels */ | color: #ff851b; /* Bright Orange labels */ | ||
width: | min-width: 150px; /* Minimum width */ | ||
max-width: 250px; /* Maximum width */ | |||
display: inline-block; | |||
} | } | ||
h3.pi-data-label { | h3.pi-data-label { |