X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fskin%2Fformatting.css;h=f80bfd5cd17b16d51d9e8182ea133664a964aefc;hp=b84b46dead311d4f3cca56f56ec27c435e99a109;hb=fbbedfbcb2137f2d3e016e039628d9165a55dd20;hpb=1d79842860ca6d9d104b1f539080550dc00748f3 diff --git a/LCARStrek/global/skin/formatting.css b/LCARStrek/global/skin/formatting.css index b84b46de..f80bfd5c 100755 --- a/LCARStrek/global/skin/formatting.css +++ b/LCARStrek/global/skin/formatting.css @@ -1,141 +1,141 @@ -/* colors */ - -.color-dialog - { - background-color : #000000; - color : #FF9F00; - } - -.color-window - { - background-color : #000000; - color : #FF9F00; - } - -/* inset areas */ -.inset - { -/* border : 1px inset #FF9F00; */ - margin : 0px 5px 5px 5px; - } - -/* formatting */ -.groove-top - { - border-top : 2px groove #FF9F00; - } - -.groove-right - { - border-right : 2px groove #FF9F00; - } - -.groove-left - { - border-left : 2px groove #FF9F00; - } - -.groove-bottom - { - border-bottom : 2px groove #FF9F00; - } - -.outset - { -/* border : 1px outset #FF9F00; */ - } - -/** separator rules **/ -/* standard separators */ - separator, separator[orient="horizontal"] - { - height: 1.5em; - } - - separator[orient="vertical"] - { - width: 1.5em; - } - -/* thinner separators (50% size) */ - separator.thin, separator.thin[orient="horizontal"] - { - height: 0.5em; - } - - separator.thin[orient="vertical"] - { - width: 0.5em; - } - -/* groove separators (50% size) */ - separator.groove, - separator.groove[orient="horizontal"] - { - border-top: 2px groove #FF9F00; - height: 0px; - margin-top: 0.4em; - margin-bottom: 0.4em; - } - - separator.groove[orient="vertical"] - { - border-left: 2px groove #FF9F00; - margin-left: 0.4em; - margin-right: 0.4em; - } - -/* groove separators (0 padding, for dividing effects) */ - separator.groove-thin - { - border-top: 2px groove #FF9F00; - height: 0px; - } - - separator[orient="vertical"].groove-thin - { - border-left: 2px groove #FF9F00; - } - -/** text formatting rules **/ -/* label (with margins) */ - text.label - { - margin : 1px 5px 2px 5px; - } - - text[disabled="true"] - { - color : #8050B0; - } - - html - { - margin : 1px 5px 4px 5px; - cursor : default; - } - - .header - { - font-weight : bold; - } - - .indent - { - margin-left : 20px; - } - - .icon-dropmarker - { - list-style-image : url("chrome://global/skin/scroll-down.gif"); - } - - .box-padded - { - padding : 5px; - } - - .spaced - { - margin : 3px 5px 4px 5px; - } \ No newline at end of file +/* colors */ + +.color-dialog + { + background-color : #000000; + color : #FF9F00; + } + +.color-window + { + background-color : #000000; + color : #FF9F00; + } + +/* inset areas */ +.inset + { +/* border : 1px inset #FF9F00; + margin : 0px 5px 5px 5px; */ + } + +/* formatting */ +.groove-top + { + border-top : 2px groove #FF9F00; + } + +.groove-right + { + border-right : 2px groove #FF9F00; + } + +.groove-left + { + border-left : 2px groove #FF9F00; + } + +.groove-bottom + { + border-bottom : 2px groove #FF9F00; + } + +.outset + { +/* border : 1px outset #FF9F00; */ + } + +/** separator rules **/ +/* standard separators */ + separator, separator[orient="horizontal"] + { + height: 1.5em; + } + + separator[orient="vertical"] + { + width: 1.5em; + } + +/* thinner separators (50% size) */ + separator.thin, separator.thin[orient="horizontal"] + { + height: 0.5em; + } + + separator.thin[orient="vertical"] + { + width: 0.5em; + } + +/* groove separators (50% size) */ + separator.groove, + separator.groove[orient="horizontal"] + { + border-top: 2px groove #FF9F00; + height: 0px; + margin-top: 0.4em; + margin-bottom: 0.4em; + } + + separator.groove[orient="vertical"] + { + border-left: 2px groove #FF9F00; + margin-left: 0.4em; + margin-right: 0.4em; + } + +/* groove separators (0 padding, for dividing effects) */ + separator.groove-thin + { + border-top: 2px groove #FF9F00; + height: 0px; + } + + separator[orient="vertical"].groove-thin + { + border-left: 2px groove #FF9F00; + } + +/** text formatting rules **/ +/* label (with margins) */ + text.label + { + margin : 1px 5px 2px 5px; + } + + text[disabled="true"] + { + color : #8050B0; + } + + html + { + margin : 1px 5px 4px 5px; + cursor : default; + } + + .header + { + font-weight : bold; + } + + .indent + { + margin-left : 20px; + } + + .icon-dropmarker + { + list-style-image : url("chrome://global/skin/scroll-down.gif"); + } + + .box-padded + { + padding : 5px; + } + + .spaced + { + margin : 3px 5px 4px 5px; + }