/* --- lista --- */ #listinha a {font:11px 'calibri';padding:3px; margin-bottom:1px;border-radius:3px;display: block;-webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;text-shadow: 200px 200px #ff5761; overflow:hidden; box-shadow: -1px 1px 0px #ff5761 inset, 1px 0px 0px #ff5761 inset, box-shadow: -225px 340px 0px #000 inset, 1px 0px 0px #000 inset, -10px 0px 0px #ff5761 inset;color:#fff;background:#c8e379; text-shadow: 1px 1px 0px #9cbf38;} #listinha a:hover { text-shadow: 1px 1px 0px #e53a46; box-shadow: 400px 0px 0px #eb7880 inset; color:#fff; background: #b7d560}