Pkging for web rpm is ready
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@185 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
| @@ -13,7 +13,7 @@ if ($::opt_h) { usage(0); } | ||||
| #$::VERBOSE = $::opt_v; | ||||
|  | ||||
| # Get the status of each node and save in a hash | ||||
| my @ns = runcmd("/opt/xcat/bin/nodestat '/[A-Za-z].*'"); | ||||
| my @ns = runcmd("nodestat '/.*'"); | ||||
| my %nodestat; | ||||
| foreach my $line (@ns) { | ||||
| 	my ($node, $stat) = split(/[:\s]+/, $line); | ||||
| @@ -24,7 +24,7 @@ if ($::opt_v) { foreach my $n (keys %nodestat) { print "$n: $nodestat{$n}\n"; } | ||||
|  | ||||
| # Get the list of nodes/groups and aggregate the status of the group using the status of each node | ||||
| #TODO: this must be changed for xcat 2.0 | ||||
| my @nodelist = runcmd("egrep '^[A-Za-z]' /opt/xcat/etc/nodelist.tab"); | ||||
| my @nodelist = runcmd("egrep '^[A-Za-z]' $ENV{XCATROOT}/etc/nodelist.tab"); | ||||
| verbose("Found ", scalar(@nodelist), " items in nodelist.tab\n"); | ||||
| my %groups; | ||||
| foreach my $line (@nodelist) { | ||||
|   | ||||
| @@ -1,155 +0,0 @@ | ||||
| #content .block { | ||||
| 	width: 400px; | ||||
| 	height: 350px; | ||||
| 	position: absolute; | ||||
| 	overflow: hidden; | ||||
| 	left: 287px; | ||||
| 	top: 183px; | ||||
| } | ||||
|  | ||||
|  | ||||
| #content .block h3 { | ||||
| 	margin: 0; | ||||
| 	padding: 5px; | ||||
| 	font-size: 14px; | ||||
| 	color: #fff; | ||||
| 	background-color: #2153AA; | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
| #content .block .block-toggle { | ||||
| 	background-image: url('http://wopr.dfw.ibm.com/xcat/images/close2.gif'); | ||||
| 	display: block; | ||||
| 	float: right; | ||||
| 	width: 14px; | ||||
| 	height: 14px; | ||||
| 	background-repeat: no-repeat; | ||||
| 	background-position: center; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
|  | ||||
| #content .block .block-close { | ||||
| 	background-image: url('http://wopr.dfw.ibm.com/xcat/images/close2.gif'); | ||||
| 	display: block; | ||||
| 	float: right; | ||||
| 	width: 14px; | ||||
| 	height: 14px; | ||||
| 	background-repeat: no-repeat; | ||||
| 	background-position: center; | ||||
| 	cursor: pointer; | ||||
| } | ||||
|  | ||||
| #content .handle { | ||||
| 	cursor: move; | ||||
|  | ||||
| } | ||||
|  | ||||
| #content .block .block-toggle span { | ||||
| 	display: none; | ||||
| } | ||||
|  | ||||
|  | ||||
| #content .blockContent { | ||||
| 	width: 400px; | ||||
| 	height: 330px; | ||||
| 	border: 0px; | ||||
| 	padding: 0px; | ||||
| 	background: #ffffee; | ||||
| 	position: relative; | ||||
| 	border: 1px dotted #2153AA; | ||||
| } | ||||
|  | ||||
| #content .blockColumn1{ | ||||
| 	width: 200px; | ||||
| 	padding: 0 0 0 0; | ||||
| 	height: 330px; | ||||
| 	position: relative; | ||||
| 	float: left; | ||||
| } | ||||
|  | ||||
|  | ||||
| #content .blockColumn2{ | ||||
| 	width: 200px; | ||||
| 	height: 330px; | ||||
| 	padding: 0 0 0 0; | ||||
| 	position: relative; | ||||
| 	float: left; | ||||
| 	left: 201px; | ||||
| } | ||||
|  | ||||
|  | ||||
| #content .blockColumnHeader { | ||||
| 	background: #aaa; | ||||
| 	width: 200px; | ||||
| 	margin: 0 0 0 0; | ||||
|         height: 20px; | ||||
|         font-weight: bold; | ||||
|         font-size: 16px; | ||||
|         color: #666; | ||||
| 	padding-left: 5px; | ||||
| 	text-align: center; | ||||
| 	position: absolute; | ||||
| 	bottom: 300px; | ||||
| } | ||||
|  | ||||
|  | ||||
| #content .floatPaneColumnContent1 { | ||||
| 	overflow-y: auto; | ||||
| 	width: 200px; | ||||
| 	height: 290px; | ||||
| 	position: absolute; | ||||
| 	bottom: 10px; | ||||
| 	 | ||||
| } | ||||
|  | ||||
| #content .floatPaneColumnContent2 { | ||||
| 	width: 200px; | ||||
| 	height: 290px; | ||||
| 	position: absolute; | ||||
| 	bottom: 10px; | ||||
| } | ||||
|  | ||||
| /* Command Window */ | ||||
| #content .cmd { | ||||
| 	width: 400px; | ||||
| 	height: 350px; | ||||
| 	background: #bbb; | ||||
| 	position: relative; | ||||
| 	overflow: hidden; | ||||
| 	left: 30%; | ||||
| 	top: 40px; | ||||
| } | ||||
|  | ||||
|  | ||||
| #content .cmdLine { | ||||
| 	text-align: center; | ||||
| 	font-size: 14px; | ||||
| 	font-weight: bold; | ||||
| 	padding: 0 0 0 0; | ||||
| } | ||||
|  | ||||
| #content .cmdContainer { | ||||
| 	overflow-y: auto; | ||||
| 	padding: 0 0 0 0; | ||||
| 	width: 400px; | ||||
| 	height: 300px; | ||||
| } | ||||
|  | ||||
| #content .ListLine0 { | ||||
| 	background: #e0f8f8; | ||||
| 	padding-left: 10px; | ||||
| 	width: 390px; | ||||
| } | ||||
| #content .ListLine1 { | ||||
| 	background: #b0f8f8; | ||||
| 	padding-left: 10px; | ||||
| 	width: 390px; | ||||
| } | ||||
|  | ||||
| .pageScroll { | ||||
| 	width: 400px; | ||||
| 	height: 330px; | ||||
| 	overflow: scroll; | ||||
| } | ||||
| @@ -1,132 +0,0 @@ | ||||
| .grid { | ||||
| 	background: #fff; | ||||
| 	border: 1px solid #eee; | ||||
| 	/* width: <?php echo $this->boxWidth ?>px; */ | ||||
| 	text-align: center; | ||||
| 	height: 400px; | ||||
| 	padding: 2px 2px 2px 2px; | ||||
| 	margin: 2px 40px 2px 2px; | ||||
|  | ||||
| } | ||||
|  | ||||
| .offLineNode { | ||||
| 	background: #aaa; | ||||
| 	color: #444; | ||||
| 	width: 80px; | ||||
| 	height: 20px; | ||||
| 	margin: 2px; | ||||
| 	font-family: arial; | ||||
| 	font-size: 10px; | ||||
| 	text-align: center; | ||||
| 	overflow: hidden; | ||||
| 	float: left; | ||||
| } | ||||
|  | ||||
| .pingableNode { | ||||
| 	background: #66CC99; | ||||
| 	color: #444; | ||||
| 	width: 80px; | ||||
| 	height: 20px; | ||||
| 	margin: 2px; | ||||
| 	font-family: arial; | ||||
| 	font-size: 10px; | ||||
| 	text-align: center; | ||||
| 	overflow: hidden; | ||||
| 	float: left; | ||||
| } | ||||
|  | ||||
| .legendBox { | ||||
| 	padding: 2px 2px 2px 2px; | ||||
| 	margin-left: 10px; | ||||
| 	margin-top: 5px; | ||||
| 	margin-bottom: 10px; | ||||
| 	border: 2px solid #eee; | ||||
| 	position: relative; | ||||
| 	width: 800px; | ||||
| 	text-align: center; | ||||
| 	float: left; | ||||
|  | ||||
| } | ||||
| .mHead { | ||||
|  | ||||
| 	font-family: arial; | ||||
|  | ||||
| } | ||||
| .subBox { | ||||
| 	border: 1px solid #eee; | ||||
| 	margin-left: 20px; | ||||
| 	margin-right: 20px; | ||||
| 	width: 100px; | ||||
| 	height: 20px; | ||||
| } | ||||
|  | ||||
| .legendDescription { | ||||
| 	font-size: 10px; | ||||
| 	font-family: arial; | ||||
| 	color: #999; | ||||
| } | ||||
| .unknown { | ||||
| 	background: #aaa; | ||||
| 	height: 20px; | ||||
| 	width: 40px; | ||||
| } | ||||
| .pingable { | ||||
| 	background: #66CC99; | ||||
| 	height: 20px; | ||||
| 	width: 40px; | ||||
| } | ||||
|  | ||||
| .online { | ||||
| 	background: #6699CC; | ||||
| 	height: 20px; | ||||
| 	width: 40px; | ||||
| } | ||||
|  | ||||
| /* grid stuff */ | ||||
| #box { | ||||
| 	position: relative; | ||||
| 	top: 50px; | ||||
| 	left: 20px; | ||||
| } | ||||
| #boxNav { | ||||
| 	position: relative; | ||||
| 	left: 0px; | ||||
| 	top: 100px; | ||||
|  | ||||
|  | ||||
| } | ||||
|  | ||||
| #boxNavPrev { | ||||
| 	position: absolute; | ||||
| 	top: 75px; | ||||
| 	left: 5px; | ||||
| 	z-index: 100; | ||||
| } | ||||
|  | ||||
| #boxNavNext { | ||||
| 	position: absolute; | ||||
| 	top: 75px; | ||||
| 	right: 5px; | ||||
| 	z-index: 100; | ||||
| } | ||||
|  | ||||
| #boxMotionContainer { | ||||
| 	margin: 0pt 30px; | ||||
| 	padding: 0px; | ||||
| 	overflow: hidden; | ||||
| 	position: relative; | ||||
| } | ||||
|  | ||||
| #boxMovingGallery { | ||||
| 	position: relative; | ||||
| } | ||||
|  | ||||
| .boxNav { | ||||
| 	padding: 0 0 0 0; | ||||
| 	margin: 0 0 0 0; | ||||
| 	position: absolute; | ||||
| 	text-align: center; | ||||
| 	top: 0px; | ||||
| 	left: 0px; | ||||
| } | ||||
|  | ||||
| @@ -38,19 +38,6 @@ echo <<<EOS | ||||
|  | ||||
| EOS; | ||||
|  | ||||
| // These are only needed for popup windows, so only need it for specific pages like groups & dsh | ||||
| //echo "<script src='$TOPDIR/lib/GroupNodeTableUpdater.js' type='text/javascript'> </script>\n"; | ||||
|  | ||||
| //echo "<script src='$TOPDIR/js/prototype.js' type='text/javascript'></script>\n"; | ||||
| //echo "<script src='$TOPDIR/js/scriptaculous.js?load=effects' type='text/javascript'></script>\n"; | ||||
| //echo "<script src='$TOPDIR/js/effects.js' type='text/javascript'> </script>\n"; | ||||
|  | ||||
| //echo "<script src='$TOPDIR/js/window.js' type='text/javascript'></script>\n"; | ||||
| //echo "<link href='$TOPDIR/themes/default.css' rel='stylesheet' type='text/css'/>\n"; | ||||
|  | ||||
| //echo "<link href='$TOPDIR/css/xcattop.css' rel='stylesheet'>\n"; | ||||
| //echo "<link href='$TOPDIR/css/xcat.css' rel='stylesheet'>\n"; | ||||
|  | ||||
|  | ||||
| if ($stylesheets) { | ||||
| 	foreach ($stylesheets as $s) { | ||||
| @@ -218,7 +205,7 @@ function runcmd ($cmd, $mode, &$output, $options=NULL){ | ||||
| 	//Set error output to the same source as standard output (on Linux) | ||||
| 	if (strstr($cmd,'2>&1') == FALSE && !$options["NoRedirectStdErr"]) { $cmd .= ' 2>&1'; } | ||||
|  | ||||
| 	if (!isSupported('ClientServer')) { $cmd = "/bin/sudo $cmd"; } | ||||
| 	if (!isSupported('ClientServer')) { $cmd = "/usr/bin/sudo $cmd"; } | ||||
| 	//todo: add support for xcat 2 | ||||
|  | ||||
| 	$ret_stat = ""; | ||||
|   | ||||
| @@ -1,4 +1,13 @@ | ||||
| <?php | ||||
| //setcookie("history", "", time() - 3600);  //to delete a cookie, but did not seem to work | ||||
| require_once "../lib/functions.php"; | ||||
|  | ||||
| echo "<p>\n"; | ||||
| runcmd('echo $PATH', 1, $junk); | ||||
| runcmd('whoami', 1, $junk); | ||||
| echo "</p>\n"; | ||||
|  | ||||
| /* $output = array(); runcmd("listattr", 2, $output); foreach ($output as $line) { echo "<p>line=$line</p>"; } */ | ||||
|  | ||||
| phpinfo() | ||||
| ?> | ||||
| @@ -55,8 +55,6 @@ insertButtons( | ||||
|  | ||||
| echo '<form name="nodelist" class=ContentForm>'; | ||||
|  | ||||
| /* $output = array(); runcmd("listattr", 2, $output); foreach ($output as $line) { echo "<p>line=$line</p>"; } */ | ||||
|  | ||||
| GroupNodeTable::insertGroupTableHeader(); | ||||
|  | ||||
| // Get the names and status of the groups | ||||
|   | ||||
| @@ -53,7 +53,7 @@ if (!isset($_REQUEST['noderange'])) { | ||||
| ?> | ||||
|     <TR class=FormTable> | ||||
|       <TD colspan=3>Command:  | ||||
|        <INPUT size=80 type=text name=command id=commandQuery class=middle onchange='CommandWindow.updateCommandResult()'> | ||||
|        <INPUT size=80 type=text name=command id=commandQuery class=middle> <!-- onchange='CommandWindow.updateCommandResult()' --> | ||||
|        History: | ||||
|       <SELECT name=history onChange="_setvars();" class=middle> | ||||
|       <OPTION value="">Choose ...</OPTION> | ||||
|   | ||||
| @@ -17,7 +17,9 @@ header("Pragma: no-cache"); // HTTP/1.0 | ||||
|  | ||||
| // Store command into history cookie, if it is not already there | ||||
| $expire_time = gmmktime(0, 0, 0, 1, 1, 2038); | ||||
| if (isset($_COOKIE['history']) && array_search($_REQUEST['command'], $_COOKIE['history'])) { | ||||
| //echo "<p>{$_REQUEST['command']},"; foreach ($_COOKIE['history'] as $h) { echo "$h,"; }; echo "</p>\n"; | ||||
| //echo "<p>" . isset($_COOKIE['history']) . ',' . array_search($_REQUEST['command'], $_COOKIE['history']) . "</p>\n"; | ||||
| if (isset($_COOKIE['history']) && array_search($_REQUEST['command'], $_COOKIE['history'])!==FALSE) { | ||||
| 	// this command is already in the history, so do not need to add it | ||||
| } else { | ||||
| 	$i = isset($_COOKIE['history']) ? count($_COOKIE['history']) : 0; | ||||
|   | ||||
| @@ -1,119 +0,0 @@ | ||||
| .overlay_alert { | ||||
| 	background-color: #85BBEF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity: 0.6; | ||||
| 	opacity: 0.6; | ||||
| } | ||||
|  | ||||
| .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; | ||||
| 	width:100%; | ||||
| 	color:#F00; | ||||
| 	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 | ||||
| } | ||||
|  | ||||
|  | ||||
| Before Width: | Height: | Size: 70 B | 
| Before Width: | Height: | Size: 49 B | 
| Before Width: | Height: | Size: 49 B | 
| Before Width: | Height: | Size: 84 B | 
| Before Width: | Height: | Size: 2.8 KiB | 
| Before Width: | Height: | Size: 1.5 KiB | 
| Before Width: | Height: | Size: 84 B | 
| Before Width: | Height: | Size: 70 B | 
| Before Width: | Height: | Size: 49 B | 
| Before Width: | Height: | Size: 49 B | 
| @@ -1,88 +0,0 @@ | ||||
| .overlay_alert_lite { | ||||
| 	background-color: #85BBEF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity: 0.6; | ||||
| 	opacity: 0.6; | ||||
| } | ||||
|  | ||||
| .alert_lite_sizer { | ||||
| 	width:0px; | ||||
| 	height:0px; | ||||
| 	display:none; | ||||
| } | ||||
|  | ||||
| .alert_lite_close { | ||||
| 	width:0px; | ||||
| 	height:0px; | ||||
| 	display:none; | ||||
| } | ||||
|  | ||||
| .alert_lite_minimize { | ||||
| 	width:0px; | ||||
| 	height:0px; | ||||
| 	display:none; | ||||
| } | ||||
|  | ||||
| .alert_lite_maximize { | ||||
| 	width:0px; | ||||
| 	height:0px; | ||||
| 	display:none; | ||||
| } | ||||
|  | ||||
| .alert_lite_title { | ||||
| 	width:0px; | ||||
| 	height:0px; | ||||
| 	display:none; | ||||
| } | ||||
|  | ||||
| .alert_lite_content { | ||||
| 	overflow:auto; | ||||
| 	color: #000; | ||||
| 	font-family: Tahoma, Arial, sans-serif; | ||||
| 	font-size: 10px; | ||||
| 	background: #FFF; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* For alert/confirm dialog */ | ||||
| .alert_lite_window { | ||||
| 	border:1px solid #F00;	 | ||||
| 	background: #FFF; | ||||
| 	padding:20px; | ||||
| 	margin-left:auto; | ||||
| 	margin-right:auto; | ||||
| 	width:400px; | ||||
| } | ||||
|  | ||||
| .alert_lite_message { | ||||
| 	font-size:16px; | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| 	color:#F00; | ||||
| 	padding-bottom:10px; | ||||
| } | ||||
|  | ||||
| .alert_lite_buttons { | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| } | ||||
|  | ||||
| .alert_lite_buttons input { | ||||
| 	width:20%; | ||||
| 	margin:10px; | ||||
| } | ||||
|  | ||||
| .alert_lite_progress { | ||||
| 	float:left; | ||||
| 	margin:auto; | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| 	height:16px; | ||||
| 	background: #FFF url('alert/progress.gif') no-repeat center center | ||||
| } | ||||
|  | ||||
| table.alert_lite_header  { | ||||
|   border:1px solid #F00; | ||||
|   background:#FFF | ||||
| } | ||||
|  | ||||
| @@ -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;	 | ||||
| } | ||||
|  | ||||
|  | ||||
| Before Width: | Height: | Size: 60 B | 
| Before Width: | Height: | Size: 50 B | 
| Before Width: | Height: | Size: 61 B | 
| Before Width: | Height: | Size: 699 B | 
| Before Width: | Height: | Size: 765 B | 
| Before Width: | Height: | Size: 472 B | 
| Before Width: | Height: | Size: 64 B | 
| Before Width: | Height: | Size: 64 B | 
| Before Width: | Height: | Size: 171 B | 
| Before Width: | Height: | Size: 168 B | 
| Before Width: | Height: | Size: 97 B | 
| @@ -1,51 +0,0 @@ | ||||
| <public:component> | ||||
| <public:attach event="onpropertychange" onevent="propertyChanged()" /> | ||||
| <script> | ||||
|  | ||||
| var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) && navigator.platform == "Win32"; | ||||
| var realSrc; | ||||
| var blankSrc = "blank.gif"; | ||||
|  | ||||
| if (supported) fixImage(); | ||||
|  | ||||
| function propertyChanged() { | ||||
|    if (!supported) return; | ||||
|  | ||||
|    var pName = event.propertyName; | ||||
|    if (pName != "src") return; | ||||
|    // if not set to blank | ||||
|    if ( ! new RegExp(blankSrc).test(src)) | ||||
|       fixImage(); | ||||
| }; | ||||
|  | ||||
| function fixImage() { | ||||
|    // get src | ||||
|    var src = element.src; | ||||
|  | ||||
|    // check for real change | ||||
|    if (src == realSrc) { | ||||
|       element.src = blankSrc; | ||||
|       return; | ||||
|    } | ||||
|  | ||||
|    if ( ! new RegExp(blankSrc).test(src)) { | ||||
|       // backup old src | ||||
|       realSrc = src; | ||||
|    } | ||||
|  | ||||
|    // test for png | ||||
|    if ( /\.png$/.test( realSrc.toLowerCase() ) ) { | ||||
|       // set blank image | ||||
|       element.src = blankSrc; | ||||
|       // set filter | ||||
|       element.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + | ||||
|                                      src + "',sizingMethod='scale')"; | ||||
|    } | ||||
|    else { | ||||
|       // remove filter | ||||
|       element.runtimeStyle.filter = ""; | ||||
|    } | ||||
| } | ||||
|  | ||||
| </script> | ||||
| </public:component> | ||||
| @@ -1,121 +0,0 @@ | ||||
| .overlay_darkX { | ||||
| 	background-color: #85BBEF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity: 0.6; | ||||
| 	opacity: 0.6; | ||||
| } | ||||
|  | ||||
| .darkX_nw { | ||||
| 	background: transparent url(darkX/titlebar-left-focused.png) no-repeat 0 0;			 | ||||
|   width:6px; | ||||
|   height:21px; | ||||
| } | ||||
| .darkX_n { | ||||
|   background: transparent url(darkX/titlebar-mid-focused.png) repeat-x 0 0;			 | ||||
|   height:21px; | ||||
| } | ||||
| .darkX_ne { | ||||
|   background: transparent url(darkX/titlebar-right-focused.png) no-repeat 0 0;			 | ||||
|   width:6px;	   | ||||
|   height:21px; | ||||
| } | ||||
| .darkX_w { | ||||
|   background: transparent url(darkX/frame-left-focused.png) repeat-y top left;			 | ||||
|   width:3px; | ||||
| } | ||||
|  | ||||
| .darkX_e { | ||||
|   background: transparent url(darkX/frame-right-focused.png) repeat-y top right;			 | ||||
|   width:3px;	   | ||||
| } | ||||
|  | ||||
| .darkX_sw { | ||||
|   background: transparent url(darkX/frame-bottom-left-focused.png) no-repeat 0 0;			 | ||||
|   width:5px; | ||||
|   height:3px; | ||||
| } | ||||
| .darkX_s { | ||||
|   background: transparent url(darkX/frame-bottom-mid-focused.png) repeat-x 0 0;			 | ||||
|   height:3px; | ||||
| } | ||||
| .darkX_se, .darkX_sizer { | ||||
|   background: transparent url(darkX/frame-bottom-right-focused.png) no-repeat 0 0;			 | ||||
|   width:5px; | ||||
|   height:3px; | ||||
| } | ||||
|  | ||||
| .darkX_sizer { | ||||
| 	cursor:se-resize;	 | ||||
| } | ||||
|  | ||||
| .darkX_close { | ||||
| 	width: 21px; | ||||
| 	height: 21px; | ||||
| 	background: transparent url(darkX/button-close-focused.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:0px; | ||||
| 	right:5px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .darkX_minimize { | ||||
| 	width: 21px; | ||||
| 	height: 21px; | ||||
| 	background: transparent url(darkX/button-minimize-focused.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:0px; | ||||
| 	right:26px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .darkX_maximize { | ||||
| 	width: 21px; | ||||
| 	height: 21px; | ||||
| 	background: transparent url(darkX/button-maximize-focused.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:0px; | ||||
| 	right:47px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
|  | ||||
| .darkX_title { | ||||
| 	float:left; | ||||
| 	height:14px; | ||||
| 	font-size:12px; | ||||
| 	text-align:center; | ||||
| 	margin-top:2px; | ||||
| 	width:100%; | ||||
| 	color:#FFF; | ||||
| } | ||||
|  | ||||
| .darkX_content { | ||||
| 	overflow:auto; | ||||
| 	color: #E6DF2A; | ||||
| 	font-family: Tahoma, Arial, sans-serif; | ||||
| 	font-size: 14px; | ||||
| 	background:#5E5148; | ||||
| } | ||||
|  | ||||
|  | ||||
| /* FOR IE */ | ||||
| * html .darkX_minimize { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-minimize-focused.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .darkX_maximize { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-maximize-focused.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .darkX_close { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/darkX/button-close-focused.png", sizingMethod="crop"); | ||||
| } | ||||
| Before Width: | Height: | Size: 904 B | 
| Before Width: | Height: | Size: 882 B | 
| Before Width: | Height: | Size: 839 B | 
| Before Width: | Height: | Size: 142 B | 
| Before Width: | Height: | Size: 142 B | 
| Before Width: | Height: | Size: 142 B | 
| Before Width: | Height: | Size: 142 B | 
| Before Width: | Height: | Size: 142 B | 
| Before Width: | Height: | Size: 180 B | 
| Before Width: | Height: | Size: 175 B | 
| Before Width: | Height: | Size: 180 B | 
| @@ -1,25 +0,0 @@ | ||||
| div.inspector div.inspectable { | ||||
|  padding: 0.25em 0 0.25em 1em; | ||||
|  background-color: Gray; | ||||
|  color: white; | ||||
|  border: outset 2px white; | ||||
|  cursor: pointer; | ||||
| } | ||||
|   | ||||
| div.inspector div.child { | ||||
|  margin: 0 0 0 1em; | ||||
| } | ||||
|   | ||||
| #debug_window_content { /*  DIV container for debug sizing*/ | ||||
|  width:250px; | ||||
|  height:100px; | ||||
|  background-color:#000; | ||||
| } | ||||
|   | ||||
| #debug {         /*  DIV container for debug contents*/ | ||||
|  padding:3px; | ||||
|  color:#0f0; | ||||
|  font-family:monaco, Tahoma, Verdana, Arial, Helvetica, sans-serif; | ||||
|  font-size:10px; | ||||
| } | ||||
|   | ||||
| Before Width: | Height: | Size: 49 B | 
| @@ -1,3 +0,0 @@ | ||||
| /* PNG fix for all themes that uses PNG images on IE */ | ||||
| td, div { behavior: url(../themes/iefix/iepngfix.htc) } | ||||
|  | ||||
| @@ -1,54 +0,0 @@ | ||||
| <public:component> | ||||
| <public:attach event="onpropertychange" onevent="doFix()" /> | ||||
|  | ||||
| <script type="text/javascript"> | ||||
|  | ||||
| // IE5.5+ PNG Alpha Fix v1.0RC4 | ||||
| // (c) 2004-2005 Angus Turnbull http://www.twinhelix.com | ||||
|  | ||||
| // This is licensed under the CC-GNU LGPL, version 2.1 or later. | ||||
| // For details, see: http://creativecommons.org/licenses/LGPL/2.1/ | ||||
|  | ||||
| // Modified/Simplified on 04/23/2007 by Sebastien Gruhier (http://www.xilinus.com)  | ||||
| // To work only on background and to handle repeat bg   | ||||
|                       | ||||
| // This must be a path to a blank image. That's all the configuration you need. | ||||
| if (typeof blankImg == 'undefined') var blankImg = 'blank.gif'; | ||||
|  | ||||
| var f = 'DXImageTransform.Microsoft.AlphaImageLoader'; | ||||
|  | ||||
| function filt(s, m) | ||||
| { | ||||
|  if (filters[f]) | ||||
|  { | ||||
|   filters[f].enabled = s ? true : false; | ||||
|   if (s) with (filters[f]) { src = s; sizingMethod = m } | ||||
|  } | ||||
|  else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")'; | ||||
| } | ||||
|  | ||||
| function doFix() | ||||
| {          | ||||
|  // Assume IE7 is OK. | ||||
|  if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) || | ||||
|   (event && !/(background|src)/.test(event.propertyName))) return; | ||||
|  | ||||
|  var bgImg = currentStyle.backgroundImage || style.backgroundImage;   | ||||
|  var bgRepeat = currentStyle.backgroundRepeat || style.backgroundRepeat;         | ||||
|  if (bgImg && bgImg != 'none') | ||||
|  { | ||||
|   if (bgImg.match(/^url[("']+(.*\.png)[)"']+$/i)) | ||||
|   { | ||||
|    var s = RegExp.$1; | ||||
|    if (currentStyle.width == 'auto' && currentStyle.height == 'auto') | ||||
|     style.width = offsetWidth + 'px'; | ||||
|    style.backgroundImage = 'none'; | ||||
|    filt(s, bgRepeat == "no-repeat" ? 'crop' : 'scale'); | ||||
|   } | ||||
|  } | ||||
| } | ||||
|  | ||||
| doFix(); | ||||
|  | ||||
| </script> | ||||
| </public:component> | ||||
| @@ -1,960 +0,0 @@ | ||||
| .overlay___invisible__ { | ||||
|   background-color: #666; | ||||
| 	filter:alpha(opacity=0); | ||||
| 	-moz-opacity: 0; | ||||
| 	opacity: 0; | ||||
| } | ||||
|  | ||||
| .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; | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
| .overlay_bluelighting { | ||||
| 	background-color:#FFF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity:0.6; | ||||
| 	opacity:0.6; | ||||
| } | ||||
|  | ||||
| .bluelighting_wired_frame { | ||||
| 	background:#FFF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity:0.6; | ||||
| 	opacity:0.6;	 | ||||
| } | ||||
|  | ||||
| .bluelighting_nw { | ||||
| 	background:transparent url(lighting/top-left-blue.png) no-repeat 0 0;			 | ||||
| 	width:9px; | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .bluelighting_n { | ||||
| 	background:transparent url(lighting/top-middle-blue.png) repeat-x 0 0;			 | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .bluelighting_ne { | ||||
| 	background:transparent url(lighting/top-right-blue.png) no-repeat 0 0;			 | ||||
| 	width:15px;	   | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .bluelighting_w { | ||||
| 	background:transparent url(lighting/left-blue.png) repeat-y top left;			 | ||||
| 	width:9px; | ||||
| } | ||||
|  | ||||
| .bluelighting_e { | ||||
| 	background:transparent url(lighting/right-blue.png) repeat-y top right;			 | ||||
| 	width:15px;	   | ||||
| } | ||||
|  | ||||
| .bluelighting_sw { | ||||
| 	background:transparent url(lighting/bottom-left-blue.png) no-repeat 0 0;			 | ||||
| 	width:9px; | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .bluelighting_s { | ||||
| 	background:transparent url(lighting/bottom-middle-blue.png) repeat-x 0 0;			 | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .bluelighting_se, .bluelighting_sizer  { | ||||
| 	background:transparent url(lighting/bottom-right-blue.png) no-repeat 0 0;			 | ||||
| 	width:15px; | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .bluelighting_sizer { | ||||
| 	cursor:se-resize;	 | ||||
| } | ||||
|  | ||||
| .bluelighting_close { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-close-blue.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:10px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .bluelighting_maximize { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-maximize-blue.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:25px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .bluelighting_minimize { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-minimize-blue.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:40px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .bluelighting_title { | ||||
| 	float:left; | ||||
| 	height:14px; | ||||
| 	font-size:14px; | ||||
| 	font-weight:bold; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	text-align:center; | ||||
| 	margin-top:2px; | ||||
| 	width:100%; | ||||
| 	color:#17385B; | ||||
| } | ||||
|  | ||||
| .bluelighting_content { | ||||
| 	overflow:auto; | ||||
| 	color:#000; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	font-size:12px; | ||||
| 	background:#BFDBFF; | ||||
| } | ||||
|  | ||||
| /* For alert/confirm dialog */ | ||||
| .bluelighting_window { | ||||
| 	border:1px solid #F00;	 | ||||
| 	background:#FFF; | ||||
| 	padding:20px; | ||||
| 	margin-left:auto; | ||||
| 	margin-right:auto; | ||||
| 	width:400px; | ||||
| } | ||||
|  | ||||
| .bluelighting_message { | ||||
|   	font-size:12px; | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| 	padding-bottom:10px; | ||||
| } | ||||
|  | ||||
| .bluelighting_buttons { | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| } | ||||
|  | ||||
| .bluelighting_buttons input { | ||||
| 	border:1px solid #999; | ||||
| 	border-top-color:#CCC; | ||||
| 	border-left-color:#CCC; | ||||
| 	padding:2px; | ||||
| 	background-color:#FFF; | ||||
| 	color:#333; | ||||
| 	background-image:url(lighting/background_buttons.gif); | ||||
| 	background-repeat:repeat-x; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	font-size:10px; | ||||
| 	font-weight:bold; | ||||
| 	text-align:center; | ||||
| } | ||||
|  | ||||
| .bluelighting_progress { | ||||
| 	float:left; | ||||
| 	margin:auto; | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| 	height:16px; | ||||
| 	background:transparent url('lighting/spinner.gif') no-repeat center center | ||||
| } | ||||
|  | ||||
| /* FOR IE */ | ||||
| * html .bluelighting_nw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-blue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_n { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-blue.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_ne { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-blue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_w { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-blue.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_e { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-blue.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_sw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-blue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_s { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-blue.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_se, * html .bluelighting_sizer { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-blue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_close { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-blue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_minimize { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-blue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_maximize { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-blue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .bluelighting_content { | ||||
| 	background:#B8D7FF; | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
| .overlay_greylighting { | ||||
| 	background-color:#FFF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity:0.6; | ||||
| 	opacity:0.6; | ||||
| } | ||||
|  | ||||
| .greylighting_wired_frame { | ||||
| 	background:#FFF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity:0.6; | ||||
| 	opacity:0.6;	 | ||||
| } | ||||
|  | ||||
| .greylighting_nw { | ||||
| 	background:transparent url(lighting/top-left-grey.png) no-repeat 0 0;			 | ||||
| 	width:9px; | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .greylighting_n { | ||||
| 	background:transparent url(lighting/top-middle-grey.png) repeat-x 0 0;			 | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .greylighting_ne { | ||||
| 	background:transparent url(lighting/top-right-grey.png) no-repeat 0 0;			 | ||||
| 	width:15px;	   | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .greylighting_w { | ||||
| 	background:transparent url(lighting/left-grey.png) repeat-y top left;			 | ||||
| 	width:9px; | ||||
| } | ||||
|  | ||||
| .greylighting_e { | ||||
| 	background:transparent url(lighting/right-grey.png) repeat-y top right;			 | ||||
| 	width:15px;	   | ||||
| } | ||||
|  | ||||
| .greylighting_sw { | ||||
| 	background:transparent url(lighting/bottom-left-grey.png) no-repeat 0 0;			 | ||||
| 	width:9px; | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .greylighting_s { | ||||
| 	background:transparent url(lighting/bottom-middle-grey.png) repeat-x 0 0;			 | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .greylighting_se, .greylighting_sizer  { | ||||
| 	background:transparent url(lighting/bottom-right-grey.png) no-repeat 0 0;			 | ||||
| 	width:15px; | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .greylighting_sizer { | ||||
| 	cursor:se-resize;	 | ||||
| } | ||||
|  | ||||
| .greylighting_close { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-close-grey.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:10px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .greylighting_maximize { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-maximize-grey.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:25px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .greylighting_minimize { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-minimize-grey.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:40px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .greylighting_title { | ||||
| 	float:left; | ||||
| 	height:14px; | ||||
| 	font-size:14px; | ||||
| 	font-weight:bold; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	text-align:center; | ||||
| 	margin-top:2px; | ||||
| 	width:100%; | ||||
| 	color:#525252; | ||||
| } | ||||
|  | ||||
| .greylighting_content { | ||||
| 	overflow:auto; | ||||
| 	color:#000; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	font-size:12px; | ||||
| 	background:#CDCDCD; | ||||
| } | ||||
|  | ||||
| /* For alert/confirm dialog */ | ||||
| .greylighting_window { | ||||
| 	border:1px solid #F00;	 | ||||
| 	background:#FFF; | ||||
| 	padding:20px; | ||||
| 	margin-left:auto; | ||||
| 	margin-right:auto; | ||||
| 	width:400px; | ||||
| } | ||||
|  | ||||
| .greylighting_message { | ||||
|   	font-size:12px; | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| 	padding-bottom:10px; | ||||
| } | ||||
|  | ||||
| .greylighting_buttons { | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| } | ||||
|  | ||||
| .greylighting_buttons input { | ||||
| 	border:1px solid #999; | ||||
| 	border-top-color:#CCC; | ||||
| 	border-left-color:#CCC; | ||||
| 	padding:2px; | ||||
| 	background-color:#FFF; | ||||
| 	color:#333; | ||||
| 	background-image:url(lighting/background_buttons.gif); | ||||
| 	background-repeat:repeat-x; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	font-size:10px; | ||||
| 	font-weight:bold; | ||||
| 	text-align:center; | ||||
| } | ||||
|  | ||||
| .greylighting_progress { | ||||
| 	float:left; | ||||
| 	margin:auto; | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| 	height:16px; | ||||
| 	background:transparent url('lighting/spinner.gif') no-repeat center center | ||||
| } | ||||
|  | ||||
| /* FOR IE */ | ||||
| * html .greylighting_nw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-grey.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greylighting_n { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-grey.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .greylighting_ne { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-grey.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greylighting_w { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-grey.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .greylighting_e { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-grey.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .greylighting_sw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-grey.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greylighting_s { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-grey.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html greylighting_se, * html .greylighting_sizer { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-grey.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greylighting_close { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-grey.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greylighting_minimize { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-grey.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greylighting_maximize { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-grey.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greylighting_content { | ||||
| 	background:#C7C7C7; | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
| .overlay_greenlighting { | ||||
| 	background-color:#FFF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity:0.6; | ||||
| 	opacity:0.6; | ||||
| } | ||||
|  | ||||
| .greenlighting_wired_frame { | ||||
| 	background:#FFF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity:0.6; | ||||
| 	opacity:0.6;	 | ||||
| } | ||||
|  | ||||
| .greenlighting_nw { | ||||
| 	background:transparent url(lighting/top-left-green.png) no-repeat 0 0;			 | ||||
| 	width:9px; | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .greenlighting_n { | ||||
| 	background:transparent url(lighting/top-middle-green.png) repeat-x 0 0;			 | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .greenlighting_ne { | ||||
| 	background:transparent url(lighting/top-right-green.png) no-repeat 0 0;			 | ||||
| 	width:15px;	   | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .greenlighting_w { | ||||
| 	background:transparent url(lighting/left-green.png) repeat-y top left;			 | ||||
| 	width:9px; | ||||
| } | ||||
|  | ||||
| .greenlighting_e { | ||||
| 	background:transparent url(lighting/right-green.png) repeat-y top right;			 | ||||
| 	width:15px;	   | ||||
| } | ||||
|  | ||||
| .greenlighting_sw { | ||||
| 	background:transparent url(lighting/bottom-left-green.png) no-repeat 0 0;			 | ||||
| 	width:9px; | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .greenlighting_s { | ||||
| 	background:transparent url(lighting/bottom-middle-green.png) repeat-x 0 0;			 | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .greenlighting_se, .greenlighting_sizer  { | ||||
| 	background:transparent url(lighting/bottom-right-green.png) no-repeat 0 0;			 | ||||
| 	width:15px; | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .greenlighting_sizer { | ||||
| 	cursor:se-resize;	 | ||||
| } | ||||
|  | ||||
| .greenlighting_close { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-close-green.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:10px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .greenlighting_maximize { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-maximize-green.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:25px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .greenlighting_minimize { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-minimize-green.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:40px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .greenlighting_title { | ||||
| 	float:left; | ||||
| 	height:14px; | ||||
| 	font-size:14px; | ||||
| 	font-weight:bold; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	text-align:center; | ||||
| 	margin-top:2px; | ||||
| 	width:100%; | ||||
| 	color:#2A6002; | ||||
| } | ||||
|  | ||||
| .greenlighting_content { | ||||
| 	overflow:auto; | ||||
| 	color:#000; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	font-size:12px; | ||||
| 	background:#ACFCAF; | ||||
| } | ||||
|  | ||||
| /* For alert/confirm dialog */ | ||||
| .greenlighting_window { | ||||
| 	border:1px solid #F00;	 | ||||
| 	background:#FFF; | ||||
| 	padding:20px; | ||||
| 	margin-left:auto; | ||||
| 	margin-right:auto; | ||||
| 	width:400px; | ||||
| } | ||||
|  | ||||
| .greenlighting_message { | ||||
|   	font-size:12px; | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| 	padding-bottom:10px; | ||||
| } | ||||
|  | ||||
| .greenlighting_buttons { | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| } | ||||
|  | ||||
| .greenlighting_buttons input { | ||||
| 	border:1px solid #999; | ||||
| 	border-top-color:#CCC; | ||||
| 	border-left-color:#CCC; | ||||
| 	padding:2px; | ||||
| 	background-color:#FFF; | ||||
| 	color:#333; | ||||
| 	background-image:url(lighting/background_buttons.gif); | ||||
| 	background-repeat:repeat-x; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	font-size:10px; | ||||
| 	font-weight:bold; | ||||
| 	text-align:center; | ||||
| } | ||||
|  | ||||
| .greenlighting_progress { | ||||
| 	float:left; | ||||
| 	margin:auto; | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| 	height:16px; | ||||
| 	background:transparent url('lighting/spinner.gif') no-repeat center center | ||||
| } | ||||
|  | ||||
| /* FOR IE */ | ||||
| * html .greenlighting_nw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-green.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greenlighting_n { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-green.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .greenlighting_ne { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-green.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greenlighting_w { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-green.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .greenlighting_e { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-green.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .greenlighting_sw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-green.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greenlighting_s { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-green.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html greenlighting_se, * html .greenlighting_sizer { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-green.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greenlighting_close { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-green.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greenlighting_minimize { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-green.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greenlighting_maximize { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-green.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .greenlighting_content { | ||||
| 	background:#A4FCA7; | ||||
| } | ||||
|  | ||||
|  | ||||
|  | ||||
| .overlay_darkbluelighting { | ||||
| 	background-color:#FFF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity:0.6; | ||||
| 	opacity:0.6; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_wired_frame { | ||||
| 	background:#FFF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity:0.6; | ||||
| 	opacity:0.6;	 | ||||
| } | ||||
|  | ||||
| .darkbluelighting_nw { | ||||
| 	background:transparent url(lighting/top-left-darkblue.png) no-repeat 0 0;			 | ||||
| 	width:9px; | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_n { | ||||
| 	background:transparent url(lighting/top-middle-darkblue.png) repeat-x 0 0;			 | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_ne { | ||||
| 	background:transparent url(lighting/top-right-darkblue.png) no-repeat 0 0;			 | ||||
| 	width:15px;	   | ||||
| 	height:28px; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_w { | ||||
| 	background:transparent url(lighting/left-darkblue.png) repeat-y top left;			 | ||||
| 	width:9px; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_e { | ||||
| 	background:transparent url(lighting/right-darkblue.png) repeat-y top right;			 | ||||
| 	width:15px;	   | ||||
| } | ||||
|  | ||||
| .darkbluelighting_sw { | ||||
| 	background:transparent url(lighting/bottom-left-darkblue.png) no-repeat 0 0;			 | ||||
| 	width:9px; | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_s { | ||||
| 	background:transparent url(lighting/bottom-middle-darkblue.png) repeat-x 0 0;			 | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_se, .darkbluelighting_sizer  { | ||||
| 	background:transparent url(lighting/bottom-right-darkblue.png) no-repeat 0 0;			 | ||||
| 	width:15px; | ||||
| 	height:15px; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_sizer { | ||||
| 	cursor:se-resize;	 | ||||
| } | ||||
|  | ||||
| .darkbluelighting_close { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-close-darkblue.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:10px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_maximize { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-maximize-darkblue.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:25px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_minimize { | ||||
| 	width:15px; | ||||
| 	height:9px; | ||||
| 	background:transparent url(lighting/button-minimize-darkblue.png) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:11px; | ||||
| 	right:40px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_title { | ||||
| 	float:left; | ||||
| 	height:14px; | ||||
| 	font-size:14px; | ||||
| 	font-weight:bold; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	text-align:center; | ||||
| 	margin-top:2px; | ||||
| 	width:100%; | ||||
| 	color:#E4EFFD; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_content { | ||||
| 	overflow:auto; | ||||
| 	color:#FFF; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	font-size:12px; | ||||
| 	background:#0413C0; | ||||
| } | ||||
|  | ||||
| /* For alert/confirm dialog */ | ||||
| .darkbluelighting_window { | ||||
| 	border:1px solid #F00;	 | ||||
| 	background:#FFF; | ||||
| 	padding:20px; | ||||
| 	margin-left:auto; | ||||
| 	margin-right:auto; | ||||
| 	width:400px; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_message { | ||||
|   	font-size:12px; | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| 	padding-bottom:10px; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_buttons { | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_buttons input { | ||||
| 	border:1px solid #999; | ||||
| 	border-top-color:#CCC; | ||||
| 	border-left-color:#CCC; | ||||
| 	padding:2px; | ||||
| 	background-color:#FFF; | ||||
| 	color:#333; | ||||
| 	background-image:url(lighting/background_buttons.gif); | ||||
| 	background-repeat:repeat-x; | ||||
| 	font-family:Verdana, Arial, sans-serif; | ||||
| 	font-size:10px; | ||||
| 	font-weight:bold; | ||||
| 	text-align:center; | ||||
| } | ||||
|  | ||||
| .darkbluelighting_progress { | ||||
| 	float:left; | ||||
| 	margin:auto; | ||||
| 	text-align:center; | ||||
| 	width:100%; | ||||
| 	height:16px; | ||||
| 	background:transparent url('lighting/spinner.gif') no-repeat center center | ||||
| } | ||||
|  | ||||
| /* FOR IE */ | ||||
| * html .darkbluelighting_nw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-left-darkblue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .darkbluelighting_n { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-middle-darkblue.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .darkbluelighting_ne { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/top-right-darkblue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .darkbluelighting_w { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/left-darkblue.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .darkbluelighting_e { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/right-darkblue.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .darkbluelighting_sw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-left-darkblue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .darkbluelighting_s { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-middle-darkblue.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html darkbluelighting_se, * html .darkbluelighting_sizer { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/bottom-right-darkblue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .darkbluelighting_close { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-close-darkblue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .darkbluelighting_minimize { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-minimize-darkblue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .darkbluelighting_maximize { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/lighting/button-maximize-darkblue.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .darkbluelighting_content { | ||||
| 	background:#020EBA; | ||||
| } | ||||
|  | ||||
| Before Width: | Height: | Size: 70 B | 
| Before Width: | Height: | Size: 335 B | 
| Before Width: | Height: | Size: 334 B | 
| Before Width: | Height: | Size: 347 B | 
| Before Width: | Height: | Size: 346 B | 
| Before Width: | Height: | Size: 156 B | 
| Before Width: | Height: | Size: 154 B | 
| Before Width: | Height: | Size: 155 B | 
| Before Width: | Height: | Size: 156 B | 
| Before Width: | Height: | Size: 397 B | 
| Before Width: | Height: | Size: 392 B | 
| Before Width: | Height: | Size: 390 B | 
| Before Width: | Height: | Size: 424 B | 
| Before Width: | Height: | Size: 308 B | 
| Before Width: | Height: | Size: 308 B | 
| Before Width: | Height: | Size: 305 B | 
| Before Width: | Height: | Size: 320 B | 
| Before Width: | Height: | Size: 218 B | 
| Before Width: | Height: | Size: 212 B | 
| Before Width: | Height: | Size: 226 B | 
| Before Width: | Height: | Size: 218 B | 
| Before Width: | Height: | Size: 164 B | 
| Before Width: | Height: | Size: 172 B | 
| Before Width: | Height: | Size: 172 B | 
| Before Width: | Height: | Size: 184 B | 
| Before Width: | Height: | Size: 144 B | 
| Before Width: | Height: | Size: 143 B | 
| Before Width: | Height: | Size: 144 B | 
| Before Width: | Height: | Size: 144 B | 
| @@ -1,67 +0,0 @@ | ||||
| <public:component> | ||||
| <public:attach event="onpropertychange" onevent="doFix()" /> | ||||
|  | ||||
| <script type="text/javascript"> | ||||
|  | ||||
| // IE5.5+ PNG Alpha Fix v1.0RC4 | ||||
| // (c) 2004-2005 Angus Turnbull http://www.twinhelix.com | ||||
|  | ||||
| // This is licensed under the CC-GNU LGPL, version 2.1 or later. | ||||
| // For details, see: http://creativecommons.org/licenses/LGPL/2.1/ | ||||
|  | ||||
|  | ||||
| // This must be a path to a blank image. That's all the configuration you need. | ||||
| if (typeof blankImg == 'undefined') var blankImg = 'blank.gif'; | ||||
|  | ||||
|  | ||||
| var f = 'DXImageTransform.Microsoft.AlphaImageLoader'; | ||||
|  | ||||
| function filt(s, m) | ||||
| { | ||||
|  if (filters[f]) | ||||
|  { | ||||
|   filters[f].enabled = s ? true : false; | ||||
|   if (s) with (filters[f]) { src = s; sizingMethod = m } | ||||
|  } | ||||
|  else if (s) style.filter = 'progid:'+f+'(src="'+s+'",sizingMethod="'+m+'")'; | ||||
| } | ||||
|  | ||||
| function doFix() | ||||
| {            | ||||
|   alert('ok') | ||||
|    | ||||
|  // Assume IE7 is OK. | ||||
|  if (!/MSIE (5\.5|6\.)/.test(navigator.userAgent) || | ||||
|   (event && !/(background|src)/.test(event.propertyName))) return; | ||||
|  | ||||
|  var bgImg = currentStyle.backgroundImage || style.backgroundImage; | ||||
|  | ||||
|  if (tagName == 'IMG') | ||||
|  { | ||||
|   if ((/\.png$/i).test(src)) | ||||
|   { | ||||
|    if (currentStyle.width == 'auto' && currentStyle.height == 'auto') | ||||
|     style.width = offsetWidth + 'px'; | ||||
|    filt(src, 'scale'); | ||||
|    src = blankImg; | ||||
|   } | ||||
|   else if (src.indexOf(blankImg) < 0) filt(); | ||||
|  } | ||||
|  else if (bgImg && bgImg != 'none') | ||||
|  { | ||||
|   if (bgImg.match(/^url[("']+(.*\.png)[)"']+$/i)) | ||||
|   { | ||||
|    var s = RegExp.$1; | ||||
|    if (currentStyle.width == 'auto' && currentStyle.height == 'auto') | ||||
|     style.width = offsetWidth + 'px'; | ||||
|    style.backgroundImage = 'none'; | ||||
|    filt(s, 'crop'); | ||||
|    // IE link fix. | ||||
|    for (var n = 0; n < childNodes.length; n++) | ||||
|     if (childNodes[n].style) childNodes[n].style.position = 'relative'; | ||||
|   } | ||||
|   else filt(); | ||||
|  } | ||||
| } | ||||
|  | ||||
| doFix(); | ||||
| Before Width: | Height: | Size: 146 B | 
| Before Width: | Height: | Size: 146 B | 
| Before Width: | Height: | Size: 146 B | 
| Before Width: | Height: | Size: 155 B | 
| Before Width: | Height: | Size: 2.0 KiB | 
| Before Width: | Height: | Size: 336 B | 
| Before Width: | Height: | Size: 360 B | 
| Before Width: | Height: | Size: 339 B | 
| Before Width: | Height: | Size: 352 B | 
| Before Width: | Height: | Size: 200 B | 
| Before Width: | Height: | Size: 226 B | 
| Before Width: | Height: | Size: 208 B | 
| Before Width: | Height: | Size: 185 B | 
| Before Width: | Height: | Size: 423 B | 
| Before Width: | Height: | Size: 451 B | 
| Before Width: | Height: | Size: 440 B | 
| Before Width: | Height: | Size: 495 B | 
| @@ -1,333 +0,0 @@ | ||||
| /* Focused windows */ | ||||
| .overlay_mac_os_x { | ||||
| 	background-color: #85BBEF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity: 0.6; | ||||
| 	opacity: 0.6; | ||||
| } | ||||
|  | ||||
| .mac_os_x_nw { | ||||
| 	background: transparent url(mac_os_x/TL_Main.png) no-repeat 0 0;			 | ||||
|   width:24px; | ||||
|   height:30px; | ||||
| } | ||||
|  | ||||
| .mac_os_x_n { | ||||
|   background: transparent url(mac_os_x/T_Main.png) repeat-x 0 0;			 | ||||
|   height:30px; | ||||
| } | ||||
|  | ||||
| .mac_os_x_ne { | ||||
|   background: transparent url(mac_os_x/TR_Main.png) no-repeat 0 0;			 | ||||
|   width:31px;	   | ||||
|   height:30px; | ||||
| } | ||||
|  | ||||
| .mac_os_x_w { | ||||
|   background: transparent url(mac_os_x/L_Main.png) repeat-y top left;			 | ||||
|   width:16px; | ||||
| } | ||||
|  | ||||
| .mac_os_x_e { | ||||
|   background: transparent url(mac_os_x/R_Main.png) repeat-y top right;			 | ||||
|   width:16px;	   | ||||
| } | ||||
|  | ||||
| .mac_os_x_sw { | ||||
|   background: transparent url(mac_os_x/BL_Main.png) no-repeat 0 0;			 | ||||
|   width:31px; | ||||
|   height:40px; | ||||
| } | ||||
|  | ||||
| .mac_os_x_s { | ||||
|   background: transparent url(mac_os_x/B_Main.png) repeat-x 0 0;			 | ||||
|   height:40px; | ||||
| } | ||||
|  | ||||
| .mac_os_x_se, .mac_os_x_sizer { | ||||
|   background: transparent url(mac_os_x/BR_Main.png) no-repeat 0 0;			 | ||||
|   width:31px; | ||||
|   height:40px; | ||||
| } | ||||
|  | ||||
| .mac_os_x_sizer { | ||||
| 	cursor:se-resize;	 | ||||
| } | ||||
|  | ||||
| .mac_os_x_close { | ||||
| 	width: 19px; | ||||
| 	height: 19px; | ||||
| 	background: transparent url(mac_os_x/close.gif) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:12px; | ||||
| 	left:25px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .mac_os_x_minimize { | ||||
| 	width: 19px; | ||||
| 	height: 19px; | ||||
| 	background: transparent url(mac_os_x/minimize.gif) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:12px; | ||||
| 	left:45px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .mac_os_x_maximize { | ||||
| 	width: 19px; | ||||
| 	height: 19px; | ||||
| 	background: transparent url(mac_os_x/maximize.gif) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:12px; | ||||
| 	left:65px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .mac_os_x_title { | ||||
| 	float:left; | ||||
| 	height:14px; | ||||
| 	font-family: Tahoma, Arial, sans-serif; | ||||
| 	font-size:12px; | ||||
| 	text-align:center; | ||||
| 	margin-top:8px; | ||||
| 	width:100%; | ||||
| 	color:#000; | ||||
| } | ||||
|  | ||||
| .mac_os_x_content { | ||||
| 	overflow:auto; | ||||
| 	color: #222; | ||||
| 	font-family: Tahoma, Arial, sans-serif; | ||||
| 	font-size: 10px; | ||||
| 	background:#FFF; | ||||
| } | ||||
| .mac_os_x_s .status_bar { | ||||
|   padding-bottom:24px; | ||||
| } | ||||
|  | ||||
| /* FOR IE */ | ||||
| * html .mac_os_x_nw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TL_Main.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .mac_os_x_n { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/T_Main.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .mac_os_x_ne { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TR_Main.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .mac_os_x_w { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/L_Main.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .mac_os_x_e { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/R_Main.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .mac_os_x_sw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BL_Main.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .mac_os_x_s { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/B_Main.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .mac_os_x_se { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR_Main.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .mac_os_x_sizer { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR_Main.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
|  | ||||
| /* Focused windows */ | ||||
| .overlay_blur_os_x { | ||||
| 	background-color: #85BBEF; | ||||
| 	filter:alpha(opacity=60); | ||||
| 	-moz-opacity: 0.6; | ||||
| 	opacity: 0.6; | ||||
| } | ||||
|  | ||||
| .blur_os_x_nw { | ||||
| 	background: transparent url(mac_os_x/TL.png) no-repeat 0 0;			 | ||||
|   width:24px; | ||||
|   height:30px; | ||||
| } | ||||
|  | ||||
| .blur_os_x_n { | ||||
|   background: transparent url(mac_os_x/T.png) repeat-x 0 0;			 | ||||
|   height:30px; | ||||
| } | ||||
|  | ||||
| .blur_os_x_ne { | ||||
|   background: transparent url(mac_os_x/TR.png) no-repeat 0 0;			 | ||||
|   width:31px;	   | ||||
|   height:30px; | ||||
| } | ||||
|  | ||||
| .blur_os_x_w { | ||||
|   background: transparent url(mac_os_x/L.png) repeat-y top left;			 | ||||
|   width:16px; | ||||
| } | ||||
|  | ||||
| .blur_os_x_e { | ||||
|   background: transparent url(mac_os_x/R.png) repeat-y top right;			 | ||||
|   width:16px;	   | ||||
| } | ||||
|  | ||||
| .blur_os_x_sw { | ||||
|   background: transparent url(mac_os_x/BL.png) no-repeat 0 0;			 | ||||
|   width:31px; | ||||
|   height:40px; | ||||
| } | ||||
|  | ||||
| .blur_os_x_s { | ||||
|   background: transparent url(mac_os_x/B.png) repeat-x 0 0;			 | ||||
|   height:40px; | ||||
| } | ||||
|  | ||||
| .blur_os_x_se, .blur_os_x_sizer { | ||||
|   background: transparent url(mac_os_x/BR.png) no-repeat 0 0;			 | ||||
|   width:31px; | ||||
|   height:40px; | ||||
| } | ||||
|  | ||||
| .blur_os_x_sizer { | ||||
| 	cursor:se-resize;	 | ||||
| } | ||||
|  | ||||
| .blur_os_x_close { | ||||
| 	width: 19px; | ||||
| 	height: 19px; | ||||
| 	background: transparent url(mac_os_x/close.gif) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:12px; | ||||
| 	left:25px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .blur_os_x_minimize { | ||||
| 	width: 19px; | ||||
| 	height: 19px; | ||||
| 	background: transparent url(mac_os_x/minimize.gif) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:12px; | ||||
| 	left:45px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .blur_os_x_maximize { | ||||
| 	width: 19px; | ||||
| 	height: 19px; | ||||
| 	background: transparent url(mac_os_x/maximize.gif) no-repeat 0 0;			 | ||||
| 	position:absolute; | ||||
| 	top:12px; | ||||
| 	left:65px; | ||||
| 	cursor:pointer; | ||||
| 	z-index:1000; | ||||
| } | ||||
|  | ||||
| .blur_os_x_title { | ||||
| 	float:left; | ||||
| 	height:14px; | ||||
| 	font-family: Tahoma, Arial, sans-serif; | ||||
| 	font-size:12px; | ||||
| 	text-align:center; | ||||
| 	margin-top:8px; | ||||
| 	width:100%; | ||||
| 	color:#000; | ||||
| } | ||||
|  | ||||
| .blur_os_x_content { | ||||
| 	overflow:auto; | ||||
| 	color: #222; | ||||
| 	font-family: Tahoma, Arial, sans-serif; | ||||
| 	font-size: 10px; | ||||
| 	background:#FFF; | ||||
| } | ||||
| .blur_os_x_s .status_bar { | ||||
|   padding-bottom:24px; | ||||
| } | ||||
|  | ||||
| /* FOR IE */ | ||||
| * html .blur_os_x_nw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TL.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .blur_os_x_n { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/T.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .blur_os_x_ne { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/TR.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .blur_os_x_w { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/L.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .blur_os_x_e { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/R.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .blur_os_x_sw { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BL.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .blur_os_x_s { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/B.png", sizingMethod="scale"); | ||||
| } | ||||
|  | ||||
| * html .blur_os_x_se { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| * html .blur_os_x_sizer { | ||||
| 	background-color: transparent; | ||||
| 	background-image: none; | ||||
| 	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/mac_os_x/BR.png", sizingMethod="crop"); | ||||
| } | ||||
|  | ||||
| Before Width: | Height: | Size: 268 B | 
| Before Width: | Height: | Size: 4.9 KiB |