source: trunk/client/temi/bsitalia/layout/styles/gallery.css@ 400

Last change on this file since 400 was 400, checked in by roby, 3 months ago
  • ADMIN

-- Migliorata la gestione di operatori e responsabili

  • CLIENT

-- Nuovo tema BSItalia realizzato dal CED di Capo d'Orlando
-- Sistemata la funzione del widget privacy
-- Varie modifiche di allineamento oggetti

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.