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

 
(36 intermediate revisions by the same user not shown)
Line 16: Line 16:
 
/*set size for equations of JaxMath*/
 
/*set size for equations of JaxMath*/
 
.equation p {
 
.equation p {
   font-size: 1.0rem!important;
+
   font-size: 0.8rem!important;
 +
}
 +
 
 +
/*equations for Mobile devices*/   
 +
    @media screen and (max-width: 1000px) {
 +
  .equation p {
 +
      font-size: 6px!important;
 +
    }
 
}
 
}
  
Line 128: Line 135:
  
  
/*sidemenu */
 
#SideMenu-Wrapper {
 
  top:100px;
 
  float:right;
 
position:relative;
 
  padding:0.5rem;
 
  margin:0;
 
  background-color:#f2f2ed;
 
  z-index:999;
 
  
}
 
 
.sidebar-nav {
 
  margin:0!important;
 
  padding:0!important;
 
}
 
 
#SideMenu-Wrapper lu, li {
 
  list-style-type: none;
 
  list-style-type: none;
 
    list-style-position:inside;
 
  margin:0;
 
  padding-left:0.5rem;
 
  padding-right:0.5rem;
 
   
 
}
 
 
.SideMenu-Header {
 
  text-align: center;
 
 
 
 
}
 
.SideMenu-Header h4 {
 
  margin:0;
 
    padding:0;
 
  color: #66bb46;
 
}
 
 
 
#SideMenu-Wrapper lu, li a {
 
  color:black;
 
}
 
  
  

Latest revision as of 04:04, 19 November 2017