summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorErik Kristensen <ekristen@pfsense.org>2005-07-17 20:28:18 +0000
committerErik Kristensen <ekristen@pfsense.org>2005-07-17 20:28:18 +0000
commitdd4543f4eaa0f2844348199d7c64c3779444765c (patch)
tree255acc7cf37a29eabe102e6d75a285a1bc478de8 /usr/local/www/themes
parent4e7da61ed0ef4c9ca34692943ccb207710147566 (diff)
downloadpfsense-dd4543f4eaa0f2844348199d7c64c3779444765c.zip
pfsense-dd4543f4eaa0f2844348199d7c64c3779444765c.tar.gz
just making the theme better
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css18
-rw-r--r--usr/local/www/themes/pfsense-dropdown/bottom-loader.js2
-rw-r--r--usr/local/www/themes/pfsense/all.css6
3 files changed, 18 insertions, 8 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;
}
diff --git a/usr/local/www/themes/pfsense-dropdown/bottom-loader.js b/usr/local/www/themes/pfsense-dropdown/bottom-loader.js
index 2f06f01..72a3b09 100644
--- a/usr/local/www/themes/pfsense-dropdown/bottom-loader.js
+++ b/usr/local/www/themes/pfsense-dropdown/bottom-loader.js
@@ -6,6 +6,6 @@ Rounded("div#mainarea","bl br tr","#FFF","#eeeeee","smooth");
Rounded("div#boxarea","bl br tl tr","#FFF","#eeeeee","smooth");
Rounded("tr#fend","bl br tl tr","#FFF","#990000","smooth");
Rounded("div#topbox","all","#FFF","#990000","smooth");
-Rounded("div#footer","bl br tl tr]","#FFF","#990000","smooth");
+Rounded("div#footer","bl br tl tr","#FFF","#990000","smooth");
//-->
diff --git a/usr/local/www/themes/pfsense/all.css b/usr/local/www/themes/pfsense/all.css
index 2bb6db5..8016005 100644
--- a/usr/local/www/themes/pfsense/all.css
+++ b/usr/local/www/themes/pfsense/all.css
@@ -22,7 +22,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;
@@ -32,7 +32,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;
@@ -40,7 +40,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;
OpenPOWER on IntegriCloud