You are here

text-replacement.css in Sassy 7.2

.text-replacement {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('[[%base_url]]/misc/druplicon.png');
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.text-replacement-offset {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('[[%base_url]]/misc/druplicon.png');
  background-repeat: no-repeat;
  background-position: 25% 35%; }

.text-replacement-dimensions {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url('[[%base_url]]/misc/druplicon.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 88px;
  height: 100px; }

.hide-text {
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden; }

.squish-text {
  font: 0 serif;
  text-shadow: none;
  color: rgba(0, 0, 0, 0); }

File

extensions/compass/tests/text-replacement.css
View source
  1. .text-replacement {
  2. text-indent: 110%;
  3. white-space: nowrap;
  4. overflow: hidden;
  5. background-image: url('[[%base_url]]/misc/druplicon.png');
  6. background-repeat: no-repeat;
  7. background-position: 50% 50%; }
  8. .text-replacement-offset {
  9. text-indent: 110%;
  10. white-space: nowrap;
  11. overflow: hidden;
  12. background-image: url('[[%base_url]]/misc/druplicon.png');
  13. background-repeat: no-repeat;
  14. background-position: 25% 35%; }
  15. .text-replacement-dimensions {
  16. text-indent: 110%;
  17. white-space: nowrap;
  18. overflow: hidden;
  19. background-image: url('[[%base_url]]/misc/druplicon.png');
  20. background-repeat: no-repeat;
  21. background-position: 50% 50%;
  22. width: 88px;
  23. height: 100px; }
  24. .hide-text {
  25. text-indent: 110%;
  26. white-space: nowrap;
  27. overflow: hidden; }
  28. .squish-text {
  29. font: 0 serif;
  30. text-shadow: none;
  31. color: rgba(0, 0, 0, 0); }