What´s this all about?
body {color: white;background: #52616F;} a { color: white; } Fisheye - Interface plugin for jQuery
$(document).ready( function() { $('#fisheye').Fisheye( { maxWidth: 50, items: 'a', itemsText: 'span', container: '.fisheyeContainter', itemWidth: 40, proximity: 90, halign : 'center' } ) } );