animated-dataview.css
929 Bytes
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
#phones {
background-color: #fff;
text-shadow: #fff 0 1px 0;
position: relative;
display: block;
height: auto;
}
#phones div.phone img {
margin-bottom: 1px;
}
#phones div.phone {
float: left;
padding: 8px 17px;
margin: 5px;
/* margin: 10px 0 0 25px;*/
text-align: center;
line-height: 14px;
color: #333;
font-size: 10px;
font-family: "Helvetica Neue",sans-serif;
height: 130px;
width: 140px;
overflow: hidden;
border-top: 1px solid transparent;
cursor: pointer;
}
.x-ie6 #phones div.phone,
.x-ie7 #phones div.phone,
.x-ie8 #phones div.phone {
border-top: none;
padding: 3px 2px;
margin: 2px;
}
#phones div.phone-hover {
background-color: #eee;
}
#phones .x-item-selected {
background-color: #D3E1F1 !important;
}
#phones div.phone strong {
color: #000;
display: block;
}
#phones div.phone span {
color: #999;
}