You are here

text_resize.css in Text Resize 8

/* $Id $ */

a#text_resize_increase {
  background: url(../images/aBig.gif) no-repeat 0 0;
  display: block;
  float: right;
  width: 28px;
  height: 27px;
  margin: 6px 0 0 0;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
a#text_resize_reset {
  background: url(../images/a_reset.gif) no-repeat 0 0;
  display: block;
  float: right;
  width: 25px;
  height: 24px;
  margin: 9px 0 0 3px;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
a#text_resize_decrease {
  background: url(../images/aSmall.gif) no-repeat 0 0;
  display: block;
  float: right;
  width: 23px;
  height: 21px;
  margin: 12px 0 0 3px;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
#text_resize_clear {
  clear: both;
}
.block-text-resize .contextual {
  right: -20px; /* LTR */
}
.block-text-resize [dir="rtl"] .contextual {
  left: -20px;
}

File

css/text_resize.css
View source
  1. /* $Id $ */
  2. a#text_resize_increase {
  3. background: url(../images/aBig.gif) no-repeat 0 0;
  4. display: block;
  5. float: right;
  6. width: 28px;
  7. height: 27px;
  8. margin: 6px 0 0 0;
  9. outline: none;
  10. text-indent: -9000px;
  11. cursor: pointer;
  12. }
  13. a#text_resize_reset {
  14. background: url(../images/a_reset.gif) no-repeat 0 0;
  15. display: block;
  16. float: right;
  17. width: 25px;
  18. height: 24px;
  19. margin: 9px 0 0 3px;
  20. outline: none;
  21. text-indent: -9000px;
  22. cursor: pointer;
  23. }
  24. a#text_resize_decrease {
  25. background: url(../images/aSmall.gif) no-repeat 0 0;
  26. display: block;
  27. float: right;
  28. width: 23px;
  29. height: 21px;
  30. margin: 12px 0 0 3px;
  31. outline: none;
  32. text-indent: -9000px;
  33. cursor: pointer;
  34. }
  35. #text_resize_clear {
  36. clear: both;
  37. }
  38. .block-text-resize .contextual {
  39. right: -20px; /* LTR */
  40. }
  41. .block-text-resize [dir="rtl"] .contextual {
  42. left: -20px;
  43. }