some typos
[e-DoKo.git] / standard.css
1
2
3 .trick
4 {
5   position:relative;
6 //  border: 1px solid green;
7   height:500px;
8   width:500px;
9   clear:both;  
10 }
11
12 img
13 {
14   height:80px;
15 }
16
17 .oldtrick
18 {
19   position:relative;
20 // border: 1px solid green;
21   height:280px;
22   width: 280px;
23   float:left;
24 }
25
26 .oldtrick img
27
28   height:50px;
29 }
30
31 .oldtrick div.table
32 {
33   position:absolute;
34   height:180px;;
35   width:180px;
36   left:50px;
37   top:50px;
38  // border:1px solid black;
39 }
40 .trick div.table
41 {
42   position:absolute;
43   
44   height:340px;;
45   width:340px;
46   left:80px;
47   top:80px;
48  // border:1px solid black;
49 }
50
51 div.card0
52 {
53   position:absolute;
54   top:50px;
55   left: 0px;
56 }
57 div.card1
58 {
59   position:absolute;
60   top:0px;
61   left:70px
62 }
63 div.card2
64 {
65   position:absolute;
66   top:50px;
67   right:0px;
68   text-align:right;
69 }
70 div.card3
71 {
72   position:absolute;
73
74   bottom:0px;
75   left:70px;
76 }
77
78 .trick div.card0
79 {
80   position:absolute;
81   top:110px;
82   left: 0px;
83 }
84 .trick div.card1
85 {
86   position:absolute;
87   top:0px;
88   left:140px
89 }
90 .trick div.card2
91 {
92   position:absolute;
93   top:110px;
94   right:0px;
95   text-align:right;
96 }
97 .trick div.card3
98 {
99   position:absolute;
100
101   bottom:0px;
102   left:140px;
103 }
104
105
106 .table div div
107 {
108   position: absolute;
109   width:    65px;
110   background-color: red;
111   display:  none;
112 }
113
114 .table div
115 {
116   float:left;
117   margin-bottom:10px;
118 }
119
120 .table div:hover div
121 {
122  display:block;
123 }
124
125 .comment
126 {
127   background-color:green;
128 }
129
130 .background0
131 {
132    background:url(pics/stable0.png) no-repeat 60px 60px;
133 }
134 .background1
135 {
136    background:url(pics/stable1.png) no-repeat 60px 60px;
137 }
138 .background2
139 {
140    background:url(pics/stable2.png) no-repeat 60px 60px;
141 }
142 .background3
143 {
144    background:url(pics/stable3.png) no-repeat 60px 60px;
145 }
146 div.back0
147 {
148    background:url(pics/table0.png) no-repeat 100px 100px;
149 }
150 div.back1
151 {
152    background:url(pics/table1.png) no-repeat 100px 100px;
153 }
154 div.back2
155 {
156    background:url(pics/table2.png) no-repeat 100px 100px;
157 }
158 div.back3
159 {
160    background:url(pics/table3.png) no-repeat 100px 100px;
161 }
162
163