X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fskin%2Fformatting.css;fp=EarlyBlue%2Fglobal%2Fskin%2Fformatting.css;h=0000000000000000000000000000000000000000;hp=4eb7063d461fc84b6af8f6d09254e4c6238ddff6;hb=eded43de50f02946eb9ad3b89bbe2217f8cb742e;hpb=f9d85c46811df759b60bf2baf9d461f79e8b0a17 diff --git a/EarlyBlue/global/skin/formatting.css b/EarlyBlue/global/skin/formatting.css deleted file mode 100755 index 4eb7063d..00000000 --- a/EarlyBlue/global/skin/formatting.css +++ /dev/null @@ -1,151 +0,0 @@ -/* colors */ - -.color-dialog - { - background-color : #CCD0DD; - color : #000000; - } - -.color-window - { - background-color : #FFFFFF; - color : #000000; - } - -/* inset areas */ -.inset - { - border : 1px inset #CCD0DD; - margin : 0px 5px 5px 5px; - } - -/* formatting */ -.groove-top - { - border-top : 2px groove #CCD0DD; - } - -.groove-right - { - border-right : 2px groove #CCD0DD; - } - -.groove-left - { - border-left : 2px groove #CCD0DD; - } - -.groove-bottom - { - border-bottom : 2px groove #CCD0DD; - } - -.outset - { - border : 1px outset #CCD0DD; - } - -/** 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 #CCD0DD; - height: 0px; - margin-top: 0.4em; - margin-bottom: 0.4em; - } - - separator.groove[orient="vertical"] - { - border-left: 2px groove #CCD0DD; - margin-left: 0.4em; - margin-right: 0.4em; - } - -/* groove separators (0 padding, for dividing effects) */ - separator.groove-thin - { - border-top: 2px groove #CCD0DD; - height: 0px; - } - - separator[orient="vertical"].groove-thin - { - border-left: 2px groove #CCCCCC; - } - -/** text formatting rules **/ -/* label (with margins) */ - text.label - { - margin : 1px 5px 2px 5px; - } - - text[disabled="true"] - { - color : #9999CC; - } - - 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; - } - - .link - { - color : #0000FF; - cursor : pointer; - -moz-user-select : text; - text-decoration : underline; - } - -