1 | @charset "utf-8";
|
---|
2 | /*
|
---|
3 | Template Name: Realistic
|
---|
4 | Author: <a href="http://www.os-templates.com/">OS Templates</a>
|
---|
5 | Author URI: http://www.os-templates.com/
|
---|
6 | Licence: Free to use under our free template licence terms
|
---|
7 | Licence URI: http://www.os-templates.com/template-terms
|
---|
8 | File: Tables CSS
|
---|
9 | */
|
---|
10 |
|
---|
11 | table{width:100%; border-collapse:collapse; table-layout:auto; vertical-align:top; margin-bottom:15px; border:1px solid #CCCCCC;}
|
---|
12 | table thead th{color:#FFFFFF; background-color:#666666; border:1px solid #CCCCCC; border-collapse:collapse; text-align:center; table-layout:auto; vertical-align:middle;}
|
---|
13 | table tbody td{vertical-align:top; border-collapse:collapse; border-left:1px solid #CCCCCC; border-right:1px solid #CCCCCC;}
|
---|
14 | table thead th, table tbody td{padding:5px; border-collapse:collapse;}
|
---|
15 | table tbody tr.light{color:#666666; background-color:#F7F7F7;}
|
---|
16 | table tbody tr.dark{color:#666666; background-color:#E8E8E8;}
|
---|
17 |
|
---|
18 | /* TEST */
|
---|
19 | table.td-89 > tbody > tr.bggray2 > td.bggray2 > table.td-89 > tbody > tr.bggray2 > td,
|
---|
20 | table.td-89 > tbody > tr.bggray2 > td.bggray2 > table.td-vuoto > tbody > tr.bggray2 > td,
|
---|
21 | table.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 | }
|
---|
30 | table.td-89 > tbody > tr.bggray2 > td.bggray2,
|
---|
31 | table.td-89 > tbody > tr.bggray > td
|
---|
32 | {
|
---|
33 | border: 1px solid gray!important;
|
---|
34 | vertical-align: middle!important;
|
---|
35 | padding: 0px 10px!important;
|
---|
36 | }
|
---|
37 | table.td-89 > tbody > tr.bggray2 > td.bggray2 > table.td-89,
|
---|
38 | table.td-89 > tbody > tr.bggray2 > td.bggray2 > table.td-vuoto
|
---|
39 | {
|
---|
40 | padding:0px!important;
|
---|
41 | margin: 0px!important;
|
---|
42 | width: 100%!important;
|
---|
43 | }
|
---|