Sistema de Informações Gerenciais do Interlegis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
604 B

#header { background: #003351; }
#branding h1 { color: #fff; }
#nav-global {
color: #b87912;
background-color: #101a20;
border-top: 1px solid #252525;
border-bottom: 1px solid #999;
width: 100%;
}
#nav-global ul { margin: 0; padding: 3px; }
#nav-global li {
display: inline;
font-size: 1em;
}
#nav-global li a {
color: #dfdfdf !important;
margin: 0 5px 0 5px;
}
#nav-global li a:hover {
color: #fff !important;
margin: 0 5px 0 5px;
text-decoration: none;
}
#footer {
color: #555;
font-size: 0.9em;
text-align: center;
margin-top: 40px;
}