summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/clouds/css-1.7.0/style.css21
-rw-r--r--themes/colors/css-1.7.0/style.css21
-rw-r--r--themes/fab/css-1.7.0/style.css21
-rw-r--r--themes/minimal/css-1.7.0/style.css23
-rw-r--r--themes/webtrees/css-1.7.0/style.css21
-rw-r--r--themes/xenea/css-1.7.0/style.css21
6 files changed, 19 insertions, 109 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css
index 149c17633d..7f624987ea 100644
--- a/themes/clouds/css-1.7.0/style.css
+++ b/themes/clouds/css-1.7.0/style.css
@@ -2132,10 +2132,11 @@ dd .deletelink {
float: left;
}
-.hit-counter {
+.odometer {
+ font-family: courier, mono-space;
+ font-weight: bold;
background: #000;
color: #fff;
- font-weight: bold;
}
/* ======= General sprite ==== */
@@ -4586,22 +4587,6 @@ footer .error {
white-space: nowrap;
}
-#link_change_blocks {
- clear: both;
- margin: 0 auto;
- padding: 25px 0 0;
- text-align: center;
- width: 400px;
-}
-
-#link_change_blocks span {
- padding: 0 50px;
-}
-
-#link_change_blocks span span {
- padding: 0 3px;
-}
-
/* ====== End Theme Footer ===== */
/* ====== Theme Icons ========== */
diff --git a/themes/colors/css-1.7.0/style.css b/themes/colors/css-1.7.0/style.css
index 817cb46d90..32c0adcef5 100644
--- a/themes/colors/css-1.7.0/style.css
+++ b/themes/colors/css-1.7.0/style.css
@@ -2134,10 +2134,11 @@ dd .deletelink {
float: left;
}
-.hit-counter {
+.odometer {
+ font-family: courier, mono-space;
+ font-weight: bold;
background: #000;
color: #fff;
- font-weight: bold;
}
/* ======= General sprite ==== */
@@ -4511,22 +4512,6 @@ footer {
content: url(images/powered-by-webtrees.png);
}
-#link_change_blocks {
- clear: both;
- margin: 0 auto;
- padding: 25px 0 0;
- text-align: center;
- width: 400px;
-}
-
-#link_change_blocks span {
- padding: 0 50px;
-}
-
-#link_change_blocks span span {
- padding: 0 3px;
-}
-
/* ====== End Theme Footer ===== */
/* ====== Theme Icons ========== */
diff --git a/themes/fab/css-1.7.0/style.css b/themes/fab/css-1.7.0/style.css
index 89fd646035..3ca561c630 100644
--- a/themes/fab/css-1.7.0/style.css
+++ b/themes/fab/css-1.7.0/style.css
@@ -2045,10 +2045,11 @@ dd .deletelink {
float: left;
}
-.hit-counter {
+.odometer {
+ font-family: courier, mono-space;
+ font-weight: bold;
background: #000;
color: #fff;
- font-weight: bold;
}
/* ======= General sprite ==== */
@@ -4426,22 +4427,6 @@ footer {
content: url(images/powered-by-webtrees.png);
}
-#link_change_blocks {
- clear: both;
- margin: 0 auto;
- padding: 25px 0 0;
- text-align: center;
- width: 400px;
-}
-
-#link_change_blocks span {
- padding: 0 50px;
-}
-
-#link_change_blocks span span {
- padding: 0 3px;
-}
-
/* ====== End Theme Footer ===== */
/* ====== Theme Icons ========== */
diff --git a/themes/minimal/css-1.7.0/style.css b/themes/minimal/css-1.7.0/style.css
index e65e917790..5436e619e6 100644
--- a/themes/minimal/css-1.7.0/style.css
+++ b/themes/minimal/css-1.7.0/style.css
@@ -2050,10 +2050,11 @@ dd .deletelink {
float: left;
}
-.hit-counter {
- background: #555;
- color: #fff;
+.odometer {
+ font-family: courier, mono-space;
font-weight: bold;
+ background: #000;
+ color: #fff;
}
/* ======= General sprite ==== */
@@ -4388,22 +4389,6 @@ footer {
margin-top: 10px;
}
-#link_change_blocks {
- clear: both;
- margin: 0 auto;
- padding: 25px 0 0;
- text-align: center;
- width: 400px;
-}
-
-#link_change_blocks span {
- padding: 0 50px;
-}
-
-#link_change_blocks span span {
- padding: 0 3px;
-}
-
/* ====== End Theme Footer ===== */
/* ====== Theme Icons ========== */
diff --git a/themes/webtrees/css-1.7.0/style.css b/themes/webtrees/css-1.7.0/style.css
index a161dd324f..714b208042 100644
--- a/themes/webtrees/css-1.7.0/style.css
+++ b/themes/webtrees/css-1.7.0/style.css
@@ -2038,10 +2038,11 @@ dd .deletelink {
float: left;
}
-.hit-counter {
+.odometer {
+ font-family: courier, mono-space;
+ font-weight: bold;
background: #000;
color: #fff;
- font-weight: bold;
}
/* ======= General sprite ==== */
@@ -4429,22 +4430,6 @@ footer {
content: url(images/powered-by-webtrees.png);
}
-#link_change_blocks {
- clear: both;
- margin: 0 auto;
- padding: 25px 0 0;
- text-align: center;
- width: 400px;
-}
-
-#link_change_blocks span {
- padding: 0 50px;
-}
-
-#link_change_blocks span span {
- padding: 0 3px;
-}
-
/* ====== End Theme Footer ===== */
/* ====== Theme Icons ========== */
diff --git a/themes/xenea/css-1.7.0/style.css b/themes/xenea/css-1.7.0/style.css
index 2701bd213d..51ffaa0fb0 100644
--- a/themes/xenea/css-1.7.0/style.css
+++ b/themes/xenea/css-1.7.0/style.css
@@ -2049,10 +2049,11 @@ dd .deletelink {
float: left;
}
-.hit-counter {
+.odometer {
+ font-family: courier, mono-space;
+ font-weight: bold;
background: #000;
color: #fff;
- font-weight: bold;
}
/* ======= General sprite ==== */
@@ -4441,22 +4442,6 @@ footer {
content: url(images/powered-by-webtrees.png);
}
-#link_change_blocks {
- clear: both;
- margin: 0 auto;
- padding: 25px 0 0;
- text-align: center;
- width: 400px;
-}
-
-#link_change_blocks span {
- padding: 0 50px;
-}
-
-#link_change_blocks span span {
- padding: 0 3px;
-}
-
/* ====== End Theme Footer ===== */
/* ====== Theme Icons ========== */