Difference between revisions of "Template:NTU-LIHPAO-Taiwan"

Line 25: Line 25:
 
#menubar:hover li a {
 
#menubar:hover li a {
 
     display:none;}
 
     display:none;}
 +
 +
/* Removes "teams" from the menubar */
 +
#menubar > ul > li:last-child {
 +
    display: none;}
 +
/* Resizes the menubar to fik the links (default is 400px) */
 +
#menubar {
 +
    width: auto;}
 +
 
</html>
 
</html>

Revision as of 17:42, 11 July 2015

#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} #top-section { display:none;} #content { display:none;} body { display:none;} #top-section { display:none;} #menubar { display:none;} .left-menu:hover { display:none;} #menubar li a { display:none;} #menubar:hover { display:none;} #menubar li a { display:none;} #menubar:hover li a { display:none;} /* Removes "teams" from the menubar */ #menubar > ul > li:last-child { display: none;} /* Resizes the menubar to fik the links (default is 400px) */ #menubar { width: auto;}