Jump to content

MediaWiki:Vector-dark.css: Difference between revisions

(16 intermediate revisions by the same user not shown)
Line 31: Line 31:
     padding: 10px;
     padding: 10px;
}
}
 
a:hover {
    background: linear-gradient(to bottom, transparent, #FF851B)!important;
    transition: background 0.3s ease!important;
    text-decoration: none!important; /* Optional: removes underline on hover */
}
/* 🔗 Links */
/* 🔗 Links */
.mw-header a {
.mw-header a {
     color: #FF851B; /* Bright Orange */
     color: #FF851B; /* Bright Orange */
     text-decoration: none;
     text-decoration: none;
}
.mw-header a:hover {
    color: #FFB84D; /* Soft Peach */
    text-decoration: underline;
}
}


Line 68: Line 67:
}
}


.mw-page-container a:hover {
    color: #FFB84D; /* Soft Peach */
    text-decoration: underline;
}


.mw-page-container h1,
.mw-page-container h1,
Line 127: Line 122:
filter: invert(1) brightness(1.5); /* Lightens black SVGs */
filter: invert(1) brightness(1.5); /* Lightens black SVGs */
}
}
 
.filehistory td {
    background-color: var(--background-color-neutral-subtle) !important;
    color: var(--color-base) !important;
    margin: 1em 0;
    border: 1px solid var(--border-color-base) !important;
    border-collapse: collapse;
}
.cdx-message {
background-color: var(--background-color-neutral-subtle) !important;
}
/* Highlight Links */
/* Highlight Links */
a {
a {
     color: #ff851b;
     color: #ff851b;
     text-decoration: none;
     text-decoration: none;
}
a:hover {
    color: #ffb84d; /* Soft Peach on hover */
    text-decoration: underline;
}
}


Line 149: Line 148:
     background-color: #ff851b;
     background-color: #ff851b;
     color: #001933;
     color: #001933;
}
fieldset {
background: #002855 !important;
background-color: #002855;
}
.oo-ui-widget
{
background-color: #002855;
}
.picker-element-item {
background-color: #002855 !important;
}
}


#MediaWiki Forum Formating
/*MediaWiki Forum Formating*/
th.mw-wikiforum-title {
th.mw-wikiforum-title {
     font-size: 120%;
     font-size: 120%;
Line 168: Line 178:
     width: 100%;
     width: 100%;
     background: #002b5c;
     background: #002b5c;
     border: 2px solid #ff6300;
     border: 1px solid #FF851B;
     margin-bottom: 1.2em;
     margin-bottom: 1.2em;
}
}
Line 431: Line 441:
     color: #FF851B; /* Orange */
     color: #FF851B; /* Orange */
     text-decoration: none;
     text-decoration: none;
}
a:hover {
    color: #FFB84D; /* Soft Peach */
    text-decoration: underline;
}
}


Line 453: Line 458:
     color: #FF851B; /* Orange */
     color: #FF851B; /* Orange */
     font-weight: bold;
     font-weight: bold;
}
#p-personal a:hover {
    color: #FFB84D; /* Soft Peach */
    text-decoration: underline;
}
}


Line 492: Line 492:
#mw-panel a {
#mw-panel a {
     color: #FF851B;
     color: #FF851B;
}
#mw-panel a:hover {
    color: #FFB84D;
    text-decoration: underline;
}
}


Line 538: Line 533:
#toc a {
#toc a {
     color: #FF851B;
     color: #FF851B;
}
#toc a:hover {
    color: #FFB84D;
    text-decoration: underline;
}
}


Line 562: Line 552:
#pt-logout a {
#pt-logout a {
     color: #FF4500;
     color: #FF4500;
}
#pt-logout a:hover {
    color: #FF6347;
}
}


Line 596: Line 582:
.mw-changeslist-legend a {
.mw-changeslist-legend a {
     color: #FF851B;
     color: #FF851B;
}
.mw-changeslist-legend a:hover {
    color: #FFB84D;
    text-decoration: underline;
}
}


Line 642: Line 623:
}
}


.vector-sticky-header a:hover {
    color: #FFB84D;
}


/* Search bar */
/* Search bar */
Line 1,005: Line 983:
}
}


.navbar-links a:hover {
    color: #FFB84D;
}
/* Portable Infobox - Dark Theme with Navy & Orange */
/* Portable Infobox - Dark Theme with Navy & Orange */
.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
Line 1,019: Line 994:
.pi-media-collection .pi-tab-link.current {
.pi-media-collection .pi-tab-link.current {
    background: #ff851b; /* Bright Orange title text */
    background: #ff851b; /* Bright Orange title text */
}
li.pi-section-tab {
border: 2px solid #ff851b; /* Bright Orange border */
border-color: #ff851b;
background: var(--color-lighter-navy);
}
}
/* Infobox Title */
/* Infobox Title */
Line 1,226: Line 1,206:
     text-decoration: none; /* Remove underlines */
     text-decoration: none; /* Remove underlines */
     color: #007BFF; /* Link color */
     color: #007BFF; /* Link color */
}
nav a:hover {
    text-decoration: underline; /* Hover effect */
}
}


Line 1,242: Line 1,218:
.mw-logo-wordmark,
.mw-logo-wordmark,
#firstHeadingTitle {
#firstHeadingTitle {
    font-family: 'Metamorphous', cursive;
     color: #FF6300; /* Bright Orange */
     color: #FF6300; /* Bright Orange */
}
}