You are here

focal_point_preview.css in Focal Point 8

#focal-point-preview {
  max-height: 550px;
  text-align: center;
}

#focal-point-preview-image {
  max-height: 500px;
  max-width: 100%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .75);
}

#focal-point-derivatives {
  height: 14.5em;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

.focal-point-derivative-preview {
  display: inline-block;
  text-align: center;
  font-size: 1em;
  margin: .5em 1em 1em 0;
  padding: 0 1em 1em 1em;
  border: 1px solid #ccc;
  background: #eee;
  min-height: 11.5em;
  vertical-align: top;
  cursor: pointer;
}

.focal-point-derivative-preview.active {
  background: #ccc;
  border-color: #999;
}

.focal-point-derivative-preview-image {
  max-height: 8em;
  max-width: 100%;
}

#focal-point-preview-wrapper .note {
  display: block;
  color: #999;
  font-size: .8em;
  line-height: 1.5em;
  text-align: center;
}

File

css/focal_point_preview.css
View source
  1. #focal-point-preview {
  2. max-height: 550px;
  3. text-align: center;
  4. }
  5. #focal-point-preview-image {
  6. max-height: 500px;
  7. max-width: 100%;
  8. box-shadow: 4px 4px 10px rgba(0, 0, 0, .75);
  9. }
  10. #focal-point-derivatives {
  11. height: 14.5em;
  12. white-space: nowrap;
  13. overflow-x: scroll;
  14. overflow-y: hidden;
  15. }
  16. .focal-point-derivative-preview {
  17. display: inline-block;
  18. text-align: center;
  19. font-size: 1em;
  20. margin: .5em 1em 1em 0;
  21. padding: 0 1em 1em 1em;
  22. border: 1px solid #ccc;
  23. background: #eee;
  24. min-height: 11.5em;
  25. vertical-align: top;
  26. cursor: pointer;
  27. }
  28. .focal-point-derivative-preview.active {
  29. background: #ccc;
  30. border-color: #999;
  31. }
  32. .focal-point-derivative-preview-image {
  33. max-height: 8em;
  34. max-width: 100%;
  35. }
  36. #focal-point-preview-wrapper .note {
  37. display: block;
  38. color: #999;
  39. font-size: .8em;
  40. line-height: 1.5em;
  41. text-align: center;
  42. }