players can now make comments, added <div> to some sections and a css file
[e-DoKo.git] / standard.css
1 .trick 
2 {
3   //border: 1px solid green;
4   clear:both;
5 }
6
7 .trick div div
8 {
9   position: absolute;
10   width:    65px;
11   background-color: red;
12   display:  none;
13 }
14
15 .trick div
16 {
17   float:left;
18   margin-bottom:10px;
19 }
20
21 .trick div:hover div
22 {
23  display:block;
24 }
25
26 .comment
27 {
28   background-color:green;
29 }