If you plan to make a YouTube video or other content using bootlegs downloaded from our site, although we can't and won't force you to do anything, we greatly appreciate attribution for the large amounts of time and effort we spend finding these bootlegs. Thank you!

Happy Pride Month, everyone!

MediaWiki:WatercolorDark.css: Difference between revisions

No edit summary
Tag: Manual revert
No edit summary
.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;
}