Difference between revisions of "Template:USP UNIFESP-Brazil/CSS2"

(Created page with "p, li { color: #00a551; } a { color: #00a551; text-decoration: none; } a:hover { color: white; background: #00a551; } div.topo { margin-top: 40px; } div.meio { margin-t...")
 
Line 1: Line 1:
 
p, li {
 
p, li {
 +
font-size: 12pt;
 
color: #00a551;
 
color: #00a551;
 
}
 
}
 
a {
 
a {
 +
font-size: 12pt;
 
color: #00a551;
 
color: #00a551;
 
text-decoration: none;
 
text-decoration: none;

Revision as of 19:12, 2 October 2016

p, li { font-size: 12pt; color: #00a551; } a { font-size: 12pt; color: #00a551; text-decoration: none; } a:hover { color: white; background: #00a551; } div.topo { margin-top: 40px; } div.meio { margin-top: 60px; } div.rodape { padding-top: 20px; background-color: #00a551; } div.rodape a, div.rodape p { color: white; } ul.menu { list-style-type: none; margin: 0; padding: 0; } ul.menu li { float: left; width: 13.285%; margin-right: 1%; text-align: center; } ul.menu li a { display: block; min-height: 67px; color: #00a551; padding: 8px 16px; text-decoration: none; border-radius: 10px; display: flex; align-items: center; justify-content: center; transition: background-color 1s ease; -webkit-transition: background-color 1s ease; -moz-transition: background-color 1s ease; -o-transition: background-color 1s ease; } ul.menu li a:hover, .active { background-color: #00a551; color: white !important; }