Template:UFMG Brazil/css

From 2014.igem.org

(Difference between revisions)
Line 63: Line 63:
}
}
 +
 +
#top-section {
 +
    background-color: #FFFFFF;
 +
    border: none;
 +
    height:25px;
 +
    margin-top: 0;
 +
    margin-bottom: 0px;
 +
 +
}
 +
 +
/* Editado abaixo daqui */
#top-section {
#top-section {
Line 77: Line 88:
}
}
 +
/* Edit and user menu */
 +
#menubar {
 +
    top: 0 !important;
 +
    font-size: 0.8em;   
 +
}
 +
 +
#menubar li,
 +
#menubar li a:link {
 +
    text-transform: uppercase;
 +
}
 +
 +
/* Highlight with background colour on hover */
 +
#top-section:hover #menubar li a {
 +
    color: white;
 +
}
 +
 +
#menubar li a:link,
 +
#menubar li a:visited {
 +
    color: #FFFFFF;
 +
    background-color: transparent;
 +
}
 +
 +
#menubar li a:hover,
 +
#menubar li a:focus {
 +
    color: white;
 +
    text-decoration: none;
 +
}
 +
 +
/* Edit */
 +
#menubar.left-menu{
 +
   
 +
}
 +
 +
#menubar.left-menu:hover {
 +
    background-color: transparent;
 +
}
 +
 +
 +
/* User */
 +
#menubar.right-menu {
 +
   
 +
}
 +
 +
 +
 +
/* ? */
 +
#catlinks {
 +
    border:none;
 +
    background: #ffffff;
 +
}
/*********************************************************************************/
/*********************************************************************************/

Revision as of 13:11, 2 October 2014