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 / communicator / bookmarks / bookmarksWindow.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-01-05  |  3.8 KB  |  123 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: NPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Netscape Public License
  5.  * Version 1.1 (the "License"); you may not use this file except in
  6.  * compliance with the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/NPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is mozilla.org code.
  15.  *
  16.  * The Initial Developer of the Original Code is 
  17.  * Netscape Communications Corporation.
  18.  * Portions created by the Initial Developer are Copyright (C) 1998
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *   Ben Goodger <ben@netscape.com>
  23.  *   Josh Soref  <timeless@mac.com>
  24.  *
  25.  * Alternatively, the contents of this file may be used under the terms of
  26.  * either the GNU General Public License Version 2 or later (the "GPL"), or 
  27.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28.  * in which case the provisions of the GPL or the LGPL are applicable instead
  29.  * of those above. If you wish to allow use of your version of this file only
  30.  * under the terms of either the GPL or the LGPL, and not to allow others to
  31.  * use your version of this file under the terms of the NPL, indicate your
  32.  * decision by deleting the provisions above and replace them with the notice
  33.  * and other provisions required by the GPL or the LGPL. If you do not delete
  34.  * the provisions above, a recipient may use your version of this file under
  35.  * the terms of any one of the NPL, the GPL or the LGPL.
  36.  *
  37.  * ***** END LICENSE BLOCK ***** */
  38.  
  39. @import url("chrome://communicator/skin/bookmarks/bookmarks.css");
  40. @import url("chrome://communicator/skin/bookmarks/platformBookmarks.css");
  41.  
  42. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  43.  
  44.  
  45. /* ::::: primary toolbar ::::: */
  46.  
  47. .toolbarbutton-text {
  48.   margin: 0;
  49.   min-width: 6em;
  50.   padding: 5px 3px 3px 5px;
  51. }
  52.  
  53.  
  54. /* ::::: panel bar ::::: */
  55.  
  56. #panel-bar {
  57.   border-top: 1px solid ThreeDHighlight;
  58.   border-right: 1px solid ThreeDShadow;
  59.   border-bottom: 1px solid ThreeDShadow;
  60.   border-left: 1px solid ThreeDHighlight;
  61. }
  62.  
  63. #btnAddBookmark > .toolbarbutton-text,
  64. #btnManageBookmarks > .toolbarbutton-text,
  65. #btnFindBookmarks > .toolbarbutton-text {
  66.   min-width: 0;
  67.   padding: 4px 5px 3px 1px !important;
  68. }
  69.  
  70. #btnAddBookmark > .toolbarbutton-icon,
  71. #btnManageBookmarks > .toolbarbutton-icon {
  72.   padding: 1px 4px 1px 4px;
  73. }
  74.  
  75. #btnAddBookmark {
  76.   list-style-image: url("chrome://communicator/skin/bookmarks/add-bookmark.gif");
  77. }
  78.  
  79. #btnAddBookmark:hover {
  80.   list-style-image: url("chrome://communicator/skin/bookmarks/add-bookmark-hover.gif");
  81. }
  82.  
  83. #btnManageBookmarks {
  84.   list-style-image: url("chrome://communicator/skin/bookmarks/manage-bookmarks.gif");
  85. }
  86.  
  87. #btnManageBookmarks:hover {
  88.   list-style-image: url("chrome://communicator/skin/bookmarks/manage-bookmarks-hover.gif");
  89. }
  90.  
  91. #panel-bar > toolbarseparator,
  92. #btnFindBookmarks,
  93. #search-bar {
  94.   display: none;
  95. }
  96.  
  97.  
  98. /* ::::: miscellaneous ::::: */
  99.  
  100. #search-box {
  101.   min-height: 21px;
  102. }
  103.  
  104. #notification-icon {
  105.   list-style-image: url("chrome://communicator/skin/bookmarks/notification.gif");
  106. }
  107.  
  108. #schedule-icon {
  109.   list-style-image: url("chrome://communicator/skin/bookmarks/schedule.gif");
  110. }
  111.  
  112. bookmarks-tree.inset {
  113.   margin: 0px;
  114.   -moz-border-top-colors: ThreeDDarkShadow ThreeDShadow;
  115.   -moz-border-right-colors: ThreeDFace ThreeDHighlight;
  116.   -moz-border-bottom-colors: ThreeDFace ThreeDHighlight;
  117.   -moz-border-left-colors: ThreeDDarkShadow ThreeDShadow;
  118. }
  119.  
  120. #navprintplus {
  121.   display: none !important; /* needed only by netscape */
  122. }
  123.