MediaWiki:Watercolor Dark.css: Difference between revisions
Undefishin (talk | contribs) No edit summary Tag: Reverted |
Undefishin (talk | contribs) No edit summary Tag: Manual revert |
||
Line 44: | Line 44: | ||
.mw-message-box { |
.mw-message-box { |
||
color: #d7d7d8 !important; |
color: #d7d7d8 !important; |
||
} |
|||
pre, code, .mw-code { |
|||
border-color: #a7a7a8!important; |
|||
} |
|||
/* Watercolor Dark - Syntax Highlighting */ |
|||
.mw-content-ltr.mw-highlight-lines pre, .mw-content-ltr.content .mw-highlight-lines pre { |
|||
box-shadow: inset 2.75em 0 0 #323232!important; |
|||
} |
|||
div.mw-highlight, |
|||
div.mw-highlight span.linenos /*line number*/{ |
|||
background: #323232!important; |
|||
} |
|||
div.mw-highlight span.linenos:before { |
|||
color: #a7a7a8; |
|||
} |
|||
div.mw-highlight span.nt /*elements*/{ |
|||
color: #8888ff!important; |
|||
} |
|||
div.mw-highlight span.nc /*class*/, |
|||
div.mw-highlight span.nn /*id*/{ |
|||
color: #ffff88; |
|||
} |
|||
div.mw-highlight span.k,span.p {/*property name*/ |
|||
color: unset; |
|||
font-weight: unset; |
|||
} |
|||
div.mw-highlight span.kc /*property value-valid values*/{ |
|||
color: #88ff88; |
|||
} |
|||
div.mw-highlight span.mh /*property value-everything else*/{ |
|||
color: #88ffff!important; |
|||
font-weight: bold; |
|||
} |
|||
div.mw-highlight span.cp /*!important*/{ |
|||
color: #ff8888;/*you don't need important here, lol*/ |
|||
font-weight: bold; |
|||
} |
} |
Latest revision as of 09:00, 4 November 2023
ul {
list-style-image: none;
}
.ambox {
background-color: #454545!important;
}
body #mw-navigation #searchform #simpleSearch #searchInput {
background-color: #252525 !important;
border-color: #A2A9B1 !important;
}
.oo-ui-buttonElement-button {
background-color: #353535 !important;
}
.oo-ui-tabSelectWidget-framed {
background-color: #323232 !important;
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
background-color: #656565 !important;
color: #fff !important;
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label {
color: #fff !important;
}
.oo-ui-textInputWidget .oo-ui-inputWidget-input {
background-color: #353535 !important;
color: #fff !important;
}
.mw-prefs-buttons {
background-color: #323232 !important;
}
.oo-ui-buttonElement-framed.oo-ui-widget-disabled > .oo-ui-buttonElement-button {
background-color: #151515 !important;
border-color: #151515 !important;
}
.mw-message-box {
color: #d7d7d8 !important;
}