-
Notifications
You must be signed in to change notification settings - Fork 0
/
wordScramble.css
78 lines (66 loc) · 1.15 KB
/
wordScramble.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.defaultBody {
margin: 10%;
text-align: center;
}
.lessonSelectBody {
margin: 5%;
}
#rack {
margin: 10px auto;
display:inline-block;
}
.tile {
margin-right: 10px;
text-transform:uppercase;
float:left;
}
#smallRack {
display:inline-block;
height:22px;
}
#smallRack .tile {
-ms-zoom: 0.7;
zoom: 0.7;
margin: 0px;
color: black;
background-color: white;
background-image: none;
}
#smallRack .tile:hover {
cursor: initial;
}
#wordReference ul {
text-align: left;
display: inline-block;
width: 300px;
}
.video_row_info_line {
height: 16px;
margin-top: 150px;
position: absolute;
width: 274px;
color: white;
text-align: left;
padding: 6px 8px;
background-color: rgba(0,0,0,0.5);
font-family: tahoma;
font-size: 11px;
}
.video_row_info_name {
padding-right: 34px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.video_row_info_durations {
position: absolute;
right: 7px;
bottom: 2px;
font-weight: bold;
}
.video_image_div {
height: 178px;
}
a.thumbnail:hover {
text-decoration:none;
}