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