MediaWiki:Vector-dark.css: Difference between revisions
Appearance
Cdjensen94 (talk | contribs) No edit summary |
Cdjensen94 (talk | contribs) No edit summary |
||
(5 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; | ||
} | } | ||
Line 68: | Line 67: | ||
} | } | ||
.mw-page-container h1, | .mw-page-container h1, | ||
Line 132: | Line 127: | ||
color: #ff851b; | color: #ff851b; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 150: | Line 140: | ||
color: #001933; | color: #001933; | ||
} | } | ||
#MediaWiki Forum Formating | |||
th.mw-wikiforum-title { | th.mw-wikiforum-title { | ||
font-size: 120%; | font-size: 120%; | ||
Line 158: | Line 150: | ||
border-bottom: 2px solid #ff6300; | border-bottom: 2px solid #ff6300; | ||
background-color: #002B5C; | background-color: #002B5C; | ||
} | |||
tr.mw-wikiforum-title { | |||
background-color: #002B5C; | |||
} | } | ||
table.mw-wikiforum-frame { | table.mw-wikiforum-frame { | ||
Line 163: | Line 158: | ||
width: 100%; | width: 100%; | ||
background: #002b5c; | background: #002b5c; | ||
border: | border: 1px solid #FF851B; | ||
margin-bottom: 1.2em; | margin-bottom: 1.2em; | ||
} | } | ||
th.mw-wikiforum-admin { | |||
border-top: 1px solid #ff6300; | |||
border-bottom: 1px solid #ff6300; | |||
text-align: right; | |||
} | |||
th.mw-wikiforum-value { | |||
width: 90px; | |||
border-top: 1px solid #ff6300; | |||
border-bottom: 1px solid #ff6300; | |||
text-align: center; | |||
} | |||
th.mw-wikiforum-lastpost { | |||
width: 180px; | |||
border-top: 1px solid #ff6300; | |||
border-bottom: 1px solid #ff6300; | |||
text-align: center; | |||
} | |||
td.mw-wikiforum-innerframe { | |||
border: 1px solid #ff6300; | |||
} | |||
.mw-message-box-error { | .mw-message-box-error { | ||
background-color: #ff4500; | background-color: #ff4500; | ||
Line 404: | Line 421: | ||
color: #FF851B; /* Orange */ | color: #FF851B; /* Orange */ | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
Line 426: | Line 438: | ||
color: #FF851B; /* Orange */ | color: #FF851B; /* Orange */ | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 465: | Line 472: | ||
#mw-panel a { | #mw-panel a { | ||
color: #FF851B; | color: #FF851B; | ||
} | } | ||
Line 511: | Line 513: | ||
#toc a { | #toc a { | ||
color: #FF851B; | color: #FF851B; | ||
} | } | ||
Line 535: | Line 532: | ||
#pt-logout a { | #pt-logout a { | ||
color: #FF4500; | color: #FF4500; | ||
} | } | ||
Line 569: | Line 562: | ||
.mw-changeslist-legend a { | .mw-changeslist-legend a { | ||
color: #FF851B; | color: #FF851B; | ||
} | } | ||
Line 615: | Line 603: | ||
} | } | ||
/* Search bar */ | /* Search bar */ | ||
Line 978: | 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,199: | Line 1,181: | ||
text-decoration: none; /* Remove underlines */ | text-decoration: none; /* Remove underlines */ | ||
color: #007BFF; /* Link color */ | color: #007BFF; /* Link color */ | ||
} | } | ||