adding new EarlyBlue skin, cleanup remains
[themes.git] / EarlyBlue / skin / EarlyBlue / navigator / linkToolbar.css
... / ...
CommitLineData
1/* -*- Mode: C; c-basic-offset: 2 -*- */
2
3/* ***** BEGIN LICENSE BLOCK *****
4 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
5 *
6 * The contents of this file are subject to the Netscape Public License
7 * Version 1.1 (the "License"); you may not use this file except in
8 * compliance with the License. You may obtain a copy of the License at
9 * http://www.mozilla.org/NPL/
10 *
11 * Software distributed under the License is distributed on an "AS IS" basis,
12 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 * for the specific language governing rights and limitations under the
14 * License.
15 *
16 * The Original Code is mozilla.org code.
17 *
18 * The Initial Developer of the Original Code is
19 * Netscape Communications Corporation.
20 * Portions created by the Initial Developer are Copyright (C) 1998
21 * the Initial Developer. All Rights Reserved.
22 *
23 * Contributor(s):
24 * Ben Goodger <ben@netscape.com>
25 * Josh Soref <timeless@mac.com>
26 * Tim Taylor <tim@tool-man.org>
27 * Eric Hodel <drbrain@segment7.net>
28 *
29 * Alternatively, the contents of this file may be used under the terms of
30 * either the GNU General Public License Version 2 or later (the "GPL"), or
31 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
32 * in which case the provisions of the GPL or the LGPL are applicable instead
33 * of those above. If you wish to allow use of your version of this file only
34 * under the terms of either the GPL or the LGPL, and not to allow others to
35 * use your version of this file under the terms of the NPL, indicate your
36 * decision by deleting the provisions above and replace them with the notice
37 * and other provisions required by the GPL or the LGPL. If you do not delete
38 * the provisions above, a recipient may use your version of this file under
39 * the terms of any one of the NPL, the GPL or the LGPL.
40 *
41 * ***** END LICENSE BLOCK ***** */
42
43/**
44 * Link toolbar items
45 **/
46
47#link-top
48{
49 list-style-image : url("chrome://navigator/skin/top.gif");
50}
51
52#link-top[disabled="true"],
53#link-top[disabled="true"]:hover,
54#link-top[disabled="true"]:hover:active
55{
56 list-style-image : url("chrome://navigator/skin/top-disabled.gif");
57}
58
59#link-top:hover,
60#link-top:hover:active
61{
62/* list-style-image : url("chrome://navigator/skin/top-hover.gif"); */
63}
64
65#link-up
66{
67 list-style-image : url("chrome://navigator/skin/up.gif");
68}
69
70#link-up[disabled="true"],
71#link-up[disabled="true"]:hover,
72#link-up[disabled="true"]:hover:active
73{
74 list-style-image : url("chrome://navigator/skin/up-disabled.gif");
75}
76
77#link-up:hover,
78#link-up:hover:active
79{
80/* list-style-image : url("chrome://navigator/skin/up-hover.gif"); */
81}
82
83#link-first
84{
85 list-style-image : url("chrome://navigator/skin/first.gif");
86}
87
88#link-first[disabled="true"],
89#link-first[disabled="true"]:hover,
90#link-first[disabled="true"]:hover:active
91{
92 list-style-image : url("chrome://navigator/skin/first-disabled.gif");
93}
94
95#link-first:hover,
96#link-first:hover:active
97{
98/* list-style-image : url("chrome://navigator/skin/first-hover.gif"); */
99}
100
101#link-prev
102{
103 list-style-image : url("chrome://navigator/skin/previous.gif");
104}
105
106#link-prev[disabled="true"],
107#link-prev[disabled="true"]:hover,
108#link-prev[disabled="true"]:hover:active
109{
110 list-style-image : url("chrome://navigator/skin/previous-disabled.gif");
111}
112
113#link-prev:hover,
114#link-prev:hover:active
115{
116/* list-style-image : url("chrome://navigator/skin/previous-hover.gif"); */
117}
118
119#link-next
120{
121 list-style-image : url("chrome://navigator/skin/next.gif");
122}
123
124#link-next[disabled="true"],
125#link-next[disabled="true"]:hover,
126#link-next[disabled="true"]:hover:active
127{
128 list-style-image : url("chrome://navigator/skin/next-disabled.gif");
129}
130
131#link-next:hover,
132#link-next:hover:active
133{
134/* list-style-image : url("chrome://navigator/skin/next-hover.gif"); */
135}
136
137#link-last
138{
139 list-style-image : url("chrome://navigator/skin/last.gif");
140}
141
142#link-last[disabled="true"],
143#link-last[disabled="true"]:hover,
144#link-last[disabled="true"]:hover:active
145{
146 list-style-image : url("chrome://navigator/skin/last-disabled.gif");
147}
148
149#link-last:hover,
150#link-last:hover:active
151{
152/* list-style-image : url("chrome://navigator/skin/last-hover.gif"); */
153}
154