您目前尚未登陆,请选择【登陆】或【注册
首页->功能源码->AjaxControlTookit的ModalPopupExtender弹出应用>>App_Themes/default/ModalDialogs.css>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:AjaxControlTookit的ModalPopupExtender弹出应用
当前文件:文件类型 ModalPopupExtender/App_Themes/default/ModalDialogs.css打开代码结构图
普通视图
		            
1/* ajax modal dialog styles */ 2.modalBackground { 3 background-color: Gray; 4 filter: alpha(opacity=50); 5 opacity: 0.5; 6} 7.modalBox { 8 background-color : #f5f5f5; 9 border-width: 3px; 10 border-style: solid; 11 border-color: Blue; 12 padding: 3px; 13} 14.modalBox caption { 15 background-image: url(images/window_titlebg.gif); 16 background-repeat:repeat-x; 17} 18 19/* tweb modal dialog styles */ 20.modalPanelTitle td { 21 padding: 3px; 22 font-weight: bold; 23 font-size: 0.9em; 24 background-image: url(images/window_titlebg.gif); 25 cursor: pointer; 26 color: black; 27 font-family: Verdana; 28 width: 100%; 29 height: 30px; 30 background-color: #6f90dc; 31} 32 33.modalPanel { 34 z-index: 500; 35 width: 500px; 36 border: solid 1px #275473; 37 position: absolute; 38 border-collapse: collapse; 39 background-color: #f0faff; 40} 41 42.modalPanel td { 43 vertical-align: top; 44} 45 46.titleIcon { 47 padding-right: 20px; 48} 49
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:AjaxControlTookit的ModalPopupExtender弹出应用
51Aspx.com 版权所有 CopyRight © 2000-2008. 京ICP备06046876号