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