/*
"34aL volume 3.1" icons set
http://www.icojoy.com/
http://www.freeiconsweb.com/Free_web_development_icons_04.html

Basic Icons set
http://pixel-mixer.com/
http://www.freeiconsweb.com/Basic-Icons-set.html

Crazy Eye Icons
http://fasticon.com/freeware/
http://www.freeiconsweb.com/Crazy_Eye_icons.html

Gur project
http://www.freeiconsweb.com/Free-Icons.asp
http://www.freeiconsweb.com/Free-Downloads.asp?id=1745

*/
.debug_controller_panel, .debug_panel {
	/* http://www.it-long.com/article/83.htm 如何制作清晰超小字体 */
	font-family: /* 微軟正黑體 */ 'Microsoft JhengHei', 'MS UI Gothic', PMingLiU,
		Arial, 'Lucida Sans', 'MS Sans Serif';
}

.debug_controller_panel {
	float: right;
	color: #983;
	background-color: #fed;
	padding: .15em;
	border: dotted #888 1px;
	border-radius: .3em;
	line-height: 1.4em;
	font-weight: bold;
	opacity: .7;
}

.debug_controller_panel .debug_hide {
	color: #666;
	background-color: #ccc;
}

.debug_controller {
	display: none;
	font-weight: normal;
}

.debug_panel {
	color: #34c;
	background-color: #efd;
	border: 1px #3f3 dotted;
	padding: 1pt;
	font-size: .7em /* 微軟正黑體最小也得 7px */;
	background-color: #efd;
}

.debug_icon {
	height: 1em;
	/* for IE */
	width: 1em;
}

.debug_log, .debug_em, .debug_warn, .debug_error, .debug_debug,
	.debug_info {
	border-bottom: 1px dotted #afc;
}

.debug_log {
	color: #88f;
}

.debug_info {
	color: #66c;
	background-color: #ddf;
}

.debug_em {
	color: #0c0;
	font-weight: 900;
}

.debug_warn {
	color: #f90;
	background-color: #feb;
}

.debug_error {
	color: #f44;
	background-color: #fee;
}

/*
此為無法特別規範到的一般情形。
例如 level 99。
*/
.debug_debug {
	background-color: #bba;
}

.debug_1 {
	background-color: #eed;
}

.debug_2 {
	background-color: #ddc;
}

.debug_3 {
	background-color: #ccb;
}

.debug_caller {
	color: #a71;
	font-weight: 900;
}

.debug_weaken {
	color: #999;
}

.debug_time {
	color: #555;
	font-weight: normal;
}

.debug_stack {
	color: #999;
	background-color: #ddc;
	margin-left: 1em;
	margin-right: 1em;
}

/* ------------------------------------------- */
.dark .debug_controller_panel {
	background-color: #000;
}

.dark .log_panel {
	color: #999;
	background-color: #000;
}

.dark .debug_log {
	color: #999;
	background-color: #111;
}

.dark .debug_info {
	color: #99c;
	background-color: #002;
}

.dark .debug_em {
	color: #9d9;
	background-color: #000;
}

.dark .debug_warn {
	color: #cc4;
	background-color: #220;
}

.dark .debug_error {
	color: #d44;
	background-color: #200;
}