A bare bones front-end for knockout designed for maximum compatibility with "obsolete" browsers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 line
602B

  1. body.highlights {
  2. max-width: unset;
  3. min-height: 250px;
  4. padding: 0;
  5. margin: 0;
  6. text-align: left;
  7. background: url('../../img/highlights/bg.jpg');
  8. background-position: center;
  9. }
  10. .details {
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. bottom: 0;
  15. width: 50%;
  16. background: rgba(0,0,0,0.5);
  17. border-right: solid 1px rgba(255,255,255,0.075);
  18. overflow: hidden;
  19. }
  20. .details .inner {
  21. padding: 10px 15px;
  22. }
  23. h2 {
  24. margin: 0;
  25. font-weight: normal;
  26. font-size: 18px;
  27. padding-bottom: 5px;
  28. border-bottom: solid 1px #ccc;
  29. color: #ccc;
  30. }
  31. h2 span {
  32. float: right;
  33. }
  34. p {
  35. color: #eee;
  36. }
  37. a {
  38. color: #ec3737;
  39. }