Difference between revisions of "Template:TU Darmstadt/CSS"

Line 145: Line 145:
 
   max-width: 100%;
 
   max-width: 100%;
 
   height: auto;
 
   height: auto;
}
 
 
#breadcrumbs {
 
  display: none;
 
}
 
 
#breadcrumb-target {
 
    font-size: 25px;
 
    color: black !important;
 
 
}
 
}
  
Line 221: Line 212:
 
     height: 400px;
 
     height: 400px;
 
}
 
}
 
nav > ul > li:not(#breadcrumb-target) {
 
    display: none;
 
}
 
 
nav > ul:hover #breadcrumb-target {
 
    display: none;
 
}
 
 
nav > ul:hover > li:not(#breadcrumb-target) {
 
    display: inline-block;
 
}
 
 
  
 
nav > ul {
 
nav > ul {

Revision as of 06:56, 15 October 2018