summaryrefslogtreecommitdiff
path: root/themes/colors/css
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2010-05-16 00:15:42 +0000
committerNigel Osborne <kiwi3685@me.com>2010-05-16 00:15:42 +0000
commit27223f52a7fc0aa92dcd9baf65d3db0b154c96a6 (patch)
tree2a4c8253ecaccd61ca0b2e7d4db3d16885dd309a /themes/colors/css
parent99fb2144a85776c595b413187ff03bc96c0edd5a (diff)
downloadwebtrees-27223f52a7fc0aa92dcd9baf65d3db0b154c96a6.tar.gz
webtrees-27223f52a7fc0aa92dcd9baf65d3db0b154c96a6.tar.bz2
webtrees-27223f52a7fc0aa92dcd9baf65d3db0b154c96a6.zip
Added new presentation of Module Admin page to all other themes.
Diffstat (limited to 'themes/colors/css')
-rw-r--r--themes/colors/css/aquamarine.css40
-rw-r--r--themes/colors/css/ash.css40
-rw-r--r--themes/colors/css/belgianchocolate.css40
-rw-r--r--themes/colors/css/bluelagoon.css40
-rw-r--r--themes/colors/css/bluemarine.css40
-rw-r--r--themes/colors/css/coldday.css40
-rw-r--r--themes/colors/css/greenbeam.css40
-rw-r--r--themes/colors/css/mediterranio.css40
-rw-r--r--themes/colors/css/mercury.css40
-rw-r--r--themes/colors/css/nocturnal.css40
-rw-r--r--themes/colors/css/olivia.css40
-rw-r--r--themes/colors/css/pinkplastic.css40
-rw-r--r--themes/colors/css/shinytomato.css40
-rw-r--r--themes/colors/css/tealtop.css40
14 files changed, 560 insertions, 0 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css
index 318ff1a4e2..1cd68b9321 100644
--- a/themes/colors/css/aquamarine.css
+++ b/themes/colors/css/aquamarine.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #00A9C7;
+}
diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css
index 85f36b4c2e..3446a75e11 100644
--- a/themes/colors/css/ash.css
+++ b/themes/colors/css/ash.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #9DA5B4;
+}
diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css
index aefcc03583..b8232bbd0e 100644
--- a/themes/colors/css/belgianchocolate.css
+++ b/themes/colors/css/belgianchocolate.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #af2604;
+}
diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css
index 3da5305a69..361cac11cb 100644
--- a/themes/colors/css/bluelagoon.css
+++ b/themes/colors/css/bluelagoon.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #5ab5ee;
+}
diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css
index f76f611cb8..2b9719e41c 100644
--- a/themes/colors/css/bluemarine.css
+++ b/themes/colors/css/bluemarine.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #6598cb;
+}
diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css
index ec1a43a2b1..bdf8e5501e 100644
--- a/themes/colors/css/coldday.css
+++ b/themes/colors/css/coldday.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #5997E3;
+}
diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css
index 5ff8ff4d02..75d438ae84 100644
--- a/themes/colors/css/greenbeam.css
+++ b/themes/colors/css/greenbeam.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #04AF23;
+}
diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css
index 71e3dc2841..6c386bf589 100644
--- a/themes/colors/css/mediterranio.css
+++ b/themes/colors/css/mediterranio.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #D23014;
+}
diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css
index 8244c67735..60ba9e88fe 100644
--- a/themes/colors/css/mercury.css
+++ b/themes/colors/css/mercury.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #707070;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #C6C8D2;
+}
diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css
index f09d63e7f7..edfeddeccb 100644
--- a/themes/colors/css/nocturnal.css
+++ b/themes/colors/css/nocturnal.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #6A78BE;
+}
diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css
index 418c2c1d4b..0fa9919f1f 100644
--- a/themes/colors/css/olivia.css
+++ b/themes/colors/css/olivia.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #7db323;
+}
diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css
index 560a685c06..004d826dfb 100644
--- a/themes/colors/css/pinkplastic.css
+++ b/themes/colors/css/pinkplastic.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #F75993;
+}
diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css
index 66df60ca9e..8de6f48cb3 100644
--- a/themes/colors/css/shinytomato.css
+++ b/themes/colors/css/shinytomato.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #F96058;
+}
diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css
index 07b9dbd2f5..e14d2c745d 100644
--- a/themes/colors/css/tealtop.css
+++ b/themes/colors/css/tealtop.css
@@ -1642,3 +1642,43 @@ color: #000;
.nav_content .facts_label a{
color: #ffffff;
}
+
+/* tables for Module Admin tab */
+table.tablesorter {
+ background-color: #E0E0E0;
+ margin:5px 0pt 15px;
+ width: 100%;
+ text-align: left;
+ font-family:tahoma,arial,helvetica,sans-serif;
+ font-size:11px;
+}
+table.tablesorter thead tr th, table.tablesorter tfoot tr th {
+ background-color: #E7EEF3;
+ border: 1px solid #FFF;
+ padding: 4px;
+}
+table.tablesorter thead tr .header {
+ background-image: url(../images/jquery/bg.gif);
+ background-repeat: no-repeat;
+ background-position: center right;
+ padding-right:20px;
+ white-space:nowrap;
+ cursor: pointer;
+}
+table.tablesorter tbody td {
+ color: #3D3D3D;
+ padding: 4px;
+ vertical-align: top;
+}
+table.tablesorter tbody tr.odd td {
+ background-color:#E7EEF3;
+}
+table.tablesorter thead tr .headerSortUp {
+ background-image: url(../images/jquery/asc.gif);
+}
+table.tablesorter thead tr .headerSortDown {
+ background-image: url(../images/jquery/desc.gif);
+}
+table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
+ background-color: #51B389;
+}