Guest User

Untitled

a guest
Nov 17th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. .THIS {
  2. }
  3.  
  4. .THIS.tile {
  5. position:relative;
  6. display: inline-block;
  7. width: 100%;
  8. height: 220px;
  9. padding: 1px !important;
  10. }
  11.  
  12. .THIS .innertile {
  13. background-size: cover;
  14. background-position: center;
  15. background-repeat: no-repeat;
  16. width: 100%;
  17. height: 100%;
  18. }
  19.  
  20. .THIS .lower-third {
  21. position: absolute;
  22. bottom: 0;
  23. left: 0;
  24. right: 0;
  25. color: #FFFFFF;
  26. background-color: rgba(0, 0, 0, .4);
  27. padding: 6px 8px;
  28. }
  29.  
  30. .THIS.selected {
  31. border-color: rgb(0, 112, 210);
  32. border-style: solid;
  33. border-width: 5px;
  34. }
Add Comment
Please, Sign In to add comment