diff options
author | Erik Kristensen <ekristen@pfsense.org> | 2005-07-17 20:28:18 +0000 |
---|---|---|
committer | Erik Kristensen <ekristen@pfsense.org> | 2005-07-17 20:28:18 +0000 |
commit | dd4543f4eaa0f2844348199d7c64c3779444765c (patch) | |
tree | 255acc7cf37a29eabe102e6d75a285a1bc478de8 /usr/local/www/themes/pfsense-dropdown/all.css | |
parent | 4e7da61ed0ef4c9ca34692943ccb207710147566 (diff) | |
download | pfsense-dd4543f4eaa0f2844348199d7c64c3779444765c.zip pfsense-dd4543f4eaa0f2844348199d7c64c3779444765c.tar.gz |
just making the theme better
Diffstat (limited to 'usr/local/www/themes/pfsense-dropdown/all.css')
-rw-r--r-- | usr/local/www/themes/pfsense-dropdown/all.css | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css index 5a73884..06a29fa 100644 --- a/usr/local/www/themes/pfsense-dropdown/all.css +++ b/usr/local/www/themes/pfsense-dropdown/all.css @@ -26,7 +26,7 @@ form input { } #header-left { position: relative; - background: url('logo.gif') no-repeat; + background: url('images/logo.gif') no-repeat; background-position: center; height: 65px; width: 145px; @@ -36,7 +36,7 @@ form input { } #header-right { position: relative; - background: url('header.gif') no-repeat; + background: url('images/header.gif') no-repeat; height: 70px; color: #fff; left: 0px; @@ -44,7 +44,7 @@ form input { } #header-right .alert { position: relative; - /* background: url('alert.gif') no-repeat; */ + /* background: url('images/alert.gif') no-repeat; */ background-position: 4px 2px; color: #fff; height: 17px; @@ -118,7 +118,7 @@ form input { /* Style the List */ #navigation { - background: url('menu.gif') no-repeat; + background: url('images/menu.gif') no-repeat; /* width: 693px; */ width: 800px; padding: 0px; @@ -169,8 +169,15 @@ form input { /* nested side drop menus within listed elements */ #navigation ul li:hover ul { display: block; + cursor: hand; +} +#navigation ul li:hover { + cursor: hand; cursor: pointer; } +#navigation ul li:hover div { + text-decoration: underline; +} #navigation ul li { background-color: transparent; @@ -181,6 +188,9 @@ form input { background-color: #000; color: #FFF; } +#navigation ul li ul li a.navlnk:hover { + text-decoration: underline; +} #navigation ul li.first { border-right: 0px; } |