MediaWiki:Common.css: Difference between revisions
No edit summary |
try better underline |
||
Line 24: | Line 24: | ||
a, .mw-parser-output a.extiw, .mw-parser-output a.external, .vector-toc .vector-toc-link { | a, .mw-parser-output a.extiw, .mw-parser-output a.external, .vector-toc .vector-toc-link { | ||
color: #090066; | color: #090066; | ||
}; | }; | ||
Line 48: | Line 47: | ||
.mw-footer li { color: #211a67; } | .mw-footer li { color: #211a67; } | ||
# | #bodyContent a { | ||
text-decoration: | text-decoration: underline; | ||
} | } |
Latest revision as of 16:18, 17 April 2025
body { background-color: #D4B9E8; } :root { --background-color-base: #DDD5FF; } .cdx-search-input--has-end-button { background-color: #bba5ff; } .vector-pinned-container { background-color: #bba5ff; } .cdx-text-input__input { background-color: #F0E7FF; } pre, code, .mw-code { background-color: #F0E7FF } #footer-poweredbyico { display: none; } /* .vector-page-toolbar, #vector-main-menu-dropdown, #vector-user-links-dropdown, .mw-logo-icon { display: none; } */ .vector-page-toolbar, #vector-main-menu-dropdown, #vector-user-links-dropdown { display: none; } @font-face { font-family: "Gabarito"; src: url(/static/Gabarito.ttf) format("truetype"); } a, .mw-parser-output a.extiw, .mw-parser-output a.external, .vector-toc .vector-toc-link { color: #090066; }; a.new, .vector-menu-tabs .mw-list-item.new a { color: #e9ffa5; } a:visited { color: #413d66; } body { font-family: "Gabarito", sans-serif; color: #211a67; } #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { font-family: "Gabarito", sans-serif; color: #211a67; } .mw-footer li { color: #211a67; } #bodyContent a { text-decoration: underline; }