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

 
(6 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 { 
 
position:absolute;
 
  top:5%;
 
  right:100%;
 
  width:22%;
 
  padding-top:0.5rem;
 
  padding-bottom:0.5rem;
 
  margin:0;
 
  border-radius: 6px 0px 0px 6px; 
 
  background-color:#f2f2ed;
 
  z-index:0;
 
 
 
  
}
 
 
.sidebar-nav {
 
  margin:0!important;
 
  padding:0!important;
 
}
 
 
.sidebar-nav li {
 
  font-size:1.4rem;
 
  list-style-type: none;
 
  list-style-type: none;
 
  list-style-position:inside;
 
  margin:0;
 
  padding-top:0.5rem;
 
  padding-bottom:0;
 
padding-left:0.5rem;
 
padding-right:0.5rem;
 
}
 
 
.SideMenu-Header { 
 
  text-align: center;
 
  border-bottom: 2px solid #1d2129;
 
 
 
 
}
 
.SideMenu-Header h4 {
 
  font-size:2.4rem;
 
  margin:0;
 
    padding:0;
 
  color: #66bb46;
 
}
 
 
 
#SideMenu-Wrapper lu, li a {
 
  color:black;
 
}
 
  
  

Latest revision as of 04:04, 19 November 2017