Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

No edit summary
No edit summary
Line 1,118: Line 1,118:
     background-color: var(--pi-secondary-background, #001933); /* Fallback */
     background-color: var(--pi-secondary-background, #001933); /* Fallback */
     color: #ffffff; /* White text */
     color: #ffffff; /* White text */
     border: 1px solid #ff851b; /* Bright Orange border */
     border: 2px solid #ff851b; /* Bright Orange border */
}
}
.pi-section-navigation .pi-section-tab.pi-section-active,
.pi-section-navigation .pi-section-tab.pi-section-active,
Line 1,142: Line 1,142:
     background-color: #002b5c; /* Slightly lighter navy */
     background-color: #002b5c; /* Slightly lighter navy */
     color: #ff851b; /* Bright Orange header text */
     color: #ff851b; /* Bright Orange header text */
     border-bottom: 2px solid #ff851b;
     border-bottom: 3px solid #ff851b;
}
}


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 */
    margin: 0 auto;
     border-top: 1px solid #003366; /* Subtle navy divider */
     border-top: 1px solid #003366; /* Subtle navy divider */
}
}
Line 1,183: Line 1,184:
.portable-infobox {
.portable-infobox {
width: 100%; /* Change to desired width */
width: 100%; /* Change to desired width */
     max-width: 320px; /* Prevent overflow on smaller screens */
     max-width: 360px; /* Prevent overflow on smaller screens */
     margin: 0 auto; /* Center it horizontally */
     margin: 0 auto; /* Center it horizontally */
}
}