]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambdadelta/css/xhtbl.css
web site update
[helm.git] / helm / www / lambdadelta / css / xhtbl.css
1 @charset "UTF-8";
2
3 /* tables *******************************************************************/
4
5 table.xhtbl {
6   margin-left: auto;
7   margin-right: auto;
8   width: 100%;
9 }
10
11 td.xhtbl {
12   border-color:#000000;
13   border-width:1px;
14   color:#000000;
15 }
16
17 /* cell borders *************************************************************/
18
19 td.nnnn {
20   border-style:none none none none;
21 }
22
23 td.nnns {
24   border-style:none none none solid;
25 }
26
27 td.nnsn {
28   border-style:none none solid none;
29 }
30
31 td.nnss {
32   border-style:none none solid solid;
33 }
34
35 td.nsnn {
36   border-style:none solid none none;
37 }
38
39 td.nsns {
40   border-style:none solid none solid;
41 }
42
43 td.nssn {
44   border-style:none solid solid none;
45 }
46
47 td.nsss {
48   border-style:none solid solid solid;
49 }
50
51 td.snnn {
52   border-style:solid none none none;
53 }
54
55 td.snns {
56   border-style:solid none none solid;
57 }
58
59 td.snsn {
60   border-style:solid none solid none;
61 }
62
63 td.snss {
64   border-style:solid none solid solid;
65 }
66
67 td.ssnn {
68   border-style:solid solid none none;
69 }
70
71 td.ssns {
72   border-style:solid solid none solid;
73 }
74
75 td.sssn {
76   border-style:solid solid solid none;
77 }
78
79 td.ssss {
80   border-style:solid solid solid solid;
81 }
82
83 /* text alignment ***********************************************************/
84
85 td.left {
86    text-align: left;
87 }
88
89 td.center {
90    text-align: center;
91 }
92
93 td.right {
94    text-align: right;
95 }
96
97 td.justify {
98    text-align: justify;
99 }
100
101 td.top {
102    vertical-align: top;
103 }
104
105 td.middle {
106    vertical-align: middle;
107 }
108
109 td.bottom {
110    vertical-align: bottom;
111 }
112
113 /* text style ***************************************************************/
114
115 td.capitalize {
116   text-transform: capitalize;
117 }
118
119 td.lowercase {
120   text-transform: lowercase;
121 }
122
123 td.uppercase {
124   text-transform: uppercase;
125 }
126
127 /* font style ***************************************************************/
128
129 td.upright {
130   font-style: normal;
131 }
132
133 td.italic {
134   font-style: italic;
135 }