Difference between revisions of "Template:Wageningen UR/ResultsCSS"

 
(77 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
     font-size:1.1rem !important;
 
     font-size:1.1rem !important;
 
     font-family: 'roboto', sans-serif !important;     
 
     font-family: 'roboto', sans-serif !important;     
     line-height:normal;
+
     line-height:1.5;
 
     text-justify:none!important;
 
     text-justify:none!important;
 
     color:#1d2129;
 
     color:#1d2129;
Line 15: Line 15:
  
 
/*set size for equations of JaxMath*/
 
/*set size for equations of JaxMath*/
.Equation {
+
.equation p {
   font-size:0.3 rem;
+
   font-size: 0.8rem!important;
 +
}
 +
 
 +
/*equations for Mobile devices*/   
 +
    @media screen and (max-width: 1000px) {
 +
  .equation p {
 +
      font-size: 6px!important;
 +
    }
 
}
 
}
  
Line 126: Line 133:
 
     border-color: #2e6da4
 
     border-color: #2e6da4
 
}
 
}
 +
 +
 +
  
  
Line 142: Line 152:
 
}
 
}
 
}
 
}
 +
 +
 +
  
 
</style>
 
</style>
  
 
</html>
 
</html>

Latest revision as of 04:04, 19 November 2017