summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorJared Dillard <jdillard@pfsense.com>2014-08-18 19:13:52 -0500
committerJared Dillard <jdillard@pfsense.com>2014-08-18 19:13:52 -0500
commita03943d203441a87ea9c01f383d451dfc921bdd2 (patch)
tree5868d23443844174dabafc945d7c084c7f18cca0 /usr/local/www/themes
parent9694d32c675f1ed6cc515119bce12f957c0dd7be (diff)
downloadpfsense-a03943d203441a87ea9c01f383d451dfc921bdd2.zip
pfsense-a03943d203441a87ea9c01f383d451dfc921bdd2.tar.gz
make gold link more visable
Diffstat (limited to 'usr/local/www/themes')
-rw-r--r--usr/local/www/themes/code-red/all.css1
-rw-r--r--usr/local/www/themes/metallic/all.css1
-rw-r--r--usr/local/www/themes/nervecenter/all.css2
-rw-r--r--usr/local/www/themes/pfsense-dropdown/all.css1
-rwxr-xr-xusr/local/www/themes/pfsense-dropdown/images/menu.gifbin460 -> 2026 bytes
-rw-r--r--usr/local/www/themes/pfsense_ng/all.css13
-rwxr-xr-xusr/local/www/themes/pfsense_ng/images/alert_bgr.pngbin2483 -> 3372 bytes
-rwxr-xr-xusr/local/www/themes/pfsense_ng/images/header.pngbin4994 -> 6458 bytes
-rw-r--r--usr/local/www/themes/pfsense_ng_fs/all.css13
-rwxr-xr-xusr/local/www/themes/pfsense_ng_fs/images/alert_bgr.pngbin2483 -> 3372 bytes
-rwxr-xr-xusr/local/www/themes/pfsense_ng_fs/images/header.pngbin4994 -> 6458 bytes
-rw-r--r--usr/local/www/themes/the_wall/all.css6
-rwxr-xr-xusr/local/www/themes/the_wall/images/header.pngbin44524 -> 46487 bytes
13 files changed, 25 insertions, 12 deletions
diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css
index a68d44d..2553074 100644
--- a/usr/local/www/themes/code-red/all.css
+++ b/usr/local/www/themes/code-red/all.css
@@ -153,6 +153,7 @@ form {
}
a {
text-decoration: none;
+ color: #000000;
}
form input {
font-size: 1.1em;
diff --git a/usr/local/www/themes/metallic/all.css b/usr/local/www/themes/metallic/all.css
index 47b6b98..f49f373 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -141,6 +141,7 @@ form {
}
a {
text-decoration: none;
+ color: #000000;
}
form input {
font-size: 1.1em;
diff --git a/usr/local/www/themes/nervecenter/all.css b/usr/local/www/themes/nervecenter/all.css
index 541861a..9048813 100644
--- a/usr/local/www/themes/nervecenter/all.css
+++ b/usr/local/www/themes/nervecenter/all.css
@@ -427,7 +427,7 @@ table#marquee div#container div#scroller {
text-decoration: none;
}
-#navigation ul li {
+#navigation ul li, #navigation ul li a {
background-color: transparent;
color: #FFF;
}
diff --git a/usr/local/www/themes/pfsense-dropdown/all.css b/usr/local/www/themes/pfsense-dropdown/all.css
index e0f1c46..6765daf 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -75,6 +75,7 @@ form {
}
a {
text-decoration: none;
+ color:#000000;
}
form input {
font-size: 1.1em;
diff --git a/usr/local/www/themes/pfsense-dropdown/images/menu.gif b/usr/local/www/themes/pfsense-dropdown/images/menu.gif
index 7269210..1f7ea77 100755
--- a/usr/local/www/themes/pfsense-dropdown/images/menu.gif
+++ b/usr/local/www/themes/pfsense-dropdown/images/menu.gif
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng/all.css b/usr/local/www/themes/pfsense_ng/all.css
index 80dd171..575439b 100644
--- a/usr/local/www/themes/pfsense_ng/all.css
+++ b/usr/local/www/themes/pfsense_ng/all.css
@@ -150,15 +150,15 @@ body {
background-color: #7f7f7f;
}
a:link {
- color: #550000;
+ color: #000000;
}
a:visited {
- color: #550000;
+ color: #000000;
}
a:active {
- color: #550000;
+ color: #000000;
}
a:hover {
@@ -428,7 +428,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 6.2em;
+ padding-right: 27px;
top: 0px;
}
@@ -511,6 +511,11 @@ table#marquee div#container div#scroller {
background-repeat: no-repeat;
}
+#navigation ul li:last-child div, #navigation ul li:last-child:hover div {
+ background-image: none;
+ font-weight: bold;
+}
+
#navigation ul li {
background-color: transparent;
color: #000000;
diff --git a/usr/local/www/themes/pfsense_ng/images/alert_bgr.png b/usr/local/www/themes/pfsense_ng/images/alert_bgr.png
index 5a8ac81..b95b83b 100755
--- a/usr/local/www/themes/pfsense_ng/images/alert_bgr.png
+++ b/usr/local/www/themes/pfsense_ng/images/alert_bgr.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng/images/header.png b/usr/local/www/themes/pfsense_ng/images/header.png
index 6f8128c..a8c0e05 100755
--- a/usr/local/www/themes/pfsense_ng/images/header.png
+++ b/usr/local/www/themes/pfsense_ng/images/header.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng_fs/all.css b/usr/local/www/themes/pfsense_ng_fs/all.css
index c0898e9..7f70c67 100644
--- a/usr/local/www/themes/pfsense_ng_fs/all.css
+++ b/usr/local/www/themes/pfsense_ng_fs/all.css
@@ -142,15 +142,15 @@ div.niceTitle p
}
a:link {
- color: #550000;
+ color: #000000;
}
a:visited {
- color: #550000;
+ color: #000000;
}
a:active {
- color: #550000;
+ color: #000000;
}
a:hover {
@@ -389,7 +389,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- width: 6.2em;
+ padding-right: 27px;
top: 0px;
}
@@ -472,6 +472,11 @@ table#marquee div#container div#scroller {
background-repeat: no-repeat;
}
+#navigation ul li:last-child div, #navigation ul li:last-child:hover div {
+ background-image: none;
+ font-weight: bold;
+}
+
#navigation ul li {
background-color: transparent;
color: #000000;
diff --git a/usr/local/www/themes/pfsense_ng_fs/images/alert_bgr.png b/usr/local/www/themes/pfsense_ng_fs/images/alert_bgr.png
index 5a8ac81..b95b83b 100755
--- a/usr/local/www/themes/pfsense_ng_fs/images/alert_bgr.png
+++ b/usr/local/www/themes/pfsense_ng_fs/images/alert_bgr.png
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng_fs/images/header.png b/usr/local/www/themes/pfsense_ng_fs/images/header.png
index 6f8128c..a8c0e05 100755
--- a/usr/local/www/themes/pfsense_ng_fs/images/header.png
+++ b/usr/local/www/themes/pfsense_ng_fs/images/header.png
Binary files differ
diff --git a/usr/local/www/themes/the_wall/all.css b/usr/local/www/themes/the_wall/all.css
index 60404d7..a7be28e 100644
--- a/usr/local/www/themes/the_wall/all.css
+++ b/usr/local/www/themes/the_wall/all.css
@@ -149,9 +149,9 @@ body {
background-color: #999999;
}
-a:link{color: #660000;}
-a:visited{color: #660000;}
-a:active{color: #660000;}
+a:link{color: #000000;}
+a:visited{color: #000000;}
+a:active{color: #000000;}
a:hover{color: #660000;}
diff --git a/usr/local/www/themes/the_wall/images/header.png b/usr/local/www/themes/the_wall/images/header.png
index 25b813c..984819f 100755
--- a/usr/local/www/themes/the_wall/images/header.png
+++ b/usr/local/www/themes/the_wall/images/header.png
Binary files differ
OpenPOWER on IntegriCloud