]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambda_delta/css/xhtbl.css
7bc0a30d87c9130ed14b902403d79e50fb2e0b14
[helm.git] / helm / www / lambda_delta / css / xhtbl.css
1 @charset "UTF-8";
2
3 /* positioning **************************************************************/
4
5 table {
6   margin-left: auto;
7   margin-right: auto;
8   width: 100%;
9 }
10
11 td {
12   border-color:#000000;
13   border-width:1px;
14   color:#000000;
15 }
16
17 /* content types ************************************************************/
18
19 .component {
20   font-style: italic;
21   text-transform: capitalize;
22 }
23
24 .plane {  
25   font-style: italic;
26   text-transform: lowercase;
27 }
28
29 .file {  
30   font-style: normal;
31   text-transform: lowercase;
32 }
33
34 .number {
35   text-align: right; 
36   font-style: italic;
37   text-transform: lowercase;
38 }
39
40 /* cell borders *************************************************************/
41
42 td.nnnn {
43   border-style:none none none none;
44 }
45
46 td.nnns {
47   border-style:none none none solid;
48 }
49
50 td.nnsn {
51   border-style:none none solid none;
52 }
53
54 td.nnss {
55   border-style:none none solid solid;
56 }
57
58 td.nsnn {
59   border-style:none solid none none;
60 }
61
62 td.nsns {
63   border-style:none solid none solid;
64 }
65
66 td.nssn {
67   border-style:none solid solid none;
68 }
69
70 td.nsss {
71   border-style:none solid solid solid;
72 }
73
74 td.snnn {
75   border-style:solid none none none;
76 }
77
78 td.snns {
79   border-style:solid none none solid;
80 }
81
82 td.snsn {
83   border-style:solid none solid none;
84 }
85
86 td.snss {
87   border-style:solid none solid solid;
88 }
89
90 td.ssnn {
91   border-style:solid solid none none;
92 }
93
94 td.ssns {
95   border-style:solid solid none solid;
96 }
97
98 td.sssn {
99   border-style:solid solid solid none;
100 }
101
102 td.ssss {
103   border-style:solid solid solid solid;
104 }