MediaWiki:Vector.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 71: | Line 71: | ||
padding: 1em 1em 1.5em 1em; | padding: 1em 1em 1.5em 1em; | ||
margin-bottom: 2em; | margin-bottom: 2em; | ||
} | |||
.vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading, .vector-feature-zebra-design-disabled .vector-dropdown-content .vector-menu-heading { | |||
display: flex; | |||
align-items: center; | |||
padding: 6px 14px; | |||
font-size: 0.875rem; | |||
align-self: center; | |||
color: #ffffff; | |||
font-weight: normal; | |||
cursor: default; | |||
border-color: #c8ccd1; | |||
border-width: 1px; | |||
justify-content: right; | |||
} | |||
.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled { | |||
background-color: #292929; | |||
color: #ffffff; | |||
border-color: #a2a9b1; | |||
} | } |
Revision as of 13:59, 15 March 2024
h1, h2, h3, h4, h5, h6 { color: #ffffff; margin: 0; padding-top: 0.5em; padding-bottom: 0.17em; overflow: hidden; } /* unvisited link */ a:link { color: #e5ac29; } /* visited link */ a:visited { color: #e5ac29; } /* mouse over link */ a:hover { color: #e5ac29; } /* selected link */ a:active { color: #e5ac29; } .vector-feature-zebra-design-disabled .vector-header-container { max-width: 99.75em; min-width: 31.25em; margin: 0 auto; padding-left: 1.5em; padding-right: 1.5em; background-color: #292929; box-sizing: border-box; } .vector-feature-zebra-design-disabled body { background-color: #212121; color: #ffffff; } .vector-feature-zebra-design-disabled .mw-page-container { position: relative; z-index: 0; padding-top: 0.05px; padding-bottom: 0.05px; max-width: 99.75em; min-width: 31.25em; margin: 0 auto; padding-left: 1.5em; padding-right: 1.5em; background-color: #212121; box-sizing: border-box; } .vector-feature-zebra-design-disabled #vector-main-menu-pinned-container .vector-main-menu { margin-left: -14px; margin-top: 11px; padding: 6px 14px; background-color: #292929; border: solid 2px #db9018; } .editOptions { background-color: #292929; color: #ffffff; border: 1px solid #c8ccd1; border-top: 0; padding: 1em 1em 1.5em 1em; margin-bottom: 2em; } .vector-feature-zebra-design-disabled .vector-pinnable-element .vector-menu-heading, .vector-feature-zebra-design-disabled .vector-dropdown-content .vector-menu-heading { display: flex; align-items: center; padding: 6px 14px; font-size: 0.875rem; align-self: center; color: #ffffff; font-weight: normal; cursor: default; border-color: #c8ccd1; border-width: 1px; justify-content: right; } .cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled { background-color: #292929; color: #ffffff; border-color: #a2a9b1; }