imgareaselect-default.css 775 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * imgAreaSelect default style
  3. */
  4. .imgareaselect-border1 {
  5. background: url(border-v.gif) repeat-y left top;
  6. }
  7. .imgareaselect-border2 {
  8. background: url(border-h.gif) repeat-x left top;
  9. }
  10. .imgareaselect-border3 {
  11. background: url(border-v.gif) repeat-y right top;
  12. }
  13. .imgareaselect-border4 {
  14. background: url(border-h.gif) repeat-x left bottom;
  15. }
  16. .imgareaselect-border1, .imgareaselect-border2,
  17. .imgareaselect-border3, .imgareaselect-border4 {
  18. filter: alpha(opacity=50);
  19. opacity: 0.5;
  20. }
  21. .imgareaselect-handle {
  22. background-color: #fff;
  23. border: solid 1px #000;
  24. filter: alpha(opacity=50);
  25. opacity: 0.5;
  26. }
  27. .imgareaselect-outer {
  28. background-color: #000;
  29. filter: alpha(opacity=50);
  30. opacity: 0.5;
  31. }
  32. .imgareaselect-selection {
  33. }