MediaWiki:WatercolorDark.css: Difference between revisions
Undefishin (talk | contribs) No edit summary |
Undefishin (talk | contribs) No edit summary |
||
Line 45: | Line 45: | ||
color: #d7d7d8 !important; |
color: #d7d7d8 !important; |
||
} |
} |
||
pre, code, .mw-code { |
pre, code, .mw-code { |
||
Line 61: | Line 60: | ||
div.mw-highlight span.linenos:before { |
div.mw-highlight span.linenos:before { |
||
color: #a7a7a8; |
color: #a7a7a8; |
||
} |
|||
div.mw-highlight span.c{ |
|||
color: #88ff88; |
|||
font-style: unset; |
|||
} |
} |
||
Line 69: | Line 72: | ||
div.mw-highlight span.nn /*id*/{ |
div.mw-highlight span.nn /*id*/{ |
||
color: #ffff88; |
color: #ffff88; |
||
} |
|||
div.mw-highlight span.o { |
|||
color: unset; |
|||
} |
} |
||
Line 79: | Line 85: | ||
color: #88ff88; |
color: #88ff88; |
||
} |
} |
||
div.mw-highlight span.mh /*property value-everything else*/{ |
div.mw-highlight span.mi,span.mf,span.mh /*property value-everything else*/{ |
||
color: #88ffff!important; |
color: #88ffff!important; |
||
font-weight: bold; |
font-weight: bold; |
||
} |
} |
||
div.mw-highlight span. |
div.mw-highlight span.kt { |
||
color: #ff88ff; |
|||
} |
|||
div.mw-highlight span.cp /*!important*/, |
|||
div.mw-highlight span.nd{ |
|||
color: #ff8888;/*you don't need important here, lol*/ |
color: #ff8888;/*you don't need important here, lol*/ |
||
font-weight: bold; |
font-weight: bold; |
Revision as of 09:07, 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;
}
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.c{
color: #88ff88;
font-style: unset;
}
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.o {
color: unset;
}
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.mi,span.mf,span.mh /*property value-everything else*/{
color: #88ffff!important;
font-weight: bold;
}
div.mw-highlight span.kt {
color: #ff88ff;
}
div.mw-highlight span.cp /*!important*/,
div.mw-highlight span.nd{
color: #ff8888;/*you don't need important here, lol*/
font-weight: bold;
}