source: trunk/client/temi/realistic/layout/styles/gallery.css@ 241

Last change on this file since 241 was 241, checked in by luc, 9 years ago

Aggiunta del widget Privacy e CookieLaw per l'informativa sui cookie - Aggiunto Tema Realistic - Aggiunto Tema Spectral

  • Property svn:executable set to *
File size: 722 bytes
Line 
1@charset "utf-8";
2/*
3Template Name: Realistic
4Author: <a href="http://www.os-templates.com/">OS Templates</a>
5Author URI: http://www.os-templates.com/
6Licence: Free to use under our free template licence terms
7Licence URI: http://www.os-templates.com/template-terms
8File: Gallery CSS
9*/
10
11#gallery{position:relative; margin:0 auto; display:block; width:900px; padding-bottom:10px;}
12#gallery ul{margin:0; padding:0; list-style:none;}
13#gallery li{display:block; float:left; width:280px; margin:0 30px 20px 0; padding:0;}
14#gallery li a img{display:block; width:260px; height:130px; margin:0; padding:0; border:10px solid #E0E0E0;}
15#gallery li a:hover img{border-color:#B4B4B4;}
16#gallery li.last{margin-right:0;}
Note: See TracBrowser for help on using the repository browser.