X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fmedia%2FTopLevelVideoDocument.css;fp=EarlyBlue%2Fglobal%2Fmedia%2FTopLevelVideoDocument.css;h=0d5dabddfb006d53c60405e429ab03ad628d0a65;hp=0000000000000000000000000000000000000000;hb=927a7dfba2bab36ee36ea942abfe760da87ad169;hpb=a08009fe1735a2de928c68a3fd7b49c70b587904 diff --git a/EarlyBlue/global/media/TopLevelVideoDocument.css b/EarlyBlue/global/media/TopLevelVideoDocument.css new file mode 100644 index 00000000..0d5dabdd --- /dev/null +++ b/EarlyBlue/global/media/TopLevelVideoDocument.css @@ -0,0 +1,11 @@ +/* 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/. */ + +body { + background-color: #333; +} + +video { + box-shadow: 0 0 15px #000; +}