温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:AjaxControlTookit的ModalPopupExtender弹出应用
当前文件:
ModalPopupExtender/App_Themes/default/ModalDialogs.css,打开代码结构图
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



background-color
