X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FaccountCentral.css;h=c351de2a0b390126e9fd1699646ae72f865f46d5;hp=fe16d50035a2ec38c2df2eb98208adf457be1c4b;hb=a3b6328b4e844ec03368483917dcbde4034865c8;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/messenger/accountCentral.css b/LCARStrek/messenger/accountCentral.css index fe16d500..c351de2a 100644 --- a/LCARStrek/messenger/accountCentral.css +++ b/LCARStrek/messenger/accountCentral.css @@ -35,22 +35,32 @@ * * ***** END LICENSE BLOCK ***** */ -/* ===== accountCentral.css ========================================== - == Styles for the Messenger Account Central panel. - ======================================================================= */ - @import url("chrome://messenger/skin/"); @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); +/* ===== accountCentral.css ========================================== + == Styles for the Messenger Account Central panel. + ======================================================================= */ + #acctCentralGrid { background-color: #000000; } +separator { + height: 5px; +} + +separator.thin { + height: 15px; +} + +/* ::::: rows ::::: */ + #acctCentralHeaderRow { - margin: 5px 5px 5px 5px; + margin: 5px; background-color: #FF9F00; - -moz-border-radius: 10px; + border-radius: 10px; color: #000000; font-weight: bold; font-size: 20px; @@ -58,19 +68,19 @@ } .acctCentralRow { - margin-left: 20px; + -moz-margin-start: 20px; } .acctCentralRowTitleBox { /* border-bottom: 1px solid #9C9CFF; */ background-color: #9C9CFF; padding-top: 3px; - -moz-border-radius: 7px; + border-radius: 7px; color: #000000; } .acctCentralTitleRow { - margin-left: 10px; + -moz-margin-start: 10px; font-weight: bold; font-size: 15px; } @@ -79,12 +89,14 @@ font-size: 15px; } +/* ::::: links ::::: */ + .acctCentralLinkText { cursor: pointer; color: #008484; - padding: 0px 5px 0px 5px; - -moz-border-radius: 3px; - text-decoration: normal; + padding: 0px 5px; + border-radius: 3px; + text-decoration: none; } .acctCentralLinkText:hover { @@ -92,3 +104,54 @@ color: #000000; /* text-decoration: underline; */ } + +/* ::::: row icons ::::: */ +/* XXX: to be implemented in this theme! +#ReadMessages { + list-style-image: url("chrome://messenger/skin/icons/acct-read.png"); +} + +#ComposeMessage { + list-style-image: url("chrome://messenger/skin/icons/acct-compose.png"); +} + +#SubscribeNewsgroups { + list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png"); +} + +#SubscribeImapFolders { + list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png"); +} + +#SubscribeRSS { + list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.png"); +} + +#SearchMessages { + list-style-image: url("chrome://messenger/skin/icons/acct-search.png"); +} + +#AccountSettings { + list-style-image: url("chrome://messenger/skin/icons/acct-prefs.png"); +} + +#CreateAccount { + list-style-image: url("chrome://messenger/skin/icons/acct-newaccount.png"); +} + +#CreateFilters { + list-style-image: url("chrome://messenger/skin/icons/acct-filters.png"); +} + +#OfflineSettings { + list-style-image: url("chrome://messenger/skin/icons/acct-prefs.png"); +} + +#JunkSettingsMail { + list-style-image: url("chrome://messenger/skin/icons/acct-filters.png"); +} + +#JunkSettingsNews { + list-style-image: url("chrome://messenger/skin/icons/acct-filters.png"); +} +*/