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

From Donate
Jump to navigation Jump to search
No edit summary
Undo revision 27795 by Pcoombe (talk)
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 20:22, 8 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 === */