diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-10-21 19:38:54 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-10-21 19:38:54 +0000 |
| commit | e421bd85fe4821e2e13d92fa7cb36f20475f6ef1 (patch) | |
| tree | 7ebdba79e1b66558fc6cf3b663d3d2b60f6ad1b8 /modules_v3/tree | |
| parent | 360d51888d581a7441daac82ce03763b86144c93 (diff) | |
| download | webtrees-e421bd85fe4821e2e13d92fa7cb36f20475f6ef1.tar.gz webtrees-e421bd85fe4821e2e13d92fa7cb36f20475f6ef1.tar.bz2 webtrees-e421bd85fe4821e2e13d92fa7cb36f20475f6ef1.zip | |
CSS: border-radius has been supported by every major browser for some time. No longer need all the moz-, o-, khtml-, webkit-, etc. versions
Diffstat (limited to 'modules_v3/tree')
| -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 |
3 files changed, 5 insertions, 44 deletions
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 { |
