MediaWiki:Watercolor Dark.css: Difference between revisions

no edit summary
(cunt)
No edit summary
Tag: Reverted
.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.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;
}