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 / addressbook / addressbook.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  5.8 KB  |  273 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-2001 Netscape Communications Corporation. All
  18.  * Rights Reserved.
  19.  *
  20.  * Contributor(s):
  21.  *   Joe Hewitt (hewitt@netscape.com)
  22.  */
  23.  
  24. /* Modified for IE Skin by Bamm Gabriana, Jan 2004 */
  25.  
  26. /* ===== addressbook.css ================================================
  27.   == Styles for the main Address Book window.
  28.   ======================================================================= */
  29.  
  30. @import url("chrome://messenger/skin/");
  31. @import url("chrome://communicator/skin/sidebar/sidebar.css");
  32.  
  33. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  34.  
  35. /* ::::: primary toolbar ::::: */
  36.  
  37. .toolbarbutton-1,
  38. .toolbarbutton-1 > .toolbarbutton-menubutton-button {
  39.   min-width: 6em !important;
  40. }
  41.  
  42. .toolbarbutton-1 {
  43.   list-style-image: url("chrome://messenger/skin/icons/btn1.gif");
  44. }
  45.  
  46. .toolbarbutton-1 > .toolbarbutton-icon,
  47. .toolbarbutton-1 > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
  48.   margin: 0px 1px 0px 0px !important;
  49.   padding: 1px 0px 1px 1px !important;
  50. }
  51.  
  52. /* ::::: primary toolbar buttons ::::: */
  53.  
  54. #button-newcard {
  55.   -moz-image-region: rect(0px 23px 21px 0px);
  56. }
  57.  
  58. #button-newcard:hover {
  59.   -moz-image-region: rect(0px 46px 21px 23px);
  60.  
  61. #button-newcard:hover:active {
  62.   -moz-image-region: rect(0px 69px 21px 46px);
  63. }
  64.  
  65. #button-newcard[disabled] {
  66.   -moz-image-region: rect(0px 92px 21px 69px) !important;
  67.  
  68. #button-newlist {
  69.   -moz-image-region: rect(21px 23px 42px 0px);
  70. }
  71.  
  72. #button-newlist:hover {
  73.   -moz-image-region: rect(21px 46px 42px 23px);
  74.  
  75. #button-newlist:hover:active {
  76.   -moz-image-region: rect(21px 69px 42px 46px);
  77. }
  78.  
  79. #button-newlist[disabled] {
  80.   -moz-image-region: rect(21px 92px 42px 69px) !important;
  81.  
  82. #button-editcard {
  83.   -moz-image-region: rect(42px 23px 63px 0px);
  84. }
  85.  
  86. #button-editcard:hover {
  87.   -moz-image-region: rect(42px 46px 63px 23px);
  88.  
  89. #button-editcard:hover:active {
  90.   -moz-image-region: rect(42px 69px 63px 46px);
  91. }
  92.  
  93. #button-editcard[disabled] {
  94.   -moz-image-region: rect(42px 92px 63px 69px) !important;
  95.  
  96. #button-newmessage {
  97.   -moz-image-region: rect(126px 23px 147px 0px);
  98. }
  99.  
  100. #button-newmessage:hover {
  101.   -moz-image-region: rect(126px 46px 147px 23px);
  102.  
  103. #button-newmessage:hover:active {
  104.   -moz-image-region: rect(126px 69px 147px 46px);
  105.  
  106. #button-newmessage[disabled] {
  107.   -moz-image-region: rect(126px 92px 147px 69px) !important;
  108. }
  109.  
  110. #button-newim {
  111.   -moz-image-region: rect(399px 23px 420px 0);
  112. }
  113.  
  114. #button-newim:hover {
  115.   -moz-image-region: rect(399px 46px 420px 23px);
  116. }
  117.  
  118. #button-newim:hover:active {
  119.   -moz-image-region: rect(399px 69px 420px 46px);
  120. }
  121.  
  122. #button-newim[disabled] {
  123.   -moz-image-region: rect(399px 92px 420px 69px) !important;
  124. }
  125.  
  126. #button-delete {
  127.   -moz-image-region: rect(210px 23px 231px 0px);
  128. }
  129.  
  130. #button-delete:hover {
  131.   -moz-image-region: rect(210px 46px 231px 23px);
  132.  
  133. #button-delete:hover:active {
  134.   -moz-image-region: rect(210px 69px 231px 46px);
  135. }
  136.  
  137. #button-delete[disabled] {
  138.   -moz-image-region: rect(210px 92px 231px 69px) !important;
  139. }
  140.  
  141. /* ::::: splitter adjustments ::::: */
  142.  
  143. #dirTree-splitter {
  144.   border: none;
  145.   min-width: 3px;
  146. }
  147.  
  148. #results-splitter {
  149.   border: none;
  150.   min-height: 4px;
  151. }
  152.  
  153. #results-splitter[state="collapsed"] {
  154.   border-bottom: 2px solid transparent;
  155. }
  156.  
  157. /* ::::: border adjustments ::::: */
  158.  
  159. #dirTreeBox,
  160. #abResultsTree,
  161. #CardViewOuterBox {
  162.   margin: none;
  163.   border: 2px solid;
  164.   -moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
  165.   -moz-border-right-colors: ThreeDHighlight ThreeDLightShadow;
  166.   -moz-border-bottom-colors: ThreeDHighlight ThreeDLightShadow;
  167.   -moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
  168.   min-width: 1px;
  169. }
  170.  
  171. #dirTreeBox {
  172.   margin-top: 3px;
  173. }
  174.  
  175. #searchBox {
  176.   border: none;
  177.   min-width: 1px;
  178. }
  179.  
  180. #searchBox textbox {
  181.   min-height: 20px;
  182. }
  183.  
  184. /* ::::: Styles for Card View Pane ::::: */
  185.  
  186. #CardViewBox {
  187.   -moz-user-focus: ignore;
  188.   border: none;
  189.   background: url("chrome://messenger/skin/icons/acct-central.jpg");
  190.   background-repeat: no-repeat;
  191.   background-position: 100% 0%;
  192.   background-color: #ffffff;
  193.   min-width: 150px;
  194.   overflow: auto;
  195. }
  196.  
  197. #CardViewInnerBox {
  198.   margin: 2px;
  199.   border: none;
  200.   padding: 6px;
  201. }
  202.  
  203. #CardTitle {
  204.   font-family: Verdana, sans-serif;
  205.   font-size: 150%;
  206.   font-weight: bold;
  207.   border-bottom: 2px solid black;
  208.   min-width: 120px;
  209.   margin: 0px;
  210. }
  211.  
  212. .cardViewGroup {
  213.   margin-top: 8px;
  214.   padding-bottom: 5px;
  215.   min-width: 50px;
  216. }
  217.  
  218. .CardViewHeading {
  219.   padding: 1px;
  220.   padding-left: 5px;
  221.   margin: 0px 0px 1px 0px;
  222.   background-color: #99ccff;
  223.   color: black;
  224.   font-weight: bold;
  225.   min-width: 30px;
  226. }
  227.  
  228. .CardViewText,
  229. .CardViewLink {
  230.   padding-left: 20px;
  231.   padding-right: 2px;
  232.   min-width: 30px;
  233.   margin: 0px;
  234. }
  235.  
  236. .CardViewLink {
  237.   text-decoration: underline;
  238.   cursor: pointer;
  239.   color: #0033ff;
  240. }
  241.  
  242. .CardViewLink:hover {
  243.   color: #0099ff;
  244. }
  245.  
  246. #cvHomeMapIt, #cvWorkMapIt {
  247.   margin-bottom: 0px;
  248. }
  249.  
  250. #cvBuddyIcon {
  251.   padding-left: 20px;
  252.   padding-top: 2px;
  253. }
  254.  
  255. html|a {
  256.   padding-left: 0px;
  257.   padding-right: 2px;
  258.   border: none !important;
  259. }
  260.  
  261. html|p {
  262.   border: none !important;
  263. }
  264.