In this house we call it Football, not Soccer!
User:LuaGunsX/cosmos.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
more fixes with subdropdown Tag: Reverted |
||
| Line 68: | Line 68: | ||
border-color: #a82000 !important; | border-color: #a82000 !important; | ||
color: #a82000 !important; | color: #a82000 !important; | ||
} | |||
.wds-dropdown__content { | |||
background-color: #2a0a00 !important; | |||
border-color: #8B1A00 !important; | |||
} | |||
.wds-dropdown__content .wds-list.wds-is-linked > li > a:not(.wds-button) { | |||
color: #ffccbb !important; | |||
} | } | ||
.wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:not(.wds-button), | .wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:not(.wds-button), | ||
.wds-dropdown__content .wds-list.wds-is-linked > li.wds-is-selected > a:not(.wds-button) { | .wds-dropdown__content .wds-list.wds-is-linked > li.wds-is-selected > a:not(.wds-button) { | ||
background-color: rgba(139, 26, 0, 0. | background-color: rgba(139, 26, 0, 0.3) !important; | ||
color: #8B1A00 !important; | color: #ffffff !important; | ||
} | |||
.wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list::after, | |||
.wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list::before { | |||
background-color: #2a0a00 !important; | |||
} | |||
.wds-dropdown-level-2__content { | |||
background-color: #2a0a00 !important; | |||
border-color: #8B1A00 !important; | |||
} | |||
.wds-dropdown-level-2__content .wds-list.wds-is-linked > li > a { | |||
color: #ffccbb !important; | |||
} | |||
.wds-dropdown-level-2__content .wds-list.wds-is-linked > li:hover > a { | |||
background-color: rgba(139, 26, 0, 0.3) !important; | |||
color: #ffffff !important; | |||
} | } | ||
#cosmos-footer { | #cosmos-footer { | ||
| Line 86: | Line 108: | ||
color: #888 !important; | color: #888 !important; | ||
} | } | ||
#cosmos-header-addnew, | |||
.cosmos-header__actions .cosmos-button, | |||
.cosmos-header__actions .cosmos-button-primary, | |||
.cosmos-header__actions svg, | |||
.cosmos-header__actions path { | |||
. | |||
. | |||
color: #ffffff !important; | color: #ffffff !important; | ||
fill: #ffffff !important; | |||
stroke: #ffffff !important; | |||
border-color: #ffffff !important; | |||
} | } | ||
Revision as of 20:41, 31 March 2026
.cosmos-header {
background-color: #8B1A00 !important;
}
.cosmos-header::before {
background: linear-gradient(
to right,
rgba(139, 26, 0, 0.5),
rgba(139, 26, 0, 0.5)
),
linear-gradient(
to left,
rgba(139, 26, 0, 0) 200px,
#8B1A00 471px
) !important;
}
.cosmos-header__sitename a,
.cosmos-header__local-navigation a,
.cosmos-header__counter-value,
.cosmos-header__counter-label {
color: #ffffff !important;
}
body {
background-color: #1a1a1a !important;
}
#mw-content,
#catlinks {
background-color: #ffffff !important;
}
#firstHeading {
color: #000000 !important;
}
.cosmos-button-primary {
background-color: #8B1A00 !important;
color: #ffffff !important;
stroke: #ffffff !important;
}
.cosmos-button-primary:hover {
background-color: #a82000 !important;
}
.cosmos-button.cosmos-button-secondary {
border-color: #8B1A00 !important;
color: #8B1A00 !important;
}
.cosmos-button.cosmos-button-secondary:hover,
.cosmos-dropdown:hover > .cosmos-button-secondary {
background-color: rgba(139, 26, 0, 0.1) !important;
border-color: #a82000 !important;
color: #a82000 !important;
}
#cosmos-actionsList-dropdownIcon {
fill: #ffffff !important;
}
.wds-button {
background-color: #8B1A00 !important;
border-color: #8B1A00 !important;
color: #ffffff !important;
}
.wds-button:hover:not(:disabled) {
background-color: #a82000 !important;
border-color: #a82000 !important;
}
.wds-button.wds-is-secondary {
background-color: transparent !important;
border-color: #8B1A00 !important;
color: #8B1A00 !important;
}
.wds-button.wds-is-secondary:hover:not(:disabled) {
border-color: #a82000 !important;
color: #a82000 !important;
}
.wds-dropdown__content {
background-color: #2a0a00 !important;
border-color: #8B1A00 !important;
}
.wds-dropdown__content .wds-list.wds-is-linked > li > a:not(.wds-button) {
color: #ffccbb !important;
}
.wds-dropdown__content .wds-list.wds-is-linked > li:hover > a:not(.wds-button),
.wds-dropdown__content .wds-list.wds-is-linked > li.wds-is-selected > a:not(.wds-button) {
background-color: rgba(139, 26, 0, 0.3) !important;
color: #ffffff !important;
}
.wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list::after,
.wds-dropdown__content:not(.wds-is-not-scrollable) .wds-list::before {
background-color: #2a0a00 !important;
}
.wds-dropdown-level-2__content {
background-color: #2a0a00 !important;
border-color: #8B1A00 !important;
}
.wds-dropdown-level-2__content .wds-list.wds-is-linked > li > a {
color: #ffccbb !important;
}
.wds-dropdown-level-2__content .wds-list.wds-is-linked > li:hover > a {
background-color: rgba(139, 26, 0, 0.3) !important;
color: #ffffff !important;
}
#cosmos-footer {
background-color: #2a0a00 !important;
}
.cosmos-footerLinks-list {
color: #aaa !important;
}
.cosmos-footerLinks-list li a {
color: #cc6655 !important;
}
#footer-places > li:not(:first-child)::before {
color: #888 !important;
}
#cosmos-header-addnew,
.cosmos-header__actions .cosmos-button,
.cosmos-header__actions .cosmos-button-primary,
.cosmos-header__actions svg,
.cosmos-header__actions path {
color: #ffffff !important;
fill: #ffffff !important;
stroke: #ffffff !important;
border-color: #ffffff !important;
}