X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fmedia%2FTopLevelImageDocument.css;fp=LCARStrek%2Fglobal%2Fmedia%2FTopLevelImageDocument.css;h=1fff0b1c607ad0ca87fa1363ccad80cbe5725b31;hb=927a7dfba2bab36ee36ea942abfe760da87ad169;hp=0000000000000000000000000000000000000000;hpb=a08009fe1735a2de928c68a3fd7b49c70b587904;p=themes.git diff --git a/LCARStrek/global/media/TopLevelImageDocument.css b/LCARStrek/global/media/TopLevelImageDocument.css new file mode 100644 index 00000000..1fff0b1c --- /dev/null +++ b/LCARStrek/global/media/TopLevelImageDocument.css @@ -0,0 +1,15 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ + +@media not print { + body { + color: #E7ADE7; + background-color: #221500; + } + + img.decoded { + background-color: #FFFFFF; + color: #221500; + } +}