source: trunk/client/temi/realistic/layout/styles/tables.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: 922 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: Tables CSS
9*/
10
11table{width:100%; border-collapse:collapse; table-layout:auto; vertical-align:top; margin-bottom:15px; border:1px solid #CCCCCC;}
12table thead th{color:#FFFFFF; background-color:#666666; border:1px solid #CCCCCC; border-collapse:collapse; text-align:center; table-layout:auto; vertical-align:middle;}
13table tbody td{vertical-align:top; border-collapse:collapse; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
14table thead th, table tbody td{padding:5px; border-collapse:collapse;}
15table tbody tr.light{color:#666666; background-color:#F7F7F7;}
16table tbody tr.dark{color:#666666; background-color:#E8E8E8;}
Note: See TracBrowser for help on using the repository browser.