summaryrefslogtreecommitdiff
path: root/themes/colors
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2010-09-22 22:38:58 +0000
committerNigel Osborne <kiwi3685@me.com>2010-09-22 22:38:58 +0000
commit5e8b9615fc0d612ab30bba3b57ab45d76ab63d76 (patch)
tree081a3a4bc15b95706eaca046090d4fa494d0d261 /themes/colors
parent7d0ecee179d49d288f233a3303ec9f93a3b188dd (diff)
downloadwebtrees-5e8b9615fc0d612ab30bba3b57ab45d76ab63d76.tar.gz
webtrees-5e8b9615fc0d612ab30bba3b57ab45d76ab63d76.tar.bz2
webtrees-5e8b9615fc0d612ab30bba3b57ab45d76ab63d76.zip
Modifications to the "edit" icons as discussed on the forum
Diffstat (limited to 'themes/colors')
-rw-r--r--themes/colors/css/aquamarine.css32
-rw-r--r--themes/colors/css/ash.css32
-rw-r--r--themes/colors/css/belgianchocolate.css32
-rw-r--r--themes/colors/css/bluelagoon.css32
-rw-r--r--themes/colors/css/bluemarine.css32
-rw-r--r--themes/colors/css/coldday.css32
-rw-r--r--themes/colors/css/greenbeam.css32
-rw-r--r--themes/colors/css/mediterranio.css32
-rw-r--r--themes/colors/css/mercury.css32
-rw-r--r--themes/colors/css/nocturnal.css32
-rw-r--r--themes/colors/css/olivia.css32
-rw-r--r--themes/colors/css/pinkplastic.css32
-rw-r--r--themes/colors/css/shinytomato.css32
-rw-r--r--themes/colors/css/tealtop.css32
14 files changed, 364 insertions, 84 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css
index 5cb4ebfce9..d8db137b74 100644
--- a/themes/colors/css/aquamarine.css
+++ b/themes/colors/css/aquamarine.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css
index 32d50b12fd..72e3b1eade 100644
--- a/themes/colors/css/ash.css
+++ b/themes/colors/css/ash.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css
index a8d7b06dee..995217b9a3 100644
--- a/themes/colors/css/belgianchocolate.css
+++ b/themes/colors/css/belgianchocolate.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css
index b720068095..93d05e07fd 100644
--- a/themes/colors/css/bluelagoon.css
+++ b/themes/colors/css/bluelagoon.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css
index 2c614c0896..a594400a66 100644
--- a/themes/colors/css/bluemarine.css
+++ b/themes/colors/css/bluemarine.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css
index eb18751449..222decc1bd 100644
--- a/themes/colors/css/coldday.css
+++ b/themes/colors/css/coldday.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css
index f6f7d805a6..b016c5e1d4 100644
--- a/themes/colors/css/greenbeam.css
+++ b/themes/colors/css/greenbeam.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css
index d00013cbd3..a08b98c769 100644
--- a/themes/colors/css/mediterranio.css
+++ b/themes/colors/css/mediterranio.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css
index 07b24a308e..ebc28291c1 100644
--- a/themes/colors/css/mercury.css
+++ b/themes/colors/css/mercury.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css
index 898375e2d8..13f66e2097 100644
--- a/themes/colors/css/nocturnal.css
+++ b/themes/colors/css/nocturnal.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css
index 3dd814a8dc..9dddf6165d 100644
--- a/themes/colors/css/olivia.css
+++ b/themes/colors/css/olivia.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css
index 64b8bd9c50..590c46c6f5 100644
--- a/themes/colors/css/pinkplastic.css
+++ b/themes/colors/css/pinkplastic.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css
index 73dce6f9c1..eccf9282b3 100644
--- a/themes/colors/css/shinytomato.css
+++ b/themes/colors/css/shinytomato.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}
diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css
index 601c8eca11..66f2d69650 100644
--- a/themes/colors/css/tealtop.css
+++ b/themes/colors/css/tealtop.css
@@ -530,7 +530,7 @@ padding-bottom: 0px;
#descendancy_chart_rtl ul {
background-image:url(../images/vline.gif);
-background-image: url(images/vline.gif);
+background-image: url(../images/vline.gif);
background-repeat: repeat-y;
background-position: right top;
list-style: none;
@@ -1885,14 +1885,34 @@ padding: 0 10px;
}
/*--- edit links ---*/
-.edit_link:after {
+
+.edit_link:after { /* used only on the user list */
content: " " url(../images/edit_sm.png);
}
-.copy_link:after {
- content: url(../images/copy.png);
+td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */
+ color: #ffffff;
+}
+
+.editfacts { /* a container for the following three links */
+ float: left;
+ margin-top: 15px;
}
-.delete_link:after {
- content: url(../images/delete.png);
+.editlink {
+ background: url(../images/edit_sm.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.copylink {
+ background: url(../images/copy.png) no-repeat left center;
+ width: 20px;
+ float: left;
+}
+
+.deletelink {
+ background: url(../images/delete.png) no-repeat left center;
+ width: 20px;
+ float: left;
}