Difference between revisions of "Team:TUDelft/Head"

Line 22: Line 22:
 
     <!-- CSS
 
     <!-- CSS
 
   –––––––––––––––––––––––––––––––––––––––––––––––––– -->
 
   –––––––––––––––––––––––––––––––––––––––––––––––––– -->
 +
    <!-- THIS IS FOR DROPDOWN MENUS
 +
<style>
 +
.collapsible {
 +
  background-color: #0092CB;
 +
  color: #FFCCBB;
 +
  cursor: pointer;
 +
  padding: 16px;
 +
  width: 100%;
 +
  border: none;
 +
  text-align: left;
 +
  outline: ;
 +
  font-size: 16px;
 +
}
 +
 +
.active, .collapsible:hover {
 +
  background-color: #777777;
 +
}
 +
 +
.collapsible:after {
 +
  content: '\002B';
 +
  color: white;
 +
  font-weight: bold;
 +
  float: right;
 +
  margin-left: 5px;
 +
}
 +
 +
.active:after {
 +
  content: "\2212";
 +
}
 +
 +
.content {
 +
  padding: 0 18px;
 +
  max-height: 0;
 +
  overflow: hidden;
 +
  transition: max-height 0.2s ease-out;
 +
  background-color: #777777
 +
color: white;
 +
}
 +
</style> -->
  
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
 
     <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">

Revision as of 19:26, 9 September 2018

ADOPE