ipad.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /* dojox.mobile.View */
  2. /* dojox.mobile.Heading */
  3. .mblHeading {
  4. background-color: #889BB3;
  5. background: -webkit-gradient(linear, left top, left bottom, from(#F3F4F6), to(#A7ABB8));
  6. border-top: 1px solid #FEFEFE;
  7. border-bottom: 1px solid #787E8F;
  8. color: #70777F;
  9. text-shadow: rgba(256,256,256,0.6) 0px 1px 0px;
  10. }
  11. /* Heading Arrow Button */
  12. .mblArrowButtonHead {
  13. border-color: #4D4E50;
  14. background: -webkit-gradient(linear, left top, right bottom, from(#B1B5BB), to(#6A727D));
  15. }
  16. .mblArrowButtonBody {
  17. border-color: #C0C0C0;
  18. background-color: #5877A2;
  19. background: -webkit-gradient(linear, left top, left bottom, from(#B1B5BB), to(#6A727D));
  20. -webkit-tap-highlight-color: transparent;
  21. text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
  22. }
  23. .mblArrowButtonNeck {
  24. border-color: #C0C0C0;
  25. background: -webkit-gradient(linear, left top, left bottom, from(#B1B5BB), to(#6A727D));
  26. }
  27. .mblArrowButtonSelected .mblArrowButtonHead {
  28. background: -webkit-gradient(linear, left top, right bottom, from(#9DA0A3), to(#43484F));
  29. }
  30. .mblArrowButtonSelected .mblArrowButtonBody, .mblArrowButtonSelected .mblArrowButtonNeck {
  31. background: -webkit-gradient(linear, left top, left bottom, from(#9DA0A3), to(#43484F));
  32. }
  33. /* dojox.mobile.RoundRect */
  34. .mblRoundRect {
  35. margin: 7px 30px 30px 30px;
  36. }
  37. .mblHeading + .mblRoundRect {
  38. margin-top: 30px;
  39. }
  40. /* dojox.mobile.EdgeToEdgeCategory */
  41. /* dojox.mobile.RoundRectCategory */
  42. .mblRoundRectCategory {
  43. margin: 18px 0px 0px 41px;
  44. }
  45. /* dojox.mobile.RoundRectList */
  46. .mblRoundRectList {
  47. margin: 7px 30px 30px 30px;
  48. }
  49. .mblHeading + .mblRoundRectList {
  50. margin-top: 30px;
  51. }
  52. /* dojox.mobile.EdgeToEdgeList */
  53. /* dojox.mobile.ListItem */
  54. /* Switch */
  55. /* Icon Container */
  56. /* Icon Content Heading */
  57. /* dojox.mobile.Button */
  58. /* Tab Container */
  59. /* Progress Indicator */