Files
plugins/HighSlide/css/imgareaselect-animated.css
chorblack e75f275ef4
Some checks failed
定时更新GitHub源插件 / 自动更新GitHub插件 (push) Has been cancelled
Initial commit
2026-03-07 11:19:25 +08:00

41 lines
669 B
CSS

/*
* ias animated border style
*/
.ias-border1 {
background: url(border-anim-v.gif) repeat-y left top;
}
.ias-border2 {
background: url(border-anim-h.gif) repeat-x left top;
}
.ias-border3 {
background: url(border-anim-v.gif) repeat-y right top;
}
.ias-border4 {
background: url(border-anim-h.gif) repeat-x left bottom;
}
.ias-border1, .ias-border2,
.ias-border3, .ias-border4 {
filter: alpha(opacity=50);
opacity: 0.5;
}
.ias-handle {
background-color: #fff;
border: solid 1px #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.ias-outer {
background-color: #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.ias-selection {
}