From: Robert Kaiser Date: Sun, 6 Jan 2013 19:57:10 +0000 (+0100) Subject: make links have more contrast to black, add new design to SeaMonkey profile manager X-Git-Tag: LCARStrek-2.16~13 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=dbd844cb7cf3813ee33ce4ef53ca93b53e03e67d make links have more contrast to black, add new design to SeaMonkey profile manager --- diff --git a/LCARStrek/browser/aboutSyncTabs.css b/LCARStrek/browser/aboutSyncTabs.css index 937a4c8a..1950574a 100644 --- a/LCARStrek/browser/aboutSyncTabs.css +++ b/LCARStrek/browser/aboutSyncTabs.css @@ -72,7 +72,7 @@ richlistitem.desktop[type="client"] { } .url { - color: blue; + color: #3333FF; font-size: 0.95em; } diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index c3015328..8e759cbb 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -1830,7 +1830,7 @@ richlistitem[type~="action"][actiontype="switchtab"][selected="true"] > .ac-url- background-color: #E7ADE7; } .tabbrowser-tab[pinned][titlechanged]:not([selected="true"]):hover { - background-color: #0000FF; + background-color: #3333FF; color: #000000; } diff --git a/LCARStrek/browser/feeds/subscribe.css b/LCARStrek/browser/feeds/subscribe.css index b7d0cbb9..4a9f66d3 100644 --- a/LCARStrek/browser/feeds/subscribe.css +++ b/LCARStrek/browser/feeds/subscribe.css @@ -127,7 +127,7 @@ a[href] img { } .link { - color: #0000FF; + color: #3333FF; text-decoration: underline; cursor: pointer; } diff --git a/LCARStrek/browser/preferences/preferences.css b/LCARStrek/browser/preferences/preferences.css index 18a3bf7f..c4a7201a 100644 --- a/LCARStrek/browser/preferences/preferences.css +++ b/LCARStrek/browser/preferences/preferences.css @@ -84,7 +84,7 @@ radio[pane=paneSync] { /* styles for the link elements copied from .text-link in global.css */ .inline-link { - color: blue; + color: #3333FF; text-decoration: underline; cursor: pointer; } diff --git a/LCARStrek/communicator/aboutSyncTabs.css b/LCARStrek/communicator/aboutSyncTabs.css index 48460f97..5d955a6f 100644 --- a/LCARStrek/communicator/aboutSyncTabs.css +++ b/LCARStrek/communicator/aboutSyncTabs.css @@ -64,7 +64,7 @@ richlistitem.desktop[type="client"] { } .url { - color: blue; + color: #3333FF; font-size: 0.95em; } diff --git a/LCARStrek/communicator/directory/directory.css b/LCARStrek/communicator/directory/directory.css index 530772da..d32d2025 100644 --- a/LCARStrek/communicator/directory/directory.css +++ b/LCARStrek/communicator/directory/directory.css @@ -62,7 +62,7 @@ treechildren::-moz-tree-cell-text(symbolic-link) { } div.server { - color: blue; + color: #3333FF; display: block; font-size: 10pt; font-family: sans-serif; diff --git a/LCARStrek/communicator/profile/profile.css b/LCARStrek/communicator/profile/profile.css index d5802ed9..d6f10759 100644 --- a/LCARStrek/communicator/profile/profile.css +++ b/LCARStrek/communicator/profile/profile.css @@ -10,13 +10,56 @@ window.dialog { padding: 0; } +/* Make nice LCARS border */ +.dialog-content-box { + background-color: #A09090; + border-radius: 5px 0 0 0; +} + +.dialog-content-box:-moz-locale-dir(rtl) { + border-radius: 0 5px 0 0; +} + +#header { + background-color: #9C9CFF; + color: #000000; + border: none; + -moz-border-start: 3px solid #000000; + border-radius: 0; + -moz-margin-start: 37px; +} + +.wizard-box { + background-color: #000000; + border-radius: 5px 0 0 0; + -moz-margin-start: 5px; +} + +.wizard-box:-moz-locale-dir(rtl) { + border-radius: 0 5px 0 0; +} + +.dialog-button-box { + -moz-border-start: 5px solid #8050B0; /* match wizard-box margin */ + -moz-padding-start: 2px; + margin-top: 3px; +} + treechildren::-moz-tree-image { -moz-margin-end: 2px; - list-style-image: url("chrome://communicator/skin/profile/profileicon-large.gif"); + list-style-image: url("chrome://communicator/skin/profile/profile.png"); + -moz-image-region: rect(0, 10px, 12px, 0); +} + +treechildren::-moz-tree-image(selected) { + -moz-margin-end: 2px; + list-style-image: url("chrome://communicator/skin/profile/profile.png"); + -moz-image-region: rect(0, 20px, 12px, 10px); } treechildren::-moz-tree-image(rowMigrate-no) { list-style-image: url("chrome://communicator/skin/profile/migrate.gif"); + -moz-image-region: auto; } /* profile selection dialog */ diff --git a/LCARStrek/communicator/profile/profile.png b/LCARStrek/communicator/profile/profile.png new file mode 100644 index 00000000..de3ecb9e Binary files /dev/null and b/LCARStrek/communicator/profile/profile.png differ diff --git a/LCARStrek/communicator/profile/profileicon-large.gif b/LCARStrek/communicator/profile/profileicon-large.gif deleted file mode 100755 index 60936c1a..00000000 Binary files a/LCARStrek/communicator/profile/profileicon-large.gif and /dev/null differ diff --git a/LCARStrek/global/about.css b/LCARStrek/global/about.css index cf682694..1e5a1074 100644 --- a/LCARStrek/global/about.css +++ b/LCARStrek/global/about.css @@ -22,7 +22,8 @@ body { } #aboutLogoContainer { - border: 1px solid #E7ADE7; + border: 1px solid #3333FF; + border-radius: 5px; width: 300px; margin-bottom: 2em; } @@ -31,6 +32,10 @@ img { border: 0; } +#vendorURL { + text-decoration: none; +} + #version { font-weight: bold; color: #008484; @@ -59,3 +64,7 @@ th, td { -moz-column-width: 20em; -moz-column-gap: 3em; } + +a:link { + color: #3333FF; +} diff --git a/LCARStrek/global/alerts/alert.css b/LCARStrek/global/alerts/alert.css index 593fdca1..44f90506 100644 --- a/LCARStrek/global/alerts/alert.css +++ b/LCARStrek/global/alerts/alert.css @@ -55,7 +55,7 @@ label { } .alertText[clickable="true"] { - color: blue; + color: #3333FF; text-decoration: underline; } diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index a13f5207..9b99c12d 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -310,7 +310,7 @@ description { } .text-link { - color: blue; + color: #3333FF; text-decoration: underline; cursor: pointer; } diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index e06ce6dd..32f56e31 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -94,15 +94,18 @@ tab[disabled="true"] { border-radius: 0px 0px 8px 8px; margin-top: 0; margin-bottom: 2px; - border: 1px solid #9C9CFF; border-top: none; padding: 2px 4px 1px; } /* ::::: tabs-bottom ::::: */ +.tab-bottom:last-of-type { + margin-right: 0; +} + .tabs-bottom > .tabs-left, .tabs-bottom > .tabs-right { - border-top: 1px solid #9C9CFF; + border-top: 1px solid #008484; border-bottom: none; } \ No newline at end of file diff --git a/LCARStrek/global/tree.css b/LCARStrek/global/tree.css index d57c3d0b..ba63f07e 100644 --- a/LCARStrek/global/tree.css +++ b/LCARStrek/global/tree.css @@ -40,12 +40,12 @@ treechildren::-moz-tree-row { treechildren::-moz-tree-row(selected) { background-color: #008484; - color: #FFCF00; + color: #000000; } treechildren::-moz-tree-row(selected, focus) { background-color: #008484; - color: #FFCF00; + color: #000000; } treechildren::-moz-tree-row(current, focus) { diff --git a/LCARStrek/messenger/addressbook/addressbook.css b/LCARStrek/messenger/addressbook/addressbook.css index accf92e5..edd7913b 100644 --- a/LCARStrek/messenger/addressbook/addressbook.css +++ b/LCARStrek/messenger/addressbook/addressbook.css @@ -247,7 +247,7 @@ toolbar[iconsize="small"] > #button-abdelete:not([disabled="true"]):hover:active } .CardViewLink { - color: blue; + color: #3333FF; text-decoration: underline; cursor: pointer; } diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 1b098643..cc402cf9 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -1047,7 +1047,7 @@ button.button-link { background: transparent; border: none; text-decoration: underline; - color: blue; + color: #3333FF; cursor: pointer; min-width: 0; margin: 0 6px;