Difference between revisions of "Team:TUDelft/Header"

Line 289: Line 289:
 
               background-color: rgba(2,2,2,0.1);
 
               background-color: rgba(2,2,2,0.1);
 
             }
 
             }
ul.rondje {
+
ul#rondje {
 
   list-style-type: circle;
 
   list-style-type: circle;
 
}
 
}
Line 298: Line 298:
 
   .toggle{
 
   .toggle{
 
             margin-left:0px;
 
             margin-left:0px;
 +
        }
 +
    ul.accordion {
 +
            list-style: none;
 +
            padding: 0;
 +
            margin:0;
 +
 +
        }
 +
 +
 +
        ul.accordion .inner {
 +
            padding: 10px;
 +
            overflow: hidden;
 +
            display: none;
 +
            list-style: none;
 +
        }
 +
 +
 +
        ul.accordion li {
 +
            margin: .5em 0;
 +
            font-weight: 300;
 +
        }
 +
 +
        ul.accordion li a.toggle {
 +
 +
            display: block;
 +
            background: rgba(0,114,178, 1);
 +
            color: #fefefe;
 +
            padding: .75em;
 +
            padding-left: 50px;
 +
            border-top-radius: 0.4em;
 +
            transition: background .3s ease;
 +
            text-decoration: none;
 +
        }
 +
 +
        ul li a.toggle:hover {
 +
            background: rgba(0,114,178, 0.75);
 +
 
         }
 
         }
 
    
 
    

Revision as of 08:51, 17 October 2019