📄 igf_shared.css
字号:
/*=======================================================*/
/* COMMON TO ALL PRODUCTS */
/*=======================================================*/
.igDisabled,.igDisabled A {
color: silver;
cursor: default;
text-decoration: none;
}
/*=======================================================*/
/* Electric Blue Theme */
/*=======================================================*/
.igPager {
}
.igPageNumber {
color: black;
padding: 3px;
text-decoration: none;
}
/* css applied to a page number inside a pager when the mouse cursor is moving over it */
.igPageNumberHover {
color: blue;
padding: 3px;
text-decoration: underline;
}
/* css applied to a page number inside a pager when selected */
.igPageNumberSelected {
color: black;
font-weight: bold;
padding: 3px;
text-decoration: none;
}
.igPageSteppers {
padding: 3px;
}
.igPageSteppersHover {
padding: 3px;
}
.igPageSteppersDisabled {
padding: 3px;
}
.igPageSteppersDisabled IMG {
filter: alpha(opacity = 25);
opacity: 0.25;
}
.igLinkIcon {
margin-right: 6px;
vertical-align: middle;
}
/*=======================================================*/
/* Link Component */
/*=======================================================*/
.igLeftIcon {
border: 0px;
margin-right: 4px;
}
.igRightIcon {
border: 0px;
margin-left: 4px;
}
.igLeftIconFloat {
border: 0px;
margin-right: 4px;
float: left;
}
.igRightIconFloat {
border: 0px;
margin-left: 4px;
float: right;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -