/* Lightbox v2.0 Project page styles Author: Lokesh Dhakar http://www.huddletogether.com Table of Contents: layout typography */ /* layout ----------------------------------------------- */ *{ margin: 0; padding:0; } body{ /*background: #1A1A1A;*/ color: #eee; font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; word-wrap: break-word;/* IE */ } /* typography ----------------------------------------------- */ a img{ border: none; } .thumbnail{ padding: 3px 3px 8px 3px; background-color: #222; border: 1px solid #2a2a2a; float: left; margin-right: 10px; margin-bottom: 10px; font-size:9px; font-family:arial; } /* clearing ----------------------------------------------- */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } * html>body .clearfix { display: inline-block; width: 100%; } * html .clearfix { /* Hides from IE-mac \*/ height: 1%; /* End hide from IE-mac */ }
