diff --git a/htdocs/theme/common/window/alert.css b/htdocs/theme/common/window/alert.css deleted file mode 100644 index 22b21f0c60a..00000000000 --- a/htdocs/theme/common/window/alert.css +++ /dev/null @@ -1,121 +0,0 @@ -.overlay_alert { - background-color: #DDDDDD; - filter: alpha(opacity=50); /*Does not respect CSS standard */ - -moz-opacity: 0.5; - opacity: 0.5; -} - -.alert_nw { - width: 5px; - height: 5px; - background: transparent url(alert/top_left.gif) no-repeat bottom left; -} - -.alert_n { - height: 5px; - background: transparent url(alert/top.gif) repeat-x bottom left; -} - -.alert_ne { - width: 5px; - height: 5px; - background: transparent url(alert/top_right.gif) no-repeat bottom left -} - -.alert_e { - width: 5px; - background: transparent url(alert/right.gif) repeat-y 0 0; -} - -.alert_w { - width: 5px; - background: transparent url(alert/left.gif) repeat-y 0 0; -} - -.alert_sw { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_left.gif) no-repeat 0 0; -} - -.alert_s { - height: 5px; - background: transparent url(alert/bottom.gif) repeat-x 0 0; -} - -.alert_se, .alert_sizer { - width: 5px; - height: 5px; - background: transparent url(alert/bottom_right.gif) no-repeat 0 0; -} - -.alert_close { - width:0px; - height:0px; - display:none; -} - -.alert_minimize { - width:0px; - height:0px; - display:none; -} - -.alert_maximize { - width:0px; - height:0px; - display:none; -} - -.alert_title { - float:left; - height:1px; - width:100%; -} - -.alert_content { - overflow:visible; - color: #000; - font-family: Tahoma, Arial, sans-serif; - font: 12px arial; - background: #FFF; -} - -/* For alert/confirm dialog */ -.alert_window { - background: #FFF; - padding:20px; - margin-left:auto; - margin-right:auto; - width:400px; -} - -.alert_message { - font: 12px arial; - text-align:center; - width:100%; - color:#F00; - padding-top:5px; - padding-bottom:10px; -} - -.alert_buttons { - text-align:center; - width:100%; -} - -.alert_buttons input { - width:20%; - margin:10px; -} - -.alert_progress { - float:left; - margin:auto; - text-align:center; - width:100%; - height:16px; - background: #FFF url('alert/progress.gif') no-repeat center center -} - - diff --git a/htdocs/theme/common/window/alert/.cvsignore b/htdocs/theme/common/window/alert/.cvsignore deleted file mode 100644 index a92ea3e3f61..00000000000 --- a/htdocs/theme/common/window/alert/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/common/window/alert/bottom.gif b/htdocs/theme/common/window/alert/bottom.gif deleted file mode 100644 index 9870f5224ab..00000000000 Binary files a/htdocs/theme/common/window/alert/bottom.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alert/bottom_left.gif b/htdocs/theme/common/window/alert/bottom_left.gif deleted file mode 100644 index 583f113faf4..00000000000 Binary files a/htdocs/theme/common/window/alert/bottom_left.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alert/bottom_right.gif b/htdocs/theme/common/window/alert/bottom_right.gif deleted file mode 100644 index 230ba12bedb..00000000000 Binary files a/htdocs/theme/common/window/alert/bottom_right.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alert/left.gif b/htdocs/theme/common/window/alert/left.gif deleted file mode 100644 index 4a3fab52023..00000000000 Binary files a/htdocs/theme/common/window/alert/left.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alert/overlay.png b/htdocs/theme/common/window/alert/overlay.png deleted file mode 100644 index 2f3344e5cbb..00000000000 Binary files a/htdocs/theme/common/window/alert/overlay.png and /dev/null differ diff --git a/htdocs/theme/common/window/alert/progress.gif b/htdocs/theme/common/window/alert/progress.gif deleted file mode 100644 index 529e72f45a2..00000000000 Binary files a/htdocs/theme/common/window/alert/progress.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alert/right.gif b/htdocs/theme/common/window/alert/right.gif deleted file mode 100644 index 85ba9e2a56a..00000000000 Binary files a/htdocs/theme/common/window/alert/right.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alert/top.gif b/htdocs/theme/common/window/alert/top.gif deleted file mode 100644 index 8f6193664b7..00000000000 Binary files a/htdocs/theme/common/window/alert/top.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alert/top_left.gif b/htdocs/theme/common/window/alert/top_left.gif deleted file mode 100644 index fabb33a189b..00000000000 Binary files a/htdocs/theme/common/window/alert/top_left.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alert/top_right.gif b/htdocs/theme/common/window/alert/top_right.gif deleted file mode 100644 index 9fec6fa2b34..00000000000 Binary files a/htdocs/theme/common/window/alert/top_right.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube.css b/htdocs/theme/common/window/alphacube.css deleted file mode 100644 index caccabb3845..00000000000 --- a/htdocs/theme/common/window/alphacube.css +++ /dev/null @@ -1,150 +0,0 @@ -.overlay_alphacube { - background-color: #85BBEF; -/* filter:alpha(opacity=60); */ - -moz-opacity: 0.6; - opacity: 0.6; -} - -.alphacube_nw { - background: transparent url(alphacube/left-top.gif) no-repeat 0 0; - width:10px; - height:25px; -} - -.alphacube_n { - background: transparent url(alphacube/top-middle.gif) repeat-x 0 0; - height:25px; -} - -.alphacube_ne { - background: transparent url(alphacube/right-top.gif) no-repeat 0 0; - width:10px; - height:25px; -} - -.alphacube_w { - background: transparent url(alphacube/frame-left.gif) repeat-y top left; - width:7px; -} - -.alphacube_e { - background: transparent url(alphacube/frame-right.gif) repeat-y top right; - width:7px; -} - -.alphacube_sw { - background: transparent url(alphacube/bottom-left-c.gif) no-repeat 0 0; - width:7px; - height:7px; -} - -.alphacube_s { - background: transparent url(alphacube/bottom-middle.gif) repeat-x 0 0; - height:7px; -} - -.alphacube_se, .alphacube_sizer { - background: transparent url(alphacube/bottom-right-c.gif) no-repeat 0 0; - width:7px; - height:7px; -} - -.alphacube_sizer { - cursor:se-resize; -} - -.alphacube_close { - width: 23px; - height: 23px; - background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0; - position:absolute; - top:0px; - right:11px; - cursor:pointer; - z-index:1000; -} - -.alphacube_minimize { - width: 23px; - height: 23px; - background: transparent url(alphacube/button-min-focus.gif) no-repeat 0 0; - position:absolute; - top:0px; - right:55px; - cursor:pointer; - z-index:1000; -} - -.alphacube_maximize { - width: 23px; - height: 23px; - background: transparent url(alphacube/button-max-focus.gif) no-repeat 0 0; - position:absolute; - top:0px; - right:33px; - cursor:pointer; - z-index:1000; -} - -.alphacube_title { - float:left; - height:14px; - font-size:14px; - text-align:center; - margin-top:2px; - width:100%; - color:#123456; -} - -.alphacube_content { - overflow:auto; - color: #000; - font-family: Tahoma, Arial, sans-serif; - font: 12px arial; - background:#FDFDFD; -} - -/* For alert/confirm dialog */ -.alphacube_window { - border:1px solid #F00; - background: #FFF; - padding:20px; - margin-left:auto; - margin-right:auto; - width:400px; -} - -.alphacube_message { - font: 12px arial; - text-align:center; - width:100%; - padding-bottom:10px; -} - -.alphacube_buttons { - text-align:center; - width:100%; -} - -.alphacube_buttons input { - width:20%; - margin:10px; -} - -.alphacube_progress { - float:left; - margin:auto; - text-align:center; - width:100%; - height:16px; - background: #FFF url('alert/progress.gif') no-repeat center center -} - -.alphacube_wired_frame { - background: #FFF; -/* filter:alpha(opacity=60); */ - -moz-opacity: 0.6; - opacity: 0.6; -} - - diff --git a/htdocs/theme/common/window/alphacube/.cvsignore b/htdocs/theme/common/window/alphacube/.cvsignore deleted file mode 100644 index a92ea3e3f61..00000000000 --- a/htdocs/theme/common/window/alphacube/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/common/window/alphacube/bottom-left-c.gif b/htdocs/theme/common/window/alphacube/bottom-left-c.gif deleted file mode 100644 index 531acdc513d..00000000000 Binary files a/htdocs/theme/common/window/alphacube/bottom-left-c.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube/bottom-middle.gif b/htdocs/theme/common/window/alphacube/bottom-middle.gif deleted file mode 100644 index d4ce3be02ce..00000000000 Binary files a/htdocs/theme/common/window/alphacube/bottom-middle.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube/bottom-right-c.gif b/htdocs/theme/common/window/alphacube/bottom-right-c.gif deleted file mode 100644 index 2164c22c144..00000000000 Binary files a/htdocs/theme/common/window/alphacube/bottom-right-c.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube/button-close-focus.gif b/htdocs/theme/common/window/alphacube/button-close-focus.gif deleted file mode 100644 index 99f635c102c..00000000000 Binary files a/htdocs/theme/common/window/alphacube/button-close-focus.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube/button-max-focus.gif b/htdocs/theme/common/window/alphacube/button-max-focus.gif deleted file mode 100644 index 1708a1e0d15..00000000000 Binary files a/htdocs/theme/common/window/alphacube/button-max-focus.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube/button-min-focus.gif b/htdocs/theme/common/window/alphacube/button-min-focus.gif deleted file mode 100644 index ff69d1b20f4..00000000000 Binary files a/htdocs/theme/common/window/alphacube/button-min-focus.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube/frame-left.gif b/htdocs/theme/common/window/alphacube/frame-left.gif deleted file mode 100644 index 543f13db663..00000000000 Binary files a/htdocs/theme/common/window/alphacube/frame-left.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube/frame-right.gif b/htdocs/theme/common/window/alphacube/frame-right.gif deleted file mode 100644 index 5d7afef939b..00000000000 Binary files a/htdocs/theme/common/window/alphacube/frame-right.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube/left-top.gif b/htdocs/theme/common/window/alphacube/left-top.gif deleted file mode 100644 index 8373aaae17f..00000000000 Binary files a/htdocs/theme/common/window/alphacube/left-top.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube/right-top.gif b/htdocs/theme/common/window/alphacube/right-top.gif deleted file mode 100644 index 77cf65ef868..00000000000 Binary files a/htdocs/theme/common/window/alphacube/right-top.gif and /dev/null differ diff --git a/htdocs/theme/common/window/alphacube/top-middle.gif b/htdocs/theme/common/window/alphacube/top-middle.gif deleted file mode 100644 index 9cab17d53de..00000000000 Binary files a/htdocs/theme/common/window/alphacube/top-middle.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default.css b/htdocs/theme/common/window/default.css deleted file mode 100644 index 1c2b2c7b283..00000000000 --- a/htdocs/theme/common/window/default.css +++ /dev/null @@ -1,155 +0,0 @@ -.overlay_dialog { - background-color: #666666; - filter: alpha(opacity=50); /* Does not respect CSS standard */ - -moz-opacity: 0.5; - opacity: 0.5; -} - -.overlay___invisible__ { - background-color: #666666; - filter: alpha(opacity=0); - -moz-opacity: 0; - opacity: 0; -} - -.dialog_nw { - width: 9px; - height: 23px; - background: transparent url(default/top_left.gif) no-repeat 0 0; -} - -.dialog_n { - background: transparent url(default/top_mid.gif) repeat-x 0 0; - height: 23px; -} - -.dialog_ne { - width: 9px; - height: 23px; - background: transparent url(default/top_right.gif) no-repeat 0 0; -} - -.dialog_e { - width: 2px; - background: transparent url(default/center_right.gif) repeat-y 0 0; -} - -.dialog_w { - width: 2px; - background: transparent url(default/center_left.gif) repeat-y 0 0; -} - -.dialog_sw { - width: 9px; - height: 19px; - background: transparent url(default/bottom_left.gif) no-repeat 0 0; -} - -.dialog_s { - background: transparent url(default/bottom_mid.gif) repeat-x 0 0; - height: 19px; -} - -.dialog_se { - width: 9px; - height: 19px; - background: transparent url(default/bottom_right.gif) no-repeat 0 0; -} - -.dialog_sizer { - width: 9px; - height: 19px; - background: transparent url(default/sizer.gif) no-repeat 0 0; - cursor:se-resize; -} - -.dialog_close { - width: 14px; - height: 14px; - background: transparent url(default/close.gif) no-repeat 0 0; - position:absolute; - top:5px; - left:8px; - cursor:pointer; - z-index:2000; -} - -.dialog_minimize { - width: 14px; - height: 15px; - background: transparent url(default/minimize.gif) no-repeat 0 0; - position:absolute; - top:5px; - left:28px; - cursor:pointer; - z-index:2000; -} - -.dialog_maximize { - width: 14px; - height: 15px; - background: transparent url(default/maximize.gif) no-repeat 0 0; - position:absolute; - top:5px; - left:49px; - cursor:pointer; - z-index:2000; -} - -.dialog_title { - float:left; - height:14px; - font-family: Tahoma, Arial, sans-serif; - font-size:12px; - text-align:center; - width:100%; - color:#000; -} - -.dialog_content { - overflow:auto; - color: #000; - font-family: Tahoma, Arial, sans-serif; - font-size: 12px; - background-color:#e6ebed; -} - -.top_draggable, .bottom_draggable { - cursor:move; -} - -.status_bar { - font-size:12px; -} -.status_bar input{ - font-size:12px; -} - -.wired_frame { - display: block; - position: absolute; - border: 1px #000 dashed; -} - -/* DO NOT CHANGE THESE VALUES*/ -.dialog { - display: block; - position: absolute; -} - -.dialog table.table_window { - border-collapse: collapse; - border-spacing: 0; - width: 100%; - margin: 0px; - padding:0px; -} - -.dialog table.table_window td , .dialog table.table_window th { - padding: 0; -} - -.dialog .title_window { - -moz-user-select:none; -} - diff --git a/htdocs/theme/common/window/default/.cvsignore b/htdocs/theme/common/window/default/.cvsignore deleted file mode 100644 index a92ea3e3f61..00000000000 --- a/htdocs/theme/common/window/default/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -*.db diff --git a/htdocs/theme/common/window/default/bottom_left.gif b/htdocs/theme/common/window/default/bottom_left.gif deleted file mode 100644 index 4c73d356353..00000000000 Binary files a/htdocs/theme/common/window/default/bottom_left.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/bottom_mid.gif b/htdocs/theme/common/window/default/bottom_mid.gif deleted file mode 100644 index 9205d30190b..00000000000 Binary files a/htdocs/theme/common/window/default/bottom_mid.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/bottom_right.gif b/htdocs/theme/common/window/default/bottom_right.gif deleted file mode 100644 index 8d002eeb82f..00000000000 Binary files a/htdocs/theme/common/window/default/bottom_right.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/bottom_right_resize.gif b/htdocs/theme/common/window/default/bottom_right_resize.gif deleted file mode 100644 index 649b0d870dd..00000000000 Binary files a/htdocs/theme/common/window/default/bottom_right_resize.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/center_left.gif b/htdocs/theme/common/window/default/center_left.gif deleted file mode 100644 index 79e7a1cca64..00000000000 Binary files a/htdocs/theme/common/window/default/center_left.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/center_right.gif b/htdocs/theme/common/window/default/center_right.gif deleted file mode 100644 index 554c55c864e..00000000000 Binary files a/htdocs/theme/common/window/default/center_right.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/clear.gif b/htdocs/theme/common/window/default/clear.gif deleted file mode 100644 index c10b166944c..00000000000 Binary files a/htdocs/theme/common/window/default/clear.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/close.gif b/htdocs/theme/common/window/default/close.gif deleted file mode 100644 index 31ef5a3948a..00000000000 Binary files a/htdocs/theme/common/window/default/close.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/inspect.gif b/htdocs/theme/common/window/default/inspect.gif deleted file mode 100644 index ebeeb02f692..00000000000 Binary files a/htdocs/theme/common/window/default/inspect.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/maximize.gif b/htdocs/theme/common/window/default/maximize.gif deleted file mode 100644 index 892a0f08c9f..00000000000 Binary files a/htdocs/theme/common/window/default/maximize.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/minimize.gif b/htdocs/theme/common/window/default/minimize.gif deleted file mode 100644 index a7214167b7e..00000000000 Binary files a/htdocs/theme/common/window/default/minimize.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/overlay.png b/htdocs/theme/common/window/default/overlay.png deleted file mode 100644 index 648e71ed690..00000000000 Binary files a/htdocs/theme/common/window/default/overlay.png and /dev/null differ diff --git a/htdocs/theme/common/window/default/resize.gif b/htdocs/theme/common/window/default/resize.gif deleted file mode 100644 index c44070259c4..00000000000 Binary files a/htdocs/theme/common/window/default/resize.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/sizer.gif b/htdocs/theme/common/window/default/sizer.gif deleted file mode 100644 index 649b0d870dd..00000000000 Binary files a/htdocs/theme/common/window/default/sizer.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/top_left.gif b/htdocs/theme/common/window/default/top_left.gif deleted file mode 100644 index 774538ac6ab..00000000000 Binary files a/htdocs/theme/common/window/default/top_left.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/top_mid.gif b/htdocs/theme/common/window/default/top_mid.gif deleted file mode 100644 index 6124e78bd3b..00000000000 Binary files a/htdocs/theme/common/window/default/top_mid.gif and /dev/null differ diff --git a/htdocs/theme/common/window/default/top_right.gif b/htdocs/theme/common/window/default/top_right.gif deleted file mode 100644 index fbc94bf2b94..00000000000 Binary files a/htdocs/theme/common/window/default/top_right.gif and /dev/null differ diff --git a/htdocs/theme/dev/alert.css b/htdocs/theme/dev/alert.css index 0c484fe6496..d1d62cf3c84 100644 --- a/htdocs/theme/dev/alert.css +++ b/htdocs/theme/dev/alert.css @@ -119,4 +119,25 @@ background: #FFF url('alert/progress.gif') no-repeat center center } +/* DO NOT CHANGE THESE VALUES*/ +.dialog { + display: block; + position: absolute; +} + +.dialog table.table_window { + border-collapse: collapse; + border-spacing: 0; + width: 100%; + margin: 0px; + padding:0px; +} + +.dialog table.table_window td , .dialog table.table_window th { + padding: 0; +} + +.dialog .title_window { + -moz-user-select:none; +} diff --git a/htdocs/theme/eldy/alert.css b/htdocs/theme/eldy/alert.css index 0c484fe6496..43272a51498 100644 --- a/htdocs/theme/eldy/alert.css +++ b/htdocs/theme/eldy/alert.css @@ -120,3 +120,26 @@ } +/* DO NOT CHANGE THESE VALUES*/ +.dialog { + display: block; + position: absolute; +} + +.dialog table.table_window { + border-collapse: collapse; + border-spacing: 0; + width: 100%; + margin: 0px; + padding:0px; +} + +.dialog table.table_window td , .dialog table.table_window th { + padding: 0; +} + +.dialog .title_window { + -moz-user-select:none; +} + + diff --git a/htdocs/theme/freelug/alert.css b/htdocs/theme/freelug/alert.css index 0c484fe6496..d1d62cf3c84 100644 --- a/htdocs/theme/freelug/alert.css +++ b/htdocs/theme/freelug/alert.css @@ -119,4 +119,25 @@ background: #FFF url('alert/progress.gif') no-repeat center center } +/* DO NOT CHANGE THESE VALUES*/ +.dialog { + display: block; + position: absolute; +} + +.dialog table.table_window { + border-collapse: collapse; + border-spacing: 0; + width: 100%; + margin: 0px; + padding:0px; +} + +.dialog table.table_window td , .dialog table.table_window th { + padding: 0; +} + +.dialog .title_window { + -moz-user-select:none; +} diff --git a/htdocs/theme/yellow/alert.css b/htdocs/theme/yellow/alert.css index 0c484fe6496..d1d62cf3c84 100644 --- a/htdocs/theme/yellow/alert.css +++ b/htdocs/theme/yellow/alert.css @@ -119,4 +119,25 @@ background: #FFF url('alert/progress.gif') no-repeat center center } +/* DO NOT CHANGE THESE VALUES*/ +.dialog { + display: block; + position: absolute; +} + +.dialog table.table_window { + border-collapse: collapse; + border-spacing: 0; + width: 100%; + margin: 0px; + padding:0px; +} + +.dialog table.table_window td , .dialog table.table_window th { + padding: 0; +} + +.dialog .title_window { + -moz-user-select:none; +}