gavin19

evertonfc.com

Sep 25th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.12 KB | None | 0 0
  1. .Controls,
  2. .TakeOverPanel {
  3.     display: none!important;
  4. }
  5. .HomeCarousel {
  6.     width: 100%!important;
  7. }
  8. .HomePanel {
  9.     display: inline-block;
  10.     vertical-align: top;
  11.     float: none;
  12.     height: 800px;
  13.     margin-bottom: 1em;
  14.     margin-left: 0;
  15. }
  16. .HomeCarousel > [class*="Panel"] {
  17.     margin: 0 1% 1em 1%;  
  18. }
  19. .HomePanel ~ [class*="Panel"] {
  20.     overflow: auto;
  21. }
  22. .HomeContent {
  23.     height: auto!important;
  24. }
  25. .nano>.nano-content {
  26.     position: static;
  27.     padding-top: 10px;
  28. }
  29. .MasterContainer {
  30.     padding-bottom: 70px;
  31. }
  32. .NewsPanel {
  33.     width: calc(98% - 300px);
  34.     height: auto;
  35. }
  36. .HomePanel.FixturePanel {
  37.     overflow: hidden;
  38. }
  39. .LargePanel ~ .LargePanel {
  40.     width: 47%;
  41. }
  42. .SmallPanel ~ .SmallPanel {
  43.     width: 23%;
  44. }
  45. .HomePanel .ArticleImage img {
  46.     width: 50%;
  47.     margin-left: 50%;
  48. }
  49. .NewsItem {
  50.     width: 49%;
  51.     display: inline-block;
  52.     vertical-align: top;
  53. }
  54. .FixtureItem {
  55.     padding: 0 10px;  
  56. }
  57. .FixturePanel .nano>.nano-content {
  58.     position: absolute;
  59.     top: 50px;
  60. }
  61. .FixturePanel .Tabbed {
  62.     height: 94%;
  63. }
  64. .FixtureWrap {
  65.     padding-top: 0;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment