You are here

focal_point.css in Focal Point 7

Same filename and directory in other branches
  1. 8 css/focal_point.css
.focal-point-indicator {
  width: 1px;
  height: 1px;
  cursor: move;
  position: absolute !important;
}
.focal-point-indicator:after {
  /*content: '⌖';*/
  content: '+';
  color: white;
  cursor: move;
  text-shadow: 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;
  width: .75em;
  height: .75em;
  font-size: 1.5em;
  line-height: .75em;
  display: block;
  position: relative;
  top: -.375em;
  left: -.375em;
}
.focal-point-wrapper {
  display: inline-block;
  position: relative;
  direction: ltr;
}
.focal-point-preview-link {
  display: block;
}

File

css/focal_point.css
View source
  1. .focal-point-indicator {
  2. width: 1px;
  3. height: 1px;
  4. cursor: move;
  5. position: absolute !important;
  6. }
  7. .focal-point-indicator:after {
  8. /*content: '⌖';*/
  9. content: '+';
  10. color: white;
  11. cursor: move;
  12. text-shadow: 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;
  13. width: .75em;
  14. height: .75em;
  15. font-size: 1.5em;
  16. line-height: .75em;
  17. display: block;
  18. position: relative;
  19. top: -.375em;
  20. left: -.375em;
  21. }
  22. .focal-point-wrapper {
  23. display: inline-block;
  24. position: relative;
  25. direction: ltr;
  26. }
  27. .focal-point-preview-link {
  28. display: block;
  29. }