X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2FinContentUI.css;h=3af3fd738bae5d44ec85fed5392ad2e150fe0d7f;hp=c43074ae78ef56b75c2505d643c03c5ef68b98e0;hb=f128e38f4b564fd22f46f810e104934d864d7caf;hpb=f620f94dee99ce15aab05b4cc15cbadd57bc5658 diff --git a/LCARStrek/global/inContentUI.css b/LCARStrek/global/inContentUI.css index c43074ae..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; @@ -53,3 +63,9 @@ border: 1px solid #9C9CFF; border-radius: 5px; } + +colorpicker[type="button"] { + margin: 1px 5px 2px 5px; + padding: 3px; + height: 25px; +}