source: trunk/client/temi/bsitalia/layout/styles/tables.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: 1.8 KB
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;}
17
18/* TEST */
19table.td-89 > tbody > tr.bggray2 > td.bggray2 > table.td-89 > tbody > tr.bggray2 > td,
20table.td-89 > tbody > tr.bggray2 > td.bggray2 > table.td-vuoto > tbody > tr.bggray2 > td,
21table.td-89 > tbody > tr.bggray > td > table.td-vuoto > tbody > tr.bggray > th.td-30
22{
23 padding: 10px 10px!important;
24 margin: 0px!important;
25 text-align: center!important;
26 width: 33%!important;
27 vertical-align: middle!important;
28 border:none!important;
29}
30table.td-89 > tbody > tr.bggray2 > td.bggray2,
31table.td-89 > tbody > tr.bggray > td
32{
33 border: 1px solid gray!important;
34 vertical-align: middle!important;
35 padding: 0px 10px!important;
36}
37table.td-89 > tbody > tr.bggray2 > td.bggray2 > table.td-89,
38table.td-89 > tbody > tr.bggray2 > td.bggray2 > table.td-vuoto
39{
40 padding:0px!important;
41 margin: 0px!important;
42 width: 100%!important;
43}
Note: See TracBrowser for help on using the repository browser.