summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/clouds/style.css27
-rw-r--r--themes/fab/style.css1
-rw-r--r--themes/minimal/style.css1
-rw-r--r--themes/xenea/style.css2
4 files changed, 17 insertions, 14 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css
index 72da5318f4..7cd516e663 100644
--- a/themes/clouds/style.css
+++ b/themes/clouds/style.css
@@ -332,7 +332,7 @@ color:#333333;
.small_inner_block {
max-height: 200px;
overflow: auto;
-font: normal 10px tahoma, arial, helvetica, sans-serif;
+font-size:10px;
}
img {
@@ -341,7 +341,7 @@ img {
.block {
color: #030303;
-font: 12px tahoma, arial, helvetica, sans-serif;
+font-size:12px;
vertical-align: top;
margin-bottom: 5px;
padding: 1px;
@@ -733,13 +733,13 @@ font-weight: bold;
a:hover .name1 {
color: red;
-font-size: 11px;
+font-size:11px;
font-weight: bold;
}
a:hover.name2 {
color: red;
-font-size: 12px;
+font-size:12px;
font-weight: bold;
}
@@ -752,13 +752,13 @@ text-decoration:none;
}
.nameZoom {
-font: 14px tahoma, arial, helvetica, sans-serif;
+font-size:14px;
font-weight: bold;
text-decoration:none;
}
a:hover .nameZoom {
-font: bold 14px tahoma, arial, helvetica, sans-serif;
+font-weight:bold; font-size:14px;
color: red;
}
@@ -768,7 +768,7 @@ text-decoration:none;
}
.name_head {
-font: bold 11pt tahoma, arial, helvetica, sans-serif;
+font-weight:bold; font-size:11px;
letter-spacing: .2px;
}
@@ -1049,7 +1049,7 @@ font-weight: bold;
}
input, button, textarea {
border-width:1px;
-font-family: tahoma,arial,helvetica,sans-serif;
+font-family:inherit;
font-size: 12px;
}
@@ -1063,7 +1063,7 @@ html[dir="rtl"] .optionbox > input { margin-right: 5px;}
select {
border:1px solid #ccc;
-font-family: tahoma, arial, helvetica, sans-serif;
+font-family:inherit;
font-size: 12px;
}
@@ -1134,7 +1134,7 @@ padding: 3px;
background-color: #ECF5FF;
border: 1px solid #84BEFF;
color: #006;
-font: 11px tahoma, arial, helvetica, sans-serif;
+font-size:11px;
padding: 3px;
vertical-align: top;
white-space: nowrap;
@@ -1359,7 +1359,8 @@ text-decoration:none;
}
.lifespan_people span:first-letter {
-font:small-caps bold 16px tahoma, arial, helvetica, sans-serif;
+font-variant:small-caps;
+font-weight:bold; font-size:16px;
padding:1px;
}
@@ -1404,7 +1405,6 @@ z-index:100;
}
#map_type {
-font-family:arial;
font-size:10px;
list-style:none;
margin:0;
@@ -1508,7 +1508,6 @@ text-align: center;
}
.tag_cloud {
-font-family: tahoma, arial, helvetica, sans-serif;
}
.tag_cloud a {
white-space:nowrap;
@@ -1826,7 +1825,7 @@ html[dir='rtl'] .flyout2 {text-align:right; right:40px;}
.flyout4 {color:#000000; text-align:left; margin-top:0px;margin-left:0px; padding:3px;}
#flyout3, #flyout3 a, #phusb, #pwife, #shusb, #swife, #spouse {background:none; border:none; font-size:11px; text-decoration:none; text-align:left; margin-top:0px; left:0px; padding:0px;}
html[dir='rtl'] #flyout3 {text-align:right;}
-.famnav_link {font:12px tahoma, arial, helvetica, sans-serif; padding:0px; width:100%;}
+.famnav_link {font-size:12px; padding:0px; width:100%;}
/* Descendancy */
#sb_desc_content {margin-left:3px;}
diff --git a/themes/fab/style.css b/themes/fab/style.css
index fbabfb2d71..3702f7c5bc 100644
--- a/themes/fab/style.css
+++ b/themes/fab/style.css
@@ -56,6 +56,7 @@ fieldset,
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
+ font-family:inherit;
}
img.block{
diff --git a/themes/minimal/style.css b/themes/minimal/style.css
index c55b97c98b..c8cee5a062 100644
--- a/themes/minimal/style.css
+++ b/themes/minimal/style.css
@@ -223,6 +223,7 @@ img {
input, textarea {
padding-left: 3px;
padding-right: 3px;
+ font-family:inherit;
}
.gedcom_table {
diff --git a/themes/xenea/style.css b/themes/xenea/style.css
index e69917f27c..eace1a8162 100644
--- a/themes/xenea/style.css
+++ b/themes/xenea/style.css
@@ -950,6 +950,7 @@ left:auto;
input, button, textarea {
border-color: white #000066 #000066 white;
border-width: 1px;
+ font-family:inherit;
font-size:12px;
}
@@ -961,6 +962,7 @@ input, textarea {
select {
border-color: #84BEFF;
border-width: 1px;
+ font-family:inherit;
font-size:12px;
}