update both themes for suite default changes up to 2010-12-30
[themes.git] / LCARStrek / messenger / accountCentral.css
index fe16d50035a2ec38c2df2eb98208adf457be1c4b..c351de2a0b390126e9fd1699646ae72f865f46d5 100644 (file)
  *
  * ***** 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;
 }
 
 .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;
 }
   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 {
   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");
+}
+*/