You are here

hewston.css in Panels Extra Layouts 7.2

Hewston panel layout

File

plugins/layouts/hewston/hewston.css
View source
  1. /**
  2. * @file
  3. * Hewston panel layout
  4. **/
  5. .hewston-container {
  6. margin-bottom: 1em;
  7. }
  8. .hewston-slider {
  9. min-height: 1px;
  10. float: left;
  11. width: 68.085%;
  12. }
  13. .hewston-slider-inner {
  14. margin-right: 20px;
  15. }
  16. .hewston-slider-gutter {
  17. min-height: 1px;
  18. float: left;
  19. width: 31.915%;
  20. }
  21. .hewston-middle-region {
  22. min-height: 1px;
  23. width: 34.043%;
  24. float: left;
  25. }
  26. .hewston-middle-region-inner {
  27. margin-right: 20px;
  28. }
  29. .hewston-column3 {
  30. width: 31.915%;
  31. }
  32. .hewston-column3-inner {
  33. margin-right: 0;
  34. }
  35. /* iPhone [portrait + landscape] */
  36. @media only screen and (max-width: 480px) {
  37. .hewston-slider,
  38. .hewston-slider-gutter,
  39. .hewston-middle-region,
  40. .hewston-column3 {
  41. width: 100%;
  42. float: none;
  43. }
  44. .hewston-slider-inner,
  45. .hewston-middle-region-inner {
  46. margin-right: 0;
  47. }
  48. }