From: robert Date: Fri, 27 Apr 2001 23:28:55 +0000 (+0000) Subject: some errors that I did see when working on LCARStrek X-Git-Tag: LCARStrek04~8 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=a97778edf641b4680f489833eae1de29cea81466 some errors that I did see when working on LCARStrek --- diff --git a/EarlyBlue/communicator/skin/splitter.css b/EarlyBlue/communicator/skin/splitter.css index 52683399..8dd3c5d7 100755 --- a/EarlyBlue/communicator/skin/splitter.css +++ b/EarlyBlue/communicator/skin/splitter.css @@ -46,8 +46,8 @@ window[orient="vertical"] > splitter > grippy { height:8px; } -vbox > splitter[state="collapsed"] > grippy -box[orient="vertical"] > splitter[state="collapsed"] > grippy +vbox > splitter[state="collapsed"] > grippy, +box[orient="vertical"] > splitter[state="collapsed"] > grippy, window[orient="vertical"] > splitter[state="collapsed"] > grippy { background-image: url("chrome://global/skin/grippy-horizontal-before.gif"); } @@ -135,3 +135,4 @@ splitter.gray-horizontal-splitter > #endcap { width: 8px; } */ + diff --git a/EarlyBlue/communicator/skin/wallet/CookieViewer.css b/EarlyBlue/communicator/skin/wallet/CookieViewer.css index 6f03c0ab..5d92fe8a 100755 --- a/EarlyBlue/communicator/skin/wallet/CookieViewer.css +++ b/EarlyBlue/communicator/skin/wallet/CookieViewer.css @@ -1,91 +1,92 @@ -window { - background-color: #CCCCCC; -} - -box.tabpanel { - border: 1px outset #CCCCCC; - padding: 10px; -} - -tab { - padding-left: 10px; - padding-right: 10px; -} - -treehead > treerow > treecell { - border: 1px outset #CCCCCC; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 5px; - padding-right: 5px; - background-color: #CCCCCC; - color: #000000; -} - -treechildren > treeitem > treerow > treecell { - border-right: 1px solid #CCCCCC; - border-bottom: 1px solid #CCCCCC; - color: inherit; - padding-left: 10px; - padding-top: 1px; - padding-bottom: 1px; -} - -treechildren > treeitem > treerow > treecell.fieldcell { - border-right: 1px solid #CCCCCC; - border-bottom: 1px solid #CCCCCC; - color: inherit; - padding: 0px; - margin: 0px; -} - - -treechildren > treeitem > treerow [selectedrow ~= false] { - background-color: white; - color: black; -} - -treechildren > treeitem > treerow [selectedrow ~= true] { - background-color: #336699; - color: white; -} - -tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] { - background-color: white; - color: black; -} - -tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] { - background-color: white; - color: black; -} - -tree { - border: 1px inset #CCCCCC; -} - -a { - color: #0000FF; - text-decoration: underline; -} - -a:hover { - color: #FF0000; - text-decoration: underline; -} - -tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link { - color: #FFFFFF; -} - -tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover { - color: #FFFFFF; -} - -input.dispcell { - border: none; - background-color: #CCCCCC; - height: 12px; - font-family: tahoma; - font-size: 10px; -} +window { + background-color: #CCCCCC; +} + +box.tabpanels { + border: 1px outset #CCCCCC; + padding: 10px; +} + +tab { + padding-left: 10px; + padding-right: 10px; +} + +treehead > treerow > treecell { + border: 1px outset #CCCCCC; + padding-top: 1px; + padding-bottom: 1px; + padding-left: 5px; + padding-right: 5px; + background-color: #CCCCCC; + color: #000000; +} + +treechildren > treeitem > treerow > treecell { + border-right: 1px solid #CCCCCC; + border-bottom: 1px solid #CCCCCC; + color: inherit; + padding-left: 10px; + padding-top: 1px; + padding-bottom: 1px; +} + +treechildren > treeitem > treerow > treecell.fieldcell { + border-right: 1px solid #CCCCCC; + border-bottom: 1px solid #CCCCCC; + color: inherit; + padding: 0px; + margin: 0px; +} + + +treechildren > treeitem > treerow [selectedrow ~= false] { + background-color: white; + color: black; +} + +treechildren > treeitem > treerow [selectedrow ~= true] { + background-color: #336699; + color: white; +} + +tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] { + background-color: white; + color: black; +} + +tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] { + background-color: white; + color: black; +} + +tree { + border: 1px inset #CCCCCC; +} + +a { + color: #0000FF; + text-decoration: underline; +} + +a:hover { + color: #FF0000; + text-decoration: underline; +} + +tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link { + color: #FFFFFF; +} + +tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover { + color: #FFFFFF; +} + +input.dispcell { + border: none; + background-color: #CCCCCC; + height: 12px; + font-family: tahoma; + font-size: 10px; +} + diff --git a/EarlyBlue/communicator/skin/wallet/SignonViewer.css b/EarlyBlue/communicator/skin/wallet/SignonViewer.css index 542207f4..faa6bd83 100755 --- a/EarlyBlue/communicator/skin/wallet/SignonViewer.css +++ b/EarlyBlue/communicator/skin/wallet/SignonViewer.css @@ -1,91 +1,91 @@ -window { - background-color: #CCCCCC; -} - -box.tabpanel { - border: 1px outset #CCCCCC; - padding: 10px; -} - -tab { - padding-left: 10px; - padding-right: 10px; -} - -treehead > treerow > treecell { - border: 1px outset #CCCCCC; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 5px; - padding-right: 5px; - background-color: #CCCCCC; - color: #000000; -} - -treechildren > treeitem > treerow > treecell { - border-right: 1px solid #CCCCCC; - border-bottom: 1px solid #CCCCCC; - color: inherit; - padding-left: 10px; - padding-top: 1px; - padding-bottom: 1px; -} - -treechildren > treeitem > treerow > treecell.fieldcell { - border-right: 1px solid #CCCCCC; - border-bottom: 1px solid #CCCCCC; - color: inherit; - padding: 0px; - margin: 0px; -} - - -treechildren > treeitem > treerow [selectedrow ~= false] { - background-color: white; - color: black; -} - -treechildren > treeitem > treerow [selectedrow ~= true] { - background-color: #336699; - color: white; -} - -tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] { - background-color: white; - color: black; -} - -tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] { - background-color: white; - color: black; -} - -tree { - border: 1px inset #CCCCCC; -} - -a { - color: #0000FF; - text-decoration: underline; -} - -a:hover { - color: #FF0000; - text-decoration: underline; -} - -tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link { - color: #FFFFFF; -} - -tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover { - color: #FFFFFF; -} - -input.dispcell { - border: none; - background-color: #CCCCCC; - height: 12px; - font-family: tahoma; - font-size: 10px; -} \ No newline at end of file +window { + background-color: #CCCCCC; +} + +box.tabpanels { + border: 1px outset #CCCCCC; + padding: 10px; +} + +tab { + padding-left: 10px; + padding-right: 10px; +} + +treehead > treerow > treecell { + border: 1px outset #CCCCCC; + padding-top: 1px; + padding-bottom: 1px; + padding-left: 5px; + padding-right: 5px; + background-color: #CCCCCC; + color: #000000; +} + +treechildren > treeitem > treerow > treecell { + border-right: 1px solid #CCCCCC; + border-bottom: 1px solid #CCCCCC; + color: inherit; + padding-left: 10px; + padding-top: 1px; + padding-bottom: 1px; +} + +treechildren > treeitem > treerow > treecell.fieldcell { + border-right: 1px solid #CCCCCC; + border-bottom: 1px solid #CCCCCC; + color: inherit; + padding: 0px; + margin: 0px; +} + + +treechildren > treeitem > treerow [selectedrow ~= false] { + background-color: white; + color: black; +} + +treechildren > treeitem > treerow [selectedrow ~= true] { + background-color: #336699; + color: white; +} + +tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] { + background-color: white; + color: black; +} + +tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] { + background-color: white; + color: black; +} + +tree { + border: 1px inset #CCCCCC; +} + +a { + color: #0000FF; + text-decoration: underline; +} + +a:hover { + color: #FF0000; + text-decoration: underline; +} + +tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link { + color: #FFFFFF; +} + +tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover { + color: #FFFFFF; +} + +input.dispcell { + border: none; + background-color: #CCCCCC; + height: 12px; + font-family: tahoma; + font-size: 10px; +} diff --git a/EarlyBlue/communicator/skin/wallet/WalletEditor.css b/EarlyBlue/communicator/skin/wallet/WalletEditor.css index 6f03c0ab..5d92fe8a 100755 --- a/EarlyBlue/communicator/skin/wallet/WalletEditor.css +++ b/EarlyBlue/communicator/skin/wallet/WalletEditor.css @@ -1,91 +1,92 @@ -window { - background-color: #CCCCCC; -} - -box.tabpanel { - border: 1px outset #CCCCCC; - padding: 10px; -} - -tab { - padding-left: 10px; - padding-right: 10px; -} - -treehead > treerow > treecell { - border: 1px outset #CCCCCC; - padding-top: 1px; - padding-bottom: 1px; - padding-left: 5px; - padding-right: 5px; - background-color: #CCCCCC; - color: #000000; -} - -treechildren > treeitem > treerow > treecell { - border-right: 1px solid #CCCCCC; - border-bottom: 1px solid #CCCCCC; - color: inherit; - padding-left: 10px; - padding-top: 1px; - padding-bottom: 1px; -} - -treechildren > treeitem > treerow > treecell.fieldcell { - border-right: 1px solid #CCCCCC; - border-bottom: 1px solid #CCCCCC; - color: inherit; - padding: 0px; - margin: 0px; -} - - -treechildren > treeitem > treerow [selectedrow ~= false] { - background-color: white; - color: black; -} - -treechildren > treeitem > treerow [selectedrow ~= true] { - background-color: #336699; - color: white; -} - -tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] { - background-color: white; - color: black; -} - -tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] { - background-color: white; - color: black; -} - -tree { - border: 1px inset #CCCCCC; -} - -a { - color: #0000FF; - text-decoration: underline; -} - -a:hover { - color: #FF0000; - text-decoration: underline; -} - -tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link { - color: #FFFFFF; -} - -tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover { - color: #FFFFFF; -} - -input.dispcell { - border: none; - background-color: #CCCCCC; - height: 12px; - font-family: tahoma; - font-size: 10px; -} +window { + background-color: #CCCCCC; +} + +box.tabpanels { + border: 1px outset #CCCCCC; + padding: 10px; +} + +tab { + padding-left: 10px; + padding-right: 10px; +} + +treehead > treerow > treecell { + border: 1px outset #CCCCCC; + padding-top: 1px; + padding-bottom: 1px; + padding-left: 5px; + padding-right: 5px; + background-color: #CCCCCC; + color: #000000; +} + +treechildren > treeitem > treerow > treecell { + border-right: 1px solid #CCCCCC; + border-bottom: 1px solid #CCCCCC; + color: inherit; + padding-left: 10px; + padding-top: 1px; + padding-bottom: 1px; +} + +treechildren > treeitem > treerow > treecell.fieldcell { + border-right: 1px solid #CCCCCC; + border-bottom: 1px solid #CCCCCC; + color: inherit; + padding: 0px; + margin: 0px; +} + + +treechildren > treeitem > treerow [selectedrow ~= false] { + background-color: white; + color: black; +} + +treechildren > treeitem > treerow [selectedrow ~= true] { + background-color: #336699; + color: white; +} + +tree#infotree treechildren > treeitem > treerow [selectedrow ~= false] { + background-color: white; + color: black; +} + +tree#infotree treechildren > treeitem > treerow [selectedrow ~= true] { + background-color: white; + color: black; +} + +tree { + border: 1px inset #CCCCCC; +} + +a { + color: #0000FF; + text-decoration: underline; +} + +a:hover { + color: #FF0000; + text-decoration: underline; +} + +tree treechildren > treeitem > treerow[selectedrow=true] > treecell > a:link { + color: #FFFFFF; +} + +tree treechildren > treeitem > treerow[selectedrow ~= true] > treecell > a:hover { + color: #FFFFFF; +} + +input.dispcell { + border: none; + background-color: #CCCCCC; + height: 12px; + font-family: tahoma; + font-size: 10px; +} + diff --git a/EarlyBlue/global/skin/outliner.css b/EarlyBlue/global/skin/outliner.css index 7a66a93a..0fe3a667 100644 --- a/EarlyBlue/global/skin/outliner.css +++ b/EarlyBlue/global/skin/outliner.css @@ -87,7 +87,7 @@ outlinerbody:-moz-outliner-line(selected) outlinercol { - border: #666699; + border: 1px solid #666699; padding: 0px; background-color: #CCD0DD; color: black; @@ -158,3 +158,4 @@ outlinerbody:-moz-outliner-twisty(open) { list-style-image: url("chrome://global/skin/twisty-open.gif"); } + diff --git a/EarlyBlue/global/skin/splitter.css b/EarlyBlue/global/skin/splitter.css index 31d7c7e1..c3e43db8 100755 --- a/EarlyBlue/global/skin/splitter.css +++ b/EarlyBlue/global/skin/splitter.css @@ -71,4 +71,13 @@ grippy:hover:active list-style-image : url("chrome://global/skin/grippy-horizontal-before.gif"); } + rows > splitter[state="collapsed"] > grippy, + window[orient="vertical"] > splitter[state="collapsed"] > grippy, + vbox > splitter[state="collapsed"] > grippy, + box[orient="vertical"] > splitter[state="collapsed"] > grippy, + window[align="vertical"] > splitter[state="collapsed"] > grippy, + box[align="vertical"] > splitter[state="collapsed"] > grippy + { + list-style-image : url("chrome://global/skin/grippy-horizontal-after.gif"); + } diff --git a/EarlyBlue/global/skin/tabcontrol.css b/EarlyBlue/global/skin/tabcontrol.css index 6845d3d2..f62a0ba9 100755 --- a/EarlyBlue/global/skin/tabcontrol.css +++ b/EarlyBlue/global/skin/tabcontrol.css @@ -1,93 +1,94 @@ -tabcontrol { - margin: 1px 5px 2px 5px; -} - -/********** Tab widget *********/ -tab { - border-top: 1px solid white; - border-bottom: 1px solid #666699; - border-left: 1px solid white; - border-right: 1px solid #666699; - color: black; - padding: 3px 5px 3px 5px; -} - -/* when a tab is selected this is how it should look */ -tab[selected="true"] { - font-weight: bold; -} - -tab:hover { - color: #003366; - text-decoration: underline; -} - -tab:hover:active { - border-top: 1px solid #666699; - border-bottom: 1px solid white; - border-left: 1px solid #666699; - border-right: 1px solid white; - text-decoration: none; -} - -tabbox { - padding: 0px 2px 0px 2px; -} - - /* top tabs */ -tabcontrol[align="vertical"] tabbox[align="horizontal"] tab { - border-bottom: none; - -moz-border-radius: 8px 8px 0px 0px; - padding-bottom: 1px; - margin: 1px 2px 1px 2px; -} - - /* bottom tabs */ -tabcontrol[align="vertical"] tabpanel + tabbox[align="horizontal"] tab { - border-top: none; - border-bottom: 1px solid #666699; - border-left: 1px solid white; - border-right: 1px solid #666699; - -moz-border-radius: 0px 0px 8px 8px; - padding: 1px 5px 3px 5px; - margin: 1px 2px 1px 2px; -} - - /* left tabs */ -tabcontrol[align="horizontal"] tabbox[align="vertical"] tab { - border-right: none; - -moz-border-radius: 8px 0px 0px 8px; - padding-right: 1px; - margin: 2px 1px 2px 1px; -} - - /* right tabs */ -tabcontrol[align="horizontal"] tabpanel + tabbox[align="vertical"] tab { - border-top: 1px solid white; - border-bottom: 1px solid #666699; - border-left: none; - border-right: 1px solid #666699; - -moz-border-radius: 0px 8px 8px 0px; - padding: 3px 5px 1px 5px; - margin: 2px 1px 2px 1px; -} - -tabcontrol { - border: none; -} - -/* border on bottom only, no padding (used in search) */ -tabpanel.light { - border: none; - border-bottom: 1px outset #CCD0DD; - padding: 0px; -} - -tabpanel { - border-top: 1px solid white; - border-bottom: 1px solid #666699; - border-left: 1px solid white; - border-right: 1px solid #666699; - padding: 5px; -} - +tabbox { + margin: 1px 5px 2px 5px; +} + +/********** Tab widget *********/ +tab { + border-top: 1px solid white; + border-bottom: 1px solid #666699; + border-left: 1px solid white; + border-right: 1px solid #666699; + color: black; + padding: 3px 5px 3px 5px; +} + +/* when a tab is selected this is how it should look */ +tab[selected="true"] { + font-weight: bold; +} + +tab:hover { + color: #003366; + text-decoration: underline; +} + +tab:hover:active { + border-top: 1px solid #666699; + border-bottom: 1px solid white; + border-left: 1px solid #666699; + border-right: 1px solid white; + text-decoration: none; +} + +tabs { + padding: 0px 2px 0px 2px; +} + + /* top tabs */ +tabbox[align="vertical"] tabs[align="horizontal"] tab { + border-bottom: none; + -moz-border-radius: 8px 8px 0px 0px; + padding-bottom: 1px; + margin: 1px 2px 1px 2px; +} + + /* bottom tabs */ +tabbox[align="vertical"] tabpanels + tabs[align="horizontal"] tab { + border-top: none; + border-bottom: 1px solid #666699; + border-left: 1px solid white; + border-right: 1px solid #666699; + -moz-border-radius: 0px 0px 8px 8px; + padding: 1px 5px 3px 5px; + margin: 1px 2px 1px 2px; +} + + /* left tabs */ +tabbox[align="horizontal"] tabs[align="vertical"] tab { + border-right: none; + -moz-border-radius: 8px 0px 0px 8px; + padding-right: 1px; + margin: 2px 1px 2px 1px; +} + + /* right tabs */ +tabbox[align="horizontal"] tabpanels + tabs[align="vertical"] tab { + border-top: 1px solid white; + border-bottom: 1px solid #666699; + border-left: none; + border-right: 1px solid #666699; + -moz-border-radius: 0px 8px 8px 0px; + padding: 3px 5px 1px 5px; + margin: 2px 1px 2px 1px; +} + +tabbox { + border: none; +} + +/* border on bottom only, no padding (used in search) */ +tabpanels.light { + border: none; + border-bottom: 1px outset #CCD0DD; + padding: 0px; +} + +tabpanels { + border-top: 1px solid white; + border-bottom: 1px solid #666699; + border-left: 1px solid white; + border-right: 1px solid #666699; + padding: 5px; +} + +