📄 igf_dialogwindow.css
字号:
/*=======================================================*/
/* Electric Blue */
/*=======================================================*/
.igdw_Control
{
background-color:Transparent;
border-width:0px;
min-height: 70px;
}
.igdw_HeaderArea
{
cursor:default;
font-size:1px;
background-color:Transparent;
}
.igdw_BodyContent
{
background-color:White;
border:solid 0px #999999;
padding:10px;
overflow-x:auto;
overflow-y:auto;
}
.igdw_HeaderButton
{
cursor:pointer;
}
.igdw_HeaderCaption
{
font-weight:normal;
font-size:12px;
color:white;
white-space:nowrap;
}
.igdw_HeaderButtonArea
{
vertical-align:top;
text-align:right;
height:27px;
width:110px;
white-space:nowrap;
}
.igdw_HeaderImage
{
cursor:default;
}
.igdw_ModalBackground
{
filter:alpha(opacity:50);
opacity:0.5;
position:absolute;
left:0px;
top:0px;
width:100%;
height:100%;
background-color:white;
}
.igdw_ResizingHandle
{
}
/* used only when header visible */
.igdw_HeaderCornerLeft
{
background-repeat:no-repeat;
background-position:top left ;
background-image:url(webdialogwindow/igdw_TopLeft.gif);
font-size:1px;
width: 6px;
}
/* used only when header visible */
.igdw_HeaderContent
{
background-image:url(webdialogwindow/igdw_Top.gif);
background-repeat:repeat-x;
}
/* used only when header visible */
.igdw_HeaderCornerRight
{
background-position:top right ;
background-image:url(webdialogwindow/igdw_TopRight.gif);
font-size:1px;
width: 6px;
}
/* used only when header hidden */
.igdw_BodyCornerTopLeft
{
background-position:top left ;
background-image:url(webdialogwindow/igdw_TopleftHidden.gif);
font-size:1px;
width: 6px;
}
/* used only when header hidden */
.igdw_BodyEdgeTop
{
background-image:url(webdialogwindow/igdw_TopHidden.gif);
font-size:1px;
}
/* used only when header hidden */
.igdw_BodyCornerTopRight
{
background-repeat:no-repeat;
background-position:top right ;
background-image:url(webdialogwindow/igdw_TopRightHidden.gif);
font-size:1px;
width: 6px;
}
.igdw_BodyEdgeLeft
{
background-position:top left ;
background-image:url(webdialogwindow/igdw_EdgeLeft.gif);
background-color: #FF0000;
font-size:1px;
width: 6px;
}
.igdw_BodyEdgeRight
{
background-position:top right ;
background-image:url(webdialogwindow/igdw_EdgeRight.gif);
font-size:1px;
width: 6px;
}
.igdw_BodyCornerBottomLeft
{
background-image:url(webdialogwindow/igdw_BottomLeft.gif);
font-size:1px;
width: 6px;
height: 6px;
}
.igdw_BodyContentArea
{
background-color:White;
vertical-align:top;
}
.igdw_BodyCornerBottomRight
{
background-image:url(webdialogwindow/igdw_BottomRight.gif);
font-size:1px;
width: 6px;
height: 6px;
}
.igdw_BodyEdgeBottom
{
background-image:url(webdialogwindow/igdw_Bottom.gif);
font-size:1px;
height: 6px;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -