X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2FinContentUI.css;fp=LCARStrek%2Fglobal%2FinContentUI.css;h=3af3fd738bae5d44ec85fed5392ad2e150fe0d7f;hp=aa5d88932eebaad73360f108ee6f16a7dedded66;hb=1e29db46dc44bb298673e0574cef312051e15a94;hpb=a035c4db7df49c0aefd7a27a5f437c129b52279d diff --git a/LCARStrek/global/inContentUI.css b/LCARStrek/global/inContentUI.css index aa5d8893..3af3fd73 100644 --- a/LCARStrek/global/inContentUI.css +++ b/LCARStrek/global/inContentUI.css @@ -20,6 +20,7 @@ * * Contributor(s): * Blair McBride + * Philipp von Weitershausen * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or @@ -35,17 +36,26 @@ * * ***** END LICENSE BLOCK ***** */ +/* + * The default namespace for this file is XUL. Be sure to prefix rules that + * are applicable to both XUL and HTML with '*|'. + */ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +@namespace html url("http://www.w3.org/1999/xhtml"); /* Page background */ -:root { +*|*:root { background-color: #000000; color: #FF9F00; margin: 20px; } +html|html { + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; +} + /* Content */ -.main-content { +*|*.main-content { /* Needed to allow the radius to clip the inner content, see bug 595656 */ /* Disabled because of bug 623615 overflow: hidden;