MediaWiki:Vector-dark.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 32: | Line 32: | ||
} | } | ||
a:hover { | a:hover { | ||
background: linear-gradient(to bottom, transparent, #FF851B); | background: linear-gradient(to bottom, transparent, #FF851B)!important; | ||
transition: background 0.3s ease; | transition: background 0.3s ease!important; | ||
text-decoration: none; /* Optional: removes underline on hover */ | text-decoration: none!important; /* Optional: removes underline on hover */ | ||
} | } | ||
/* 🔗 Links */ | /* 🔗 Links */ | ||
Line 40: | Line 40: | ||
color: #FF851B; /* Bright Orange */ | color: #FF851B; /* Bright Orange */ | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 72: | Line 67: | ||
} | } | ||
.mw-page-container h1, | .mw-page-container h1, | ||
Line 136: | Line 127: | ||
color: #ff851b; | color: #ff851b; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 435: | Line 421: | ||
color: #FF851B; /* Orange */ | color: #FF851B; /* Orange */ | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 457: | Line 438: | ||
color: #FF851B; /* Orange */ | color: #FF851B; /* Orange */ | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 496: | Line 472: | ||
#mw-panel a { | #mw-panel a { | ||
color: #FF851B; | color: #FF851B; | ||
} | } | ||
Line 542: | Line 513: | ||
#toc a { | #toc a { | ||
color: #FF851B; | color: #FF851B; | ||
} | } | ||
Line 566: | Line 532: | ||
#pt-logout a { | #pt-logout a { | ||
color: #FF4500; | color: #FF4500; | ||
} | } | ||
Line 600: | Line 562: | ||
.mw-changeslist-legend a { | .mw-changeslist-legend a { | ||
color: #FF851B; | color: #FF851B; | ||
} | } | ||
Line 646: | Line 603: | ||
} | } | ||
/* Search bar */ | /* Search bar */ | ||
Line 1,009: | Line 963: | ||
} | } | ||
/* 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,230: | Line 1,181: | ||
text-decoration: none; /* Remove underlines */ | text-decoration: none; /* Remove underlines */ | ||
color: #007BFF; /* Link color */ | color: #007BFF; /* Link color */ | ||
} | } | ||