summaryrefslogtreecommitdiffstats
path: root/usr/local/www/themes
diff options
context:
space:
mode:
authorJared Dillard <jdillard@pfsense.com>2014-08-19 11:12:31 -0500
committerJared Dillard <jdillard@pfsense.com>2014-08-19 11:12:31 -0500
commit1cca6b6a80eff51a71e7f2378edc56f041548e08 (patch)
treeec892ae650e065442ca5524fb39f05e7806c6208 /usr/local/www/themes
parenta03943d203441a87ea9c01f383d451dfc921bdd2 (diff)
downloadpfsense-1cca6b6a80eff51a71e7f2378edc56f041548e08.zip
pfsense-1cca6b6a80eff51a71e7f2378edc56f041548e08.tar.gz
Revert "make gold link more visable"
This reverts commit a03943d203441a87ea9c01f383d451dfc921bdd2.
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.gifbin2026 -> 460 bytes
-rw-r--r--usr/local/www/themes/pfsense_ng/all.css13
-rwxr-xr-xusr/local/www/themes/pfsense_ng/images/alert_bgr.pngbin3372 -> 2483 bytes
-rwxr-xr-xusr/local/www/themes/pfsense_ng/images/header.pngbin6458 -> 4994 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.pngbin3372 -> 2483 bytes
-rwxr-xr-xusr/local/www/themes/pfsense_ng_fs/images/header.pngbin6458 -> 4994 bytes
-rw-r--r--usr/local/www/themes/the_wall/all.css6
-rwxr-xr-xusr/local/www/themes/the_wall/images/header.pngbin46487 -> 44524 bytes
13 files changed, 12 insertions, 25 deletions
diff --git a/usr/local/www/themes/code-red/all.css b/usr/local/www/themes/code-red/all.css
index 2553074..a68d44d 100644
--- a/usr/local/www/themes/code-red/all.css
+++ b/usr/local/www/themes/code-red/all.css
@@ -153,7 +153,6 @@ 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 f49f373..47b6b98 100644
--- a/usr/local/www/themes/metallic/all.css
+++ b/usr/local/www/themes/metallic/all.css
@@ -141,7 +141,6 @@ 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 9048813..541861a 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 a {
+#navigation ul li {
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 6765daf..e0f1c46 100644
--- a/usr/local/www/themes/pfsense-dropdown/all.css
+++ b/usr/local/www/themes/pfsense-dropdown/all.css
@@ -75,7 +75,6 @@ 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 1f7ea77..7269210 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 575439b..80dd171 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: #000000;
+ color: #550000;
}
a:visited {
- color: #000000;
+ color: #550000;
}
a:active {
- color: #000000;
+ color: #550000;
}
a:hover {
@@ -428,7 +428,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- padding-right: 27px;
+ width: 6.2em;
top: 0px;
}
@@ -511,11 +511,6 @@ 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 b95b83b..5a8ac81 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 a8c0e05..6f8128c 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 7f70c67..c0898e9 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: #000000;
+ color: #550000;
}
a:visited {
- color: #000000;
+ color: #550000;
}
a:active {
- color: #000000;
+ color: #550000;
}
a:hover {
@@ -389,7 +389,7 @@ table#marquee div#container div#scroller {
#navigation ul li {
float: left;
position: relative;
- padding-right: 27px;
+ width: 6.2em;
top: 0px;
}
@@ -472,11 +472,6 @@ 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 b95b83b..5a8ac81 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 a8c0e05..6f8128c 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 a7be28e..60404d7 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: #000000;}
-a:visited{color: #000000;}
-a:active{color: #000000;}
+a:link{color: #660000;}
+a:visited{color: #660000;}
+a:active{color: #660000;}
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 984819f..25b813c 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