www.gusucode.com > 深度学习(asp)通讯录 0.0.10 (utf-8)码程序 > admin/themes/frame/deepteach/theme.css

    @charset "utf-8";
/* 后台框架CSS utf-8 2009-4-21 */

/* --------------------------------------------------- */
body{ overflow-y:hidden;}

/*框架用表格*/
table,td,tr,th{font-size:1em; margin:0;border:0;padding:0;}

table{width:100%; height:100%; border-collapse: collapse;}

/* 头部 */
#mainTop td{ height:62px; }
/* 导航预留 */
#mainNav{display:none;}

	/* 左侧 */
	#mainLeft{width:200px;}
		#mainLeftTitle{ height:30px;
						background-color:#3fa3ef;	color:#f2f2f2; text-align:center;
						background-image:url(images/s_home.gif); background-position:40px 6px; background-repeat:no-repeat; 
						cursor:pointer;	}
		#mainLeftFoot{ height:40px; padding-left:20px;
						background-color:#3fa3ef;	color:#f2f2f2;
					}

	/* 中间条 */
	#mainMiddle{width:10px; cursor:pointer;
			background-color:#3fa3ef;background-repeat:no-repeat; background-position:50% 50%;}
		#mainMiddle.switchBarClose{ background-image:url(images/close.gif);}
		#mainMiddle.switchBarOpen { background-image:url(images/open.gif);}

	/* 右侧 */
	#mainRight{}