MediaWiki:Resources/2015/landingpage-responsive.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
Line 20: Line 20:
/* Hide appeal */
/* Hide appeal */
#appeal-wrapper {
#appeal-wrapper {
margin-top: 120px;
margin-top: 60px;
display: block;
display: block;
}
}

Revision as of 18:50, 6 December 2016

/* === MediaWiki:Resources/2015/landingpage-responsive.css === */

@media screen and (max-width: 981px) {
  /* Text & Logo layout */
  #content {
    margin: 0;
    padding: 0 1em 1em 1em;
  }

  #p-logo a {
    width: 120px;
    height: 120px;
    background-size: 80%;
  }

  #form-wrapper, #donate {
    display: block;
  }

  /* Hide appeal */
  #appeal-wrapper {
    margin-top: 60px;
    display: block;
  }
  #appeal-head {
    display: none;
  }
  #appeal-body {
    padding-top: 0.2em;
  }
  .appeal-text-long, .appeal-text-short {
    display: none;
  }
  
  div#infobox-wrapper, div#donor-policy-block {
  	width: 100%;
  }

  /* Smallprint and links */  
  div#donor-policy-block {
    margin: 0;
    padding: 0;
  }

  /* Footer */
  div#footer {
    margin: 0;
  }

}
/* === end of MediaWiki:Resources/2015/landingpage-responsive.css === */