animated-dataview.css 929 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #phones {
  2. background-color: #fff;
  3. text-shadow: #fff 0 1px 0;
  4. position: relative;
  5. display: block;
  6. height: auto;
  7. }
  8. #phones div.phone img {
  9. margin-bottom: 1px;
  10. }
  11. #phones div.phone {
  12. float: left;
  13. padding: 8px 17px;
  14. margin: 5px;
  15. /* margin: 10px 0 0 25px;*/
  16. text-align: center;
  17. line-height: 14px;
  18. color: #333;
  19. font-size: 10px;
  20. font-family: "Helvetica Neue",sans-serif;
  21. height: 130px;
  22. width: 140px;
  23. overflow: hidden;
  24. border-top: 1px solid transparent;
  25. cursor: pointer;
  26. }
  27. .x-ie6 #phones div.phone,
  28. .x-ie7 #phones div.phone,
  29. .x-ie8 #phones div.phone {
  30. border-top: none;
  31. padding: 3px 2px;
  32. margin: 2px;
  33. }
  34. #phones div.phone-hover {
  35. background-color: #eee;
  36. }
  37. #phones .x-item-selected {
  38. background-color: #D3E1F1 !important;
  39. }
  40. #phones div.phone strong {
  41. color: #000;
  42. display: block;
  43. }
  44. #phones div.phone span {
  45. color: #999;
  46. }