Difference between revisions of "Team:TUDelft/Header"

Line 299: Line 299:
 
             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);
+
 
+
        }
+
 
     .boxxx{
 
     .boxxx{
 
           border: 1px solid #888888;
 
           border: 1px solid #888888;

Revision as of 08:49, 17 October 2019