Jump to content

MediaWiki:Common.css: Difference between revisions

Line 1,148: Line 1,148:
.portable-infobox ::-webkit-scrollbar-thumb:hover {
.portable-infobox ::-webkit-scrollbar-thumb:hover {
     background-color: #ffb84d;
     background-color: #ffb84d;
}
/* Infobox Title */
.pi-title {
    background-color: #002b5c; /* Lighter Navy for title background */
    color: #ff851b; /* Bright Orange title text */
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 8px 12px;
    border-bottom: 3px solid #ff851b;
    border-radius: 4px 4px 0 0;
}
}