X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2Faddressbook%2Faddressbook.css;h=00a9dc9477f24f3f9e76c37eebbde4625ebabb85;hp=f3df503edcf105052116a36847538fda1b3fae50;hb=08682b188c6be77cf7bcbeb17df91c4879e913b2;hpb=d61a45b24b8aab4323df5cdef2fd0c59ecad38ff diff --git a/EarlyBlue/messenger/addressbook/addressbook.css b/EarlyBlue/messenger/addressbook/addressbook.css index f3df503e..00a9dc94 100644 --- a/EarlyBlue/messenger/addressbook/addressbook.css +++ b/EarlyBlue/messenger/addressbook/addressbook.css @@ -48,54 +48,121 @@ /* ::::: primary toolbar buttons ::::: */ #button-newcard { - list-style-image:url("chrome://messenger/skin/addressbook/icons/newcard.gif"); + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons.png"); + -moz-image-region: rect(42px 25px 63px 0px); } #button-newcard[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newcard-disabled.gif") !important; + -moz-image-region: rect(42px 50px 63px 25px); } #button-newlist { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist.gif"); + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons.png"); + -moz-image-region: rect(63px 25px 84px 0px); } #button-newlist[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newlist-disabled.gif") !important; + -moz-image-region: rect(63px 50px 84px 25px); } #button-editcard { - list-style-image:url("chrome://messenger/skin/addressbook/icons/person.gif"); + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons.png"); + -moz-image-region: rect(21px 25px 42px 0px); } #button-editcard[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/person-disabled.gif") !important; + -moz-image-region: rect(21px 50px 42px 25px); } #button-newmessage { - list-style-image:url("chrome://messenger/skin/addressbook/icons/newmsg.gif"); + list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); + -moz-image-region: rect(105px 25px 126px 0px); } #button-newmessage[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/newmsg-disabled.gif") !important; + -moz-image-region: rect(105px 50px 126px 25px); } #button-newim { - list-style-image:url("chrome://messenger/skin/addressbook/icons/im.gif"); + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons.png"); + -moz-image-region: rect(84px 25px 105px 0px); } #button-newim[disabled="true"] { - list-style-image: url("chrome://messenger/skin/addressbook/icons/im-disabled.gif") !important; + -moz-image-region: rect(84px 25px 105px 0px); } -#button-delete { - list-style-image: url("chrome://messenger/skin/icons/messengericons.png"); +#button-abdelete { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons.png"); -moz-image-region: rect(0px 25px 21px 0px); } -#button-delete[disabled="true"] { +#button-abdelete[disabled="true"] { -moz-image-region: rect(0px 50px 21px 25px); } +/* ::::: small primary toolbar buttons ::::: */ + +toolbar[iconsize="small"] > #button-newcard, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-newcard { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons-small.png"); + -moz-image-region: rect(32px 16px 48px 0); +} + +toolbar[iconsize="small"] > #button-newcard[disabled] { + -moz-image-region: rect(32px 32px 48px 16px); +} + +toolbar[iconsize="small"] > #button-newlist, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-newlist { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons-small.png"); + -moz-image-region: rect(48px 16px 64px 0); +} + +toolbar[iconsize="small"] > #button-newlist[disabled] { + -moz-image-region: rect(48px 32px 64px 16px); +} + +toolbar[iconsize="small"] > #button-editcard, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-editcard { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons-small.png"); + -moz-image-region: rect(16px 16px 32px 0); +} + +toolbar[iconsize="small"] > #button-editcard[disabled] { + -moz-image-region: rect(16px 32px 32px 16px); +} + +toolbar[iconsize="small"] > #button-newmessage, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-newmessage { + list-style-image: url("chrome://messenger/skin/icons/messengericons-small.png"); + -moz-image-region: rect(80px 16px 96px 0); +} + +toolbar[iconsize="small"] > #button-newmessage[disabled="true"] { + -moz-image-region: rect(80px 32px 96px 16px); +} + +toolbar[iconsize="small"] > #button-newim, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-newim { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons-small.png"); + -moz-image-region: rect(64px 16px 80px 0); +} + +toolbar[iconsize="small"] > #button-newim[disabled] { + -moz-image-region: rect(64px 32px 80px 16px); +} + +toolbar[iconsize="small"] > #button-abdelete, +toolbar[iconsize="small"] > toolbarpaletteitem > #button-abdelete { + list-style-image: url("chrome://messenger/skin/addressbook/icons/addressbookicons-small.png"); + -moz-image-region: rect(0 16px 16px 0); +} + +toolbar[iconsize="small"] > #button-abdelete[disabled] { + -moz-image-region: rect(0 32px 16px 16px); +} + /* CardView styles - used in the Card View Pane */ #CardViewOuterBox { @@ -114,8 +181,8 @@ #CardViewInnerBox { margin-top: 2px; margin-bottom: 2px; - padding-left: 8px; - padding-right: 8px; + -moz-padding-start: 8px; + -moz-padding-end: 8px; } #CardTitle { @@ -134,8 +201,8 @@ .CardViewHeading { padding: 1px; - padding-left: 5px; - margin: 0px 0px 1px 0px; + -moz-padding-start: 5px; + margin: 0 0 1px; background-color: #9999CC; color: #FFFFFF; font-weight: bold; @@ -143,14 +210,14 @@ } #cvBuddyIcon { - padding-left: 20px; + -moz-padding-start: 20px; padding-top: 2px; } .CardViewText, .CardViewLink { - padding-left: 20px; - padding-right: 2px; + -moz-padding-start: 20px; + -moz-padding-end: 2px; min-width: 30px; margin: 0px; } @@ -166,8 +233,8 @@ } html|a { - padding-left: 0px; - padding-right: 2px; + -moz-padding-start: 0px; + -moz-padding-end: 2px; border: none !important; } @@ -177,20 +244,15 @@ html|p { /* ::::: border adjustments ::::: */ -#dirTree, #abResultsTree { - border: none; - margin: 0px; -} - -#resultsTree { +#abResultsTree { /* border-left: 1px solid ThreeDShadow; */ } -/* ::::: Search Bar ::::: */ +/* ::::: lightweight themes ::::: */ -#searchBox { -/* - border-top: 1px solid ThreeDHighlight; - border-bottom: 1px solid ThreeDShadow; -*/ +#CardViewOuterBox:-moz-lwtheme, +treecols:-moz-lwtheme { + text-shadow: none; + /* color: -moz-dialogtext; + background-color: -moz-dialog; */ }