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

Line 2,837: Line 2,837:
 
}
 
}
  
#header > nav ul li a {
+
#header > nav ul .mainmenu li a {
 
-moz-transition: none;
 
-moz-transition: none;
 
-webkit-transition: none;
 
-webkit-transition: none;
Line 2,849: Line 2,849:
 
}
 
}
 
 
    #header > nav ul li a:hover {
+
    #header > nav ul .mainmenu li a:hover {
 
background: #fff;
 
background: #fff;
 
/*color: #4acaa8 !important;*/
 
/*color: #4acaa8 !important;*/
Line 2,856: Line 2,856:
 
}
 
}
  
#header > nav ul li a.active {
+
#header > nav ul .mainmenu li a.active {
 +
background: #fff;
 +
/*color: #4acaa8 !important;*/
 +
color: #d4043b !important;
 +
}
 +
 
 +
#header > nav ul .nav-proj-drop li a {
 +
-moz-transition: none;
 +
-webkit-transition: none;
 +
-ms-transition: none;
 +
transition: none;
 +
border: 0;
 +
color: #ffffff !important;
 +
display: block;
 +
padding: 0.3em 0;
 +
text-decoration: none;
 +
}
 +
 +
    #header > nav ul .nav-proj-drop li a:hover {
 +
background: #fff;
 +
/*color: #4acaa8 !important;*/
 +
color: #d4043b !important;
 +
                                                        text-decoration: none;                                   
 +
}
 +
 
 +
#header > nav ul .nav-proj-drop li a.active {
 
background: #fff;
 
background: #fff;
 
/*color: #4acaa8 !important;*/
 
/*color: #4acaa8 !important;*/

Revision as of 17:19, 14 October 2017