Difference between revisions of "Team:UChile OpenBio-CeBiB/Team"

Line 4: Line 4:
  
 
<html>
 
<html>
 
+
<head>
 
<style>
 
<style>
 +
 +
 +
 +
 +
#panelTitle {
 +
margin-top:10px;
 +
font-size: 25px;
 +
font-family: Hero;
 +
}
 +
 +
button.accordion {
 +
    background-color: #eee;
 +
    color: #444;
 +
    cursor: pointer;
 +
    padding: 18px;
 +
    width: 100%;
 +
    border: none;
 +
    text-align: left;
 +
    outline: none;
 +
    font-size: 15px;
 +
  -webkit-transition: 0.4s;
 +
  -moz-transition: 0.4s;
 +
  -o-transition: 0.4s;
 +
  transition: 0.4s;
 +
    border-radius: 30px;
 +
}
 +
 +
button.accordion.active, button.accordion:hover {
 +
    background-color: #ccc;
 +
}
 +
 +
div.panel {
 +
    padding: 0 18px;
 +
    background-color: white;
 +
    max-height: 0;
 +
    overflow: hidden;
 +
  -webkit-transition: max-height 0.4s ease-out;
 +
  -moz-transition: max-height 0.4s ease-out;
 +
  -o-transition: max-height 0.4s ease-out;
 +
    transition: max-height 0.4s ease-out;
 +
    border-radius: 30px;
 +
}
 +
 +
 +
 +
 +
 +
 +
 
#galleryTeam {
 
#galleryTeam {
 
   text-align:center;
 
   text-align:center;
Line 61: Line 110:
  
 
</style>
 
</style>
 
+
</head>
 
<body>
 
<body>
  

Revision as of 08:12, 31 October 2017

Document