123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- /*中间部分样式*/
- #UCD_CT{ width:84%; border-left:2px solid buttonshadow; border-right:2px solid buttonshadow; height:92%; height:auto;float:left; }
- /*分隔符*/
- .UCD_Split{ background-color: threedshadow; width: 2px; height: 100%; overflow: hidden; float:left;}
- .UCD_Split_BT{ margin-top:250px; width: 3px; height: 50px; overflow: hidden; cursor: pointer;}/*分割线按钮*/
- /*中间上部Tab切换窗口样式*/
- #UCD_CT_Top_Tab{ height:4%; background-color:#b9b9b9; overflow:hidden; }
- #UCD_CT_Top_Tab ul{ list-style:none; margin:0; padding:0; -moz-box-shadow: 0px 0px 4px #000; -webkit-box-shadow: 0px 0px 4px #000; box-shadow: 0px 0px 4px #000;}
- /* .UCD_CT_Top_Tab ul li{float:left; height:28px; margin-left:0px; padding:0 8px 0 4px;list-style-type:none;}*/
- .UCD_CT_Top_Tab_Li{ width: 120px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; float: left; line-height: 23px; height: 23px; padding: 0px 15px; width: 78px; background: #ececeb; margin-top: 5px; font-family: 宋体; border: 1px solid #9a9a9a; }
- /*#UCD_CT_Top_Tab ul li:hover{ background-color:#fff;}*/
- /*#UCD_CT_Top_Tab ul li span{text-align:left;line-height:23px; cursor:pointer; display:block; width:100px; float:left; overflow:hidden; font-family:Consolas, 微软雅黑;}*/
- .UCD_CT_Top_CR{ background-color: white;border-color: rgb(0, 0, 0) rgb(0, 0, 0) white; height: 24px; margin-top: 3px;}/*当前选中的Tab样式*/
- /*上部Tab小切换*/
- /*.UCD_CT_Top_Tab_Close { margin: 2px -12px; }*/
- /*.UCD_CT_Top_Tab_Close:hover { background-color:Gray; }*/
- /*.UCD_CT_Top_Tab_Close:hover { border:1px solid red; }*/
- /*----------------------------------------------------代码窗口----------------------------------------*/
- #UCD_CT_HH_Code{ width:100%; padding:0px; margin:0px;font-size:13px; height:68%; overflow-x:scroll; overflow-y:auto; }
- #UCD_CT_CT{background-color: white;height:92%; min-height:500px; width:100%; overflow:hidden; font-size:16px; font-family:Courier New; }
- /*行号窗口*/
- #UCD_CT_HH_CT{background:#DDD; min-height:100%; width:35px; float:left; text-align:right; overflow:hidden}
- /*代码窗口*/
- #UCD_CT_Code{padding:0px; margin:0px;font-size:14px; width:100%; height:100%;float:left;}
- /*代码内容窗口,Chrome浏览器下面有红色波浪线,需要解决*/
- #UCD_CT_Code_CT{ text-decoration:none; padding:0px; margin:0px;width:500%; height:1000px;float:left;font-size:14px; font-family:Consolas; }
- /*代码结果运行大窗口运行界面Css样式表*/
- #UCD_RUN{width:100%; height:100%; position:absolute; top:40px; left:0px; background-color:white;}
- .UCD_RUN_Head{width:100%; height:30px; background-color:Window; text-align:center;}
- .UCD_RUN_Refesh{width:100px; height:30px; background-color:ButtonFace; border:1px solid gray; float:left; line-height:30px; cursor:pointer; margin-left:40%; }
- .UCD_RUN_Close{width:100px; height:30px;background-color:ButtonFace;border:1px solid gray; float:left; line-height:30px; cursor:pointer;}
- .UCD_RUN_Iframe{width:100%; height:100%; background-color:red;}
- /*-----------------------------------------------代码结果显示小窗口---------------------------------*/
- #UCD_CT_IF{ width:100%; height:32%; min-height:200px; font-family:微软雅黑; overflow: hidden;}
- .UCD_CT_IF_T{ width:auto; height:22px; background-color:#f1f1f1; font-size:13px; text-align:center; border-bottom:1px solid #666; border-top:1px solid #666;}
- /*.UCD_CT_IF_T_RE{ float:left; margin-left:20px; height:20px;font-size:12px;}*/
- .UCD_CT_IF_T_CM{ float:right; height:20px; margin-right: 5px;}
- .UCD_CT_IF_T_CM div{ float: left; min-width: 50px; height: 16px; cursor: pointer; margin-left: 5px; background-color: #f1f1f1; color: #000000; line-height#A1A1A1 margin-top: 2px; border: 1px solid #838383; line-height: 16px; margin-top: 2px;}
- .UCD_CT_IF_T_CM div:hover{background-color:#000000; color:#f1f1f1;}
- #UCD_CT_SM_IF{ width:100%; height:100%; min-height:100px; border:none; overflow-y:auto; overflow-x:scroll;}
- /*--------------------------------------底部快捷命令按钮-------------------------------------------*/
- #UCD_CT_BT {height: 20px; bottom: 0px; font-size:13px; text-align:center;}
- .UCD_CT_BT_Com{ line-height: 24px; height: 20px; margin: 2px; float: left; color: #020202; background-color: #EEEEEE; background: linear-gradient(#ffffff, #d8d8d8); background: -webkit-linear-gradient(#ffffff, #d8d8d8); background: -o-linear-gradient(#ffffff, #d8d8d8); background: -moz-linear-gradient(#ffffff, #d8d8d8); cursor: pointer; border: 1px solid #929292; border-bottom: none; margin-top: 3px; margin-bottom: 0px; width: 40px; padding: 2px 10px 5px 10px;}
- .UCD_CT_BT_Com:hover{ background-color: #1979E4; background: linear-gradient(#0d72e3, #5ba0ff); background: -webkit-linear-gradient(#0d72e3, #5ba0ff); background: -o-linear-gradient(#0d72e3, #5ba0ff); background: -moz-linear-gradient(#0d72e3, #5ba0ff); color: #fff;}
|