diff options
| -rw-r--r-- | modules_v3/googlemap/css/wt_v3_googlemap.css | 2 | ||||
| -rw-r--r-- | modules_v3/tree/css/styles/black/black.css | 18 | ||||
| -rw-r--r-- | modules_v3/tree/css/styles/parchemin_jauni/parchemin_jauni.css | 11 | ||||
| -rw-r--r-- | modules_v3/tree/css/treeview.css | 20 | ||||
| -rw-r--r-- | site-offline.php | 2 | ||||
| -rw-r--r-- | site-unavailable.php | 2 | ||||
| -rw-r--r-- | themes/clouds/style.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/colors.css | 4 | ||||
| -rw-r--r-- | themes/minimal/style.css | 2 |
9 files changed, 11 insertions, 54 deletions
diff --git a/modules_v3/googlemap/css/wt_v3_googlemap.css b/modules_v3/googlemap/css/wt_v3_googlemap.css index 50e8f90ead..9881824836 100644 --- a/modules_v3/googlemap/css/wt_v3_googlemap.css +++ b/modules_v3/googlemap/css/wt_v3_googlemap.css @@ -162,7 +162,7 @@ ul.tabs a { position:relative; top:1px; outline:0; - -moz-border-radius:4px 4px 0 0; + border-radius:4px 4px 0 0; } ul.tabs a:hover { diff --git a/modules_v3/tree/css/styles/black/black.css b/modules_v3/tree/css/styles/black/black.css index 9c47cd57a7..4bf1b786fe 100644 --- a/modules_v3/tree/css/styles/black/black.css +++ b/modules_v3/tree/css/styles/black/black.css @@ -70,14 +70,8 @@ table#tvTreeBorder td, #tv_tree { #tv_tree div.tv_box { border: thin inset #00ffef; background: #000; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - -khtml-border-radius: 2px; - box-shadow: 2px 2px 12px #2f8f4f; - -webkit-box-shadow: 2px 2px 12px #2f8f4f; - -moz-box-shadow: 2px 2px 12px #2f8f4f; - -khtml-box-shadow: 2px 2px 12px #2f8f4f; + border-radius: 2px; + box-shadow: 2px 2px 12px #2f8f4f; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#2f8f4f, offX=2, offY=2, positive=true); } #tv_tree div.tv_box span.tvM { @@ -90,14 +84,8 @@ table#tvTreeBorder td, #tv_tree { #tv_tools, #tvStylesSubmenu { background-color: #00af8f; border: 1px outset #004f8f; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - -khtml-border-radius: 4px; border-radius: 4px; box-shadow: 2px 2px 12px #2f8f4f; - -moz-box-shadow: 2px 2px 12px #2f8f4f; - -webkit-box-shadow: 2px 2px 12px #2f8f4f; - -khtml-box-shadow: 2px 2px 12px #2f8f4f; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#2f8f4f, offX=2, offY=2, positive=true); } #tv_tools li.tv_button { @@ -118,4 +106,4 @@ table#tvTreeBorder td, #tv_tree { #tvToolsHandler:hover { border: thin outset #004f8f; background-color: #00ffaf; -}
\ No newline at end of file +} diff --git a/modules_v3/tree/css/styles/parchemin_jauni/parchemin_jauni.css b/modules_v3/tree/css/styles/parchemin_jauni/parchemin_jauni.css index 0a1afa9a03..f5f499f309 100644 --- a/modules_v3/tree/css/styles/parchemin_jauni/parchemin_jauni.css +++ b/modules_v3/tree/css/styles/parchemin_jauni/parchemin_jauni.css @@ -35,22 +35,13 @@ table#tvTreeBorder td#tv_tree_bottomright { #tv_tree div.tv_box { border: thin outset #6f2f00; border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - -khtml-border-radius: 8px; box-shadow: 1px 1px 2px #cfcf8f; - -webkit-box-shadow: 1px 1px 2px #cfcf8f; - -moz-box-shadow: 1px 1px 2px #cfcf8f; - -khtml-box-shadow: 1px 1px 2px #dfdcfcf8ff00; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#cfcf8f, offX=1, offY=1, positive=true); } #tv_tree div.tv_box div.tvM, #tv_tree div.tv_box div.tvF { font-family: Times new Roman, Times, serif; font-size: 120%; border-radius: 8px; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - -khtml-border-radius: 8px; background: url(papier.jpg); color: #180000; } @@ -66,4 +57,4 @@ table#tvTreeBorder td#tv_tree_bottomright { } #tv_tree table.tv_tree td.tv_vline_b { background-image: url(vline_b.gif); -}
\ No newline at end of file +} diff --git a/modules_v3/tree/css/treeview.css b/modules_v3/tree/css/treeview.css index 14cbb8bb16..e5238b6757 100644 --- a/modules_v3/tree/css/treeview.css +++ b/modules_v3/tree/css/treeview.css @@ -157,13 +157,7 @@ table#tvTreeBorder td#tv_tree_bottomright { cursor: help; /* customizable */ border-collapse: collapse; /* required */ border-radius: 4px; /* customizable */ - -moz-border-radius: 4px; /* customizable */ - -webkit-border-radius: 4px; /* customizable */ - -khtml-border-radius: 4px; /* customizable */ box-shadow: 1px 1px 2px #cfcfdf; /* customizable */ - -webkit-box-shadow: 1px 1px 2px #cfcfdf; /* customizable */ - -moz-box-shadow: 1px 1px 2px #cfcfdf; /* customizable */ - -khtml-box-shadow: 1px 1px 2px #cfcfdf; /* customizable */ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#cfcfdf, offX=1, offY=1, positive=true); /* customizable */ } #tv_tree div.boxExpanded { @@ -179,7 +173,7 @@ table#tvTreeBorder td#tv_tree_bottomright { } #tv_tree div.tv_box span.tvSexSymbol { font-weight: bold; - font-family: x-large, serif; /*Arial Unicode MS, monospace; /* customizable, BUT test required for ALL browsers */ + font-family: x-large, serif; /*Arial Unicode MS, monospace; customizable, BUT test required for ALL browsers */ vertical-align: top; margin: 1px; } @@ -197,9 +191,6 @@ table#tvTreeBorder td#tv_tree_bottomright { padding-left: 4px; padding-right: 4px; border-radius: 4px; /* customizable */ - -moz-border-radius: 4px; /* customizable */ - -webkit-border-radius: 4px; /* customizable */ - -khtml-border-radius: 4px; /* customizable */ } #tv_tree div.tv_box i.dates { float: right; @@ -242,14 +233,8 @@ table#tvTreeBorder td#tv_tree_bottomright { z-index: 90; /* should be < 100 because 100 is the z-index of WT menus */ background-color: #efefef; /* customizable */ border: 1px outset #dfdfdf; /* customizable */ - -moz-border-radius: 4px; /* customizable */ - -webkit-border-radius: 4px; /* customizable */ - -khtml-border-radius: 4px; /* customizable */ border-radius: 4px; /* customizable */ box-shadow: 1px 1px 2px #cfcfdf; /* customizable */ - -webkit-box-shadow: 1px 1px 2px #cfcfdf; /* customizable */ - -moz-box-shadow: 1px 1px 2px #cfcfdf; /* customizable */ - -khtml-box-shadow: 1px 1px 2px #cfcfdf; /* customizable */ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#cfcfdf, offX=1, offY=1, positive=true); /* customizable */ } @@ -277,9 +262,6 @@ table#tvTreeBorder td#tv_tree_bottomright { vertical-align: middle; border: thin solid #efefef; /* customizable */ background-color: #efefef; /* customizable */ - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - -khtml-border-radius: 4px; border-radius: 4px; } #tvStylesSubmenu li.tv_button { diff --git a/site-offline.php b/site-offline.php index 61f093fb64..6f6eedb38b 100644 --- a/site-offline.php +++ b/site-offline.php @@ -62,7 +62,7 @@ echo h1 {color: #81A9CB; font-weight:normal; text-align:center;} li {line-height:2;} blockquote {color:red;} - .content { /*margin:auto; width:800px;*/ border:1px solid gray; padding:15px; -moz-border-radius:15px; -webkit-border-radius:15px;} + .content { /*margin:auto; width:800px;*/ border:1px solid gray; padding:15px; border-radius:15px;} .good {color: green;} </style>', '</head><body>', diff --git a/site-unavailable.php b/site-unavailable.php index 0692bd9010..2cc406258c 100644 --- a/site-unavailable.php +++ b/site-unavailable.php @@ -54,7 +54,7 @@ echo h1 {color: #81A9CB; font-weight:normal; text-align:center;} li {line-height:2;} blockquote {color:red;} - .content { /*margin:auto; width:800px;*/ border:1px solid gray; padding:15px; -moz-border-radius:15px; -webkit-border-radius:15px;} + .content { /*margin:auto; width:800px;*/ border:1px solid gray; padding:15px; border-radius:15px;} .good {color: green;} </style>', '</head><body>', diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 98d3a5a548..866638a0be 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -380,8 +380,6 @@ color:#f50; .person0, .person1, .person2, .person3, .person4, .person5, #sidebar, .topbottombar { border-radius:3px; - -moz-border-radius:3px; - -webkit-border-radius:3px; } #pid { @@ -1844,7 +1842,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h /* ========= Sidebar ============== */ #indi_left {float:left; width:98%;} #main {min-width:600px; width:100%} -#separator {background:#ACF url('images/general_sprite.png') no-repeat -26px 100px; float:right; display:block; width:0.75%; min-width: 6px; max-width:10px; border:1px solid #8FBCFF; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; margin-top:5px;} +#separator {background:#ACF url('images/general_sprite.png') no-repeat -26px 100px; float:right; display:block; width:0.75%; min-width: 6px; max-width:10px; border:1px solid #8FBCFF; border-top-left-radius:3px; border-top-right-radius:3px; margin-top:5px;} #sidebar {border-color:#8FBCFF; display:none; margin:5px 2px 0 0; height:auto;} #tabs {background-color:#FFF; border-color:#8FBCFF; float:left; width:100%; overflow:auto;} .sidebar-at-right #sidebar { width:20%;} diff --git a/themes/colors/css/colors.css b/themes/colors/css/colors.css index a01cf08732..c815b7e256 100644 --- a/themes/colors/css/colors.css +++ b/themes/colors/css/colors.css @@ -44,8 +44,6 @@ body { font: 12px tahoma, arial, helvetica, sans-serif;} .person0, .person1, .person2, .person3, .person4, .person5, #sidebar, .topbottombar { border-radius:3px; - -moz-border-radius:3px; - -webkit-border-radius:3px; } /* ================= */ @@ -1799,7 +1797,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h #indi_left {float:left; width:98%;} #main {min-width:600px; width:100%} -#separator {float:right; display:block; width:0.75%; min-width: 6px; max-width:10px; border:1px solid #999; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px; margin-top:5px;} +#separator {float:right; display:block; width:0.75%; min-width: 6px; max-width:10px; border:1px solid #999; border-top-left-radius:3px; border-top-right-radius:3px; margin-top:5px;} #separator { background-image: url('../images/general_sprite.png'); background-repeat: no-repeat; background-position: -26px 100px; } #sidebar {border-color:#ddd; display:none; margin:5px 2px 0 0; height:auto;} #tabs {background-color:#fff; border-color:#DDD; float:left; width:100%; overflow:auto;} diff --git a/themes/minimal/style.css b/themes/minimal/style.css index fd51c97e40..32d042096e 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -1615,7 +1615,7 @@ html[dir='rtl'] .gender, html[dir='rtl'] .aliveinyear, html[dir='rtl'] .years, h .use-sidebar #sidebar {display:block;} .sidebar-at-right #sidebar { width:20%;} .use-sidebar.sidebar-at-right #sidebar, .sidebar-at-right #separator {float:right;} -#separator { display: block; background: #DDD url('images/indi_sprite.png') no-repeat -26px 100px; min-width:6px; max-width:10px; width:0.75%; border: 1px solid #888; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; margin-top:5px;} +#separator { display: block; background: #DDD url('images/indi_sprite.png') no-repeat -26px 100px; min-width:6px; max-width:10px; width:0.75%; border: 1px solid #888; border-top-left-radius: 3px; border-top-right-radius: 3px; margin-top:5px;} .use-sidebar #separator { background: #DDD url('images/indi_sprite.png') no-repeat -1px 100px;} html[dir='rtl'] #indi_left {float:right;} |
