Difference between revisions of "Template:BIOSINT Mexico"

Line 1,037: Line 1,037:
  
 
/* Wrapper */
 
/* Wrapper */
 +
#wrapper {
 +
display: -moz-flex;
 +
display: -webkit-flex;
 +
display: -ms-flex;
 +
display: flex;
 +
-moz-flex-direction: row-reverse;
 +
-webkit-flex-direction: row-reverse;
 +
-ms-flex-direction: row-reverse;
 +
flex-direction: row-reverse;
 +
-moz-transition: opacity 0.5s ease;
 +
-webkit-transition: opacity 0.5s ease;
 +
-ms-transition: opacity 0.5s ease;
 +
transition: opacity 0.5s ease;
 +
margin: 0 auto;
 +
max-width: 100%;
 +
opacity: 1;
 +
padding: 4.5em;
 +
width: 90em;
 +
}
  
 +
body.is-menu-visible #wrapper {
 +
opacity: 0.15;
 +
}
 +
 +
@media screen and (max-width: 1680px) {
 +
 +
#wrapper {
 +
padding: 4em;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 1280px) {
 +
 +
#wrapper {
 +
display: block;
 +
}
 +
 +
}
 +
 +
@media screen and (max-width: 736px) {
 +
 +
#wrapper {
 +
padding: 1.5em;
 +
}
 +
 +
}
 +
 +
body.single #wrapper {
 +
display: block;
 +
}
 
 
  

Revision as of 09:21, 19 October 2016

WIKI IGEM 2016