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