Revision dd4543f4
Added by Erik Kristensen about 20 years ago
usr/local/www/themes/pfsense-dropdown/all.css | ||
---|---|---|
26 | 26 |
} |
27 | 27 |
#header-left { |
28 | 28 |
position: relative; |
29 |
background: url('logo.gif') no-repeat; |
|
29 |
background: url('images/logo.gif') no-repeat;
|
|
30 | 30 |
background-position: center; |
31 | 31 |
height: 65px; |
32 | 32 |
width: 145px; |
... | ... | |
36 | 36 |
} |
37 | 37 |
#header-right { |
38 | 38 |
position: relative; |
39 |
background: url('header.gif') no-repeat; |
|
39 |
background: url('images/header.gif') no-repeat;
|
|
40 | 40 |
height: 70px; |
41 | 41 |
color: #fff; |
42 | 42 |
left: 0px; |
... | ... | |
44 | 44 |
} |
45 | 45 |
#header-right .alert { |
46 | 46 |
position: relative; |
47 |
/* background: url('alert.gif') no-repeat; */ |
|
47 |
/* background: url('images/alert.gif') no-repeat; */
|
|
48 | 48 |
background-position: 4px 2px; |
49 | 49 |
color: #fff; |
50 | 50 |
height: 17px; |
... | ... | |
118 | 118 |
|
119 | 119 |
/* Style the List */ |
120 | 120 |
#navigation { |
121 |
background: url('menu.gif') no-repeat; |
|
121 |
background: url('images/menu.gif') no-repeat;
|
|
122 | 122 |
/* width: 693px; */ |
123 | 123 |
width: 800px; |
124 | 124 |
padding: 0px; |
... | ... | |
169 | 169 |
/* nested side drop menus within listed elements */ |
170 | 170 |
#navigation ul li:hover ul { |
171 | 171 |
display: block; |
172 |
cursor: hand; |
|
173 |
} |
|
174 |
#navigation ul li:hover { |
|
175 |
cursor: hand; |
|
172 | 176 |
cursor: pointer; |
173 | 177 |
} |
178 |
#navigation ul li:hover div { |
|
179 |
text-decoration: underline; |
|
180 |
} |
|
174 | 181 |
|
175 | 182 |
#navigation ul li { |
176 | 183 |
background-color: transparent; |
... | ... | |
181 | 188 |
background-color: #000; |
182 | 189 |
color: #FFF; |
183 | 190 |
} |
191 |
#navigation ul li ul li a.navlnk:hover { |
|
192 |
text-decoration: underline; |
|
193 |
} |
|
184 | 194 |
#navigation ul li.first { |
185 | 195 |
border-right: 0px; |
186 | 196 |
} |
usr/local/www/themes/pfsense-dropdown/bottom-loader.js | ||
---|---|---|
6 | 6 |
Rounded("div#boxarea","bl br tl tr","#FFF","#eeeeee","smooth"); |
7 | 7 |
Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth"); |
8 | 8 |
Rounded("div#topbox","all","#FFF","#990000","smooth"); |
9 |
Rounded("div#footer","bl br tl tr]","#FFF","#990000","smooth");
|
|
9 |
Rounded("div#footer","bl br tl tr","#FFF","#990000","smooth"); |
|
10 | 10 |
|
11 | 11 |
//--> |
usr/local/www/themes/pfsense/all.css | ||
---|---|---|
22 | 22 |
} |
23 | 23 |
#header-left { |
24 | 24 |
position: relative; |
25 |
background: url('logo.gif') no-repeat; |
|
25 |
background: url('images/logo.gif') no-repeat;
|
|
26 | 26 |
background-position: center; |
27 | 27 |
height: 65px; |
28 | 28 |
width: 145px; |
... | ... | |
32 | 32 |
} |
33 | 33 |
#header-right { |
34 | 34 |
position: relative; |
35 |
background: url('header.gif') no-repeat; |
|
35 |
background: url('images/header.gif') no-repeat;
|
|
36 | 36 |
height: 70px; |
37 | 37 |
color: #fff; |
38 | 38 |
left: 0px; |
... | ... | |
40 | 40 |
} |
41 | 41 |
#header-right .alert { |
42 | 42 |
position: relative; |
43 |
/* background: url('alert.gif') no-repeat; */ |
|
43 |
/* background: url('images/alert.gif') no-repeat; */
|
|
44 | 44 |
background-position: 4px 2px; |
45 | 45 |
color: #fff; |
46 | 46 |
height: 17px; |
Also available in: Unified diff
just making the theme better