home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / Chip_2004-04_cd1.bin / tema / mozilla / skin / ieskin-0.0.3-IE5.5-skinVersion1.5.xpi / ieskin.jar / messenger / accountCentral.css next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  3.4 KB  |  134 lines

  1. /*
  2.  * The contents of this file are subject to the Netscape Public
  3.  * License Version 1.1 (the "License"); you may not use this file
  4.  * except in compliance with the License. You may obtain a copy of
  5.  * the License at http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the License is distributed on an "AS
  8.  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  9.  * implied. See the License for the specific language governing
  10.  * rights and limitations under the License.
  11.  *
  12.  * The Original Code is Mozilla Communicator client code, released
  13.  * March 31, 1998.
  14.  *
  15.  * The Initial Developer of the Original Code is Netscape
  16.  * Communications Corporation. Portions created by Netscape are
  17.  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  */
  20.  
  21. /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
  22.  
  23. /* ===== accountCentral.css ==========================================
  24.   == Styles for the Messenger Account Central panel.
  25.   ======================================================================= */
  26.  
  27. @import url("chrome://messenger/skin/");
  28.  
  29. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  30.  
  31. #acctCentralGrid {
  32.   background: url("chrome://messenger/skin/icons/acct-central.jpg");
  33.   background-repeat: no-repeat;
  34.   background-position: 100% 72px;
  35.   background-color: #ffffff;
  36.   font-family: Verdana, Sans-Serif !important;
  37. }
  38.  
  39. separator {
  40.   height: 0px;
  41. }
  42.  
  43. separator.thin {
  44.   height: 8px;
  45. }
  46.  
  47. /* ::::: rows ::::: */
  48.  
  49. #acctCentralHeaderRow {
  50.   -moz-binding: url("chrome://global/skin/globalBindings.xml#row-iconic");
  51.   list-style-image: url("chrome://messenger/skin/icons/mailnews.png");
  52.   border-top: none;
  53.   border-bottom: 22px solid ThreeDShadow;
  54.   background-color: #000000;
  55.   height: 72px;
  56.   padding: 0px;
  57.   font-family: Verdana, Sans-Serif !important;
  58.   font-size: 11px;
  59.   font-weight: bold;
  60.   color: #ffffff;
  61. }
  62.  
  63. .acctCentralRow {
  64.   -moz-binding: url("chrome://global/skin/globalBindings.xml#row-iconic");
  65.   margin-left: 0px;
  66.   font-size: 11px;
  67.   color: #000000;
  68. }
  69.  
  70. .acctCentralRowTitleBox {
  71.   margin-left: 0px;
  72.   background-color: #cccccc;
  73.   font-size: 11px;
  74.   font-weight: bold;
  75.   color: #000000;
  76. }
  77.  
  78. .row-iconic-icon {
  79.   list-style-image: inherit;
  80.   margin-right: 10px;
  81. }
  82.  
  83. /* ::::: links ::::: */
  84.  
  85. .acctCentralLinkText {
  86.   cursor: pointer;
  87.   color: #303030;
  88.   text-decoration: underline;
  89.   font-family: Verdana, Sans-Serif !important;
  90.   font-size: 11px;
  91. }
  92.  
  93. .acctCentralLinkText:hover {
  94.   color: #0099ff;
  95. }
  96.  
  97. .acctCentralLinkText:hover:active {
  98.   color: #3399ff;
  99. }
  100.  
  101. /* ::::: row icons ::::: */
  102.  
  103. #ReadMessages {
  104.   list-style-image: url("chrome://messenger/skin/icons/acct-read.gif");
  105. }
  106.  
  107. #ComposeMessage {
  108.   list-style-image: url("chrome://messenger/skin/icons/acct-compose.gif");
  109. }
  110.  
  111. #SubscribeNewsgroups {
  112.   list-style-image: url("chrome://messenger/skin/icons/acct-subscribe.gif");
  113. }
  114.  
  115. #SearchMessages {
  116.   list-style-image: url("chrome://messenger/skin/icons/acct-search.gif");
  117. }
  118.  
  119. #AccountSettings {
  120.   list-style-image: url("chrome://messenger/skin/icons/acct-prefs.gif");
  121. }
  122.  
  123. #CreateAccount {
  124.   list-style-image: url("chrome://messenger/skin/icons/acct-newaccount.gif");
  125. }
  126.  
  127. #CreateFilters {
  128.   list-style-image: url("chrome://messenger/skin/icons/acct-filters.gif");
  129. }
  130.  
  131. #OfflineSettings {
  132.   list-style-image: url("chrome://messenger/skin/icons/acct-offline.gif");
  133. }
  134.