You are here

text_resize.css in Text Resize 7

Same filename and directory in other branches
  1. 6 text_resize.css
/* $Id $ */

a#text_resize_increase {
  background: url(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(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(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;
}

File

text_resize.css
View source
  1. /* $Id $ */
  2. a#text_resize_increase {
  3. background: url(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(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(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. }