-
Notifications
You must be signed in to change notification settings - Fork 4
/
smallshow.css
58 lines (58 loc) · 915 Bytes
/
smallshow.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
body {
font-size: 100%;
width: 396px;
}
.title {
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
height: 32px;
width: 313px;
font-size: .875em;
line-height: 32px;
padding-left: 9px;
white-space: nowrap;
background-color: #eeeeee;
}
.name {
position: absolute;
left: 3px;
height: 21px;
width: 72px;
font-size: .8125em;
padding-left: 4px;
line-height: 21px;
background-color: #eeeeee;
}
.data {
position: absolute;
overflow: hidden;
left: 81px;
height: 21px;
width: 139px;
font-size: .8125em;
line-height: 21px;
}
.upperpic {
position: absolute;
top: 38px;
left: 220px;
}
.lowerpic {
position: absolute;
top: 169px;
left: 220px;
}
.overview {
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
position: absolute;
top: 300px;
left: 8px;
width: 305px;
font-size: .8125em;
}