Difference between revisions of "Template:BIOSINT Mexico"

Line 63: Line 63:
 
/* Box Model--------------------------------------------------------------------------------- */
 
/* Box Model--------------------------------------------------------------------------------- */
 
 
 +
*, *:before, *:after {
 +
-moz-box-sizing: border-box;
 +
-webkit-box-sizing: border-box;
 +
box-sizing: border-box;
 +
}
  
 +
 +
/* Basic */
 +
 +
 +
 +
body.is-loading *, body.is-loading *:before, body.is-loading *:after {
 +
-moz-animation: none !important;
 +
-webkit-animation: none !important;
 +
-ms-animation: none !important;
 +
animation: none !important;
 +
-moz-transition: none !important;
 +
-webkit-transition: none !important;
 +
-ms-transition: none !important;
 +
transition: none !important;
 +
}
  
 
/* Type */
 
/* Type */

Revision as of 09:44, 19 October 2016

WIKI IGEM 2016