Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

4 лет назад
4 лет назад
4 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .panels {
  2. position: absolute;
  3. top: 22px;
  4. right: 8px;
  5. }
  6. .zsign {
  7. position: relative;
  8. }
  9. .zsign .btn {
  10. margin-right: 5px;
  11. }
  12. .zsign .btn[disabled] {
  13. cursor: default;
  14. background-image: none;
  15. background-color: #E6E6E6;
  16. opacity: 0.65;
  17. filter: alpha(opacity=65);
  18. -webkit-box-shadow: none;
  19. -moz-box-shadow: none;
  20. box-shadow: none;
  21. }
  22. .zsign .cursor {
  23. cursor: none;
  24. }
  25. .zsign .show {
  26. display: block;
  27. }
  28. .zsign .hide {
  29. display: none;
  30. }
  31. .zsign .sign {
  32. position: absolute;
  33. cursor: move;
  34. border: 1px dashed #ccc;
  35. padding: 8px;
  36. display: -webkit-box;
  37. -webkit-box-pack: center;
  38. -webkit-box-align: center;
  39. }
  40. .zsign .sign.ok {
  41. cursor: default;
  42. border-color: transparent;
  43. }
  44. .zsign .sign img {
  45. max-height: 100%;
  46. max-width: 100%;
  47. }
  48. .zsign .sign .btn {
  49. padding: 2px 6px;
  50. font-size: 11px;
  51. line-height: 14px;
  52. position: absolute;
  53. }
  54. .zsign .sign .btn.del {
  55. bottom: 4px;
  56. right: 4px;
  57. }
  58. .zsign .sign .btn.ok {
  59. bottom: 4px;
  60. right: 50px;
  61. }