Difference between revisions of "Template:BIOSINT Mexico"

Line 47: Line 47:
  
 
/* Box Model */
 
/* Box Model */
 +
*, *:before, *:after {
 +
-moz-box-sizing: border-box;
 +
-webkit-box-sizing: border-box;
 +
box-sizing: border-box;
 +
}
  
  
 
/* Basic */
 
/* Basic */
  
@-ms-viewport {
+
width: device-width;
+
}
+
 
+
body {
+
-ms-overflow-style: scrollbar;
+
}
+
 
+
@media screen and (max-width: 480px) {
+
 
+
html, body {
+
min-width: 320px;
+
}
+
 
+
}
+
 
+
body {
+
background: #f4f4f4;
+
}
+
 
+
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:17, 19 October 2016

WIKI IGEM 2016