diff --git a/userContent.css b/userContent.css index 116cca3b8f9f443b38cc4a610116a44631f18262..2ce5475db0cdf0d06154c063b5f80b7c9b9da7a1 100644 --- a/userContent.css +++ b/userContent.css @@ -118,10 +118,32 @@ } @-moz-document domain(de.wikipedia.org) { -.mw-parser-output div, .mw-parser-output div::selection, .mw-parser-output p, .mw-parser-output p::selection, .mw-parser-output a::selection, .mw-parser-output a, .mw-parser-output li, .mw-parser-output li::selection, .mw-parser-output ul::selection, .mw-parser-output ul, .mw-parser-output h1, .mw-parser-output h1::selection, .mw-parser-output h2, .mw-parser-output h2::selection, .mw-parser-output h3, .mw-parser-output h3::selection, .mw-parser-output h4, .mw-parser-output h4::selection, .mw-parser-output h5, .mw-parser-output h5::selection, .mw-parser-output label, .mw-parser-output span::selection, .mw-parser-output span::selection, .mw-parser-output th, .mw-parser-output th::selection, .mw-parser-output td, .mw-parser-output td::selection, .mw-parser-output tr, .mw-parser-output tr::selection, .mw-parser-output caption, .mw-parser-output caption::selection, .mw-parser-output code, .mw-parser-output video, .mw-parser-output pre, .mw-parser-output ol, .mw-parser-output strong { + .mw-parser-output div, .mw-parser-output div::selection, + .mw-parser-output p, .mw-parser-output p::selection, + .mw-parser-output li, .mw-parser-output li::selection, .mw-parser-output ul::selection, + .mw-parser-output ul, .mw-parser-output h1, + .mw-parser-output h1::selection, .mw-parser-output h2, .mw-parser-output h2::selection, + .mw-parser-output h3, .mw-parser-output h3::selection, .mw-parser-output h4, + .mw-parser-output h4::selection, .mw-parser-output h5, + .mw-parser-output h5::selection, .mw-parser-output label, + .mw-parser-output span::selection, .mw-parser-output span::selection, + .mw-parser-output th, .mw-parser-output th::selection, .mw-parser-output td, + .mw-parser-output td::selection, .mw-parser-output tr, + .mw-parser-output tr::selection, .mw-parser-output caption, + .mw-parser-output caption::selection, .mw-parser-output code, + .mw-parser-output video, .mw-parser-output pre, .mw-parser-output ol, + .mw-parser-output strong { + color: #111 !important; background: #fff !important; border: 0px #fff solid !important; } + + .mw-parser-output a::selection, .mw-parser-output a { + color: #00f !important; + background: #fff !important; + border: 0px #fff solid !important; + } + }