]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambda_delta/css/xhtbl.css
b4dfb4743f6de6df4b9f37a0cbb10e1d9f37408f
[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-family: serif;
21   font-style: normal;
22   text-transform: capitalize;
23 }
24
25 .plane {
26   font-family: serif;  
27   font-style: normal;
28   text-transform: lowercase;
29 }
30
31 .file {
32   font-family: sans-serif;  
33   font-style: normal;
34   text-transform: lowercase;
35 }
36
37 /* cell borders *************************************************************/
38
39 td.nnnn {
40   border-style:none none none none;
41 }
42
43 td.nnns {
44   border-style:none none none solid;
45 }
46
47 td.nnsn {
48   border-style:none none solid none;
49 }
50
51 td.nnss {
52   border-style:none none solid solid;
53 }
54
55 td.nsnn {
56   border-style:none solid none none;
57 }
58
59 td.nsns {
60   border-style:none solid none solid;
61 }
62
63 td.nssn {
64   border-style:none solid solid none;
65 }
66
67 td.nsss {
68   border-style:none solid solid solid;
69 }
70
71 td.snnn {
72   border-style:solid none none none;
73 }
74
75 td.snns {
76   border-style:solid none none solid;
77 }
78
79 td.snsn {
80   border-style:solid none solid none;
81 }
82
83 td.snss {
84   border-style:solid none solid solid;
85 }
86
87 td.ssnn {
88   border-style:solid solid none none;
89 }
90
91 td.ssns {
92   border-style:solid solid none solid;
93 }
94
95 td.sssn {
96   border-style:solid solid solid none;
97 }
98
99 td.ssss {
100   border-style:solid solid solid solid;
101 }