📄 picswitch.css
字号:
/* Style for picSwitch */
#pic-switch-box,
#pic-images-box,
#pic-bar-box{
position: absolute;
}
#pic-switch-box{
overflow: hidden;
}
#pic-images-box a,
#pic-bar-box a{
display: block;
}
#pic-images-box a img{
margin: 0;
padding: 0;
border: 0;
}
#pic-bar-box{
width: 20px;
text-align: center;
opacity: 0.8;
filter: alpha(Opacity=80);
background-color: #F5F5F5;
border-left: 1px solid #CCC;
}
#pic-bar-box a{
font: normal 12px arial, helvetica, sans-serif;
color: #333;
text-decoration: none;
margin-bottom: 5px;
color: #666;
}
#pic-bar-box a.link-current-class{
color: #FFF;
background-color: #666;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
cursor: text;
}
/* <switch button> */
a#pic-go_stop{
cursor: pointer;
}
a.pic-go-class{
border-left: 8px solid #666;
border-top: 5px solid #F5F5F5;
border-bottom: 5px solid #F5F5F5;
margin: 5px 0 0 6px;
}
a.pic-stop-class{
width: 7px;
height: 8px;
background-color: #666;
border: 1px solid #CCC;
margin: 5px 0 0 5px;/* not ie */
*margin: 5px auto 0 auto;/* ie7.0 */
}
/* </switch button> */
a.pic-move-class{
height: 3px;
background-color: #CCC;
cursor: pointer;
}
a.pic-move-class:hover{
background-color: #666;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -