ipad.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. /* dojox.mobile.View */
  2. /* dojox.mobile.Heading */
  3. .dj_tablet .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. /*Headings and Button styles are overridden in Tooltips*/
  12. .dj_tablet .mblTooltip .mblHeading {
  13. position: relative;
  14. margin: 0px;
  15. width: 100%;
  16. overflow: hidden;
  17. white-space: nowrap;
  18. text-overflow: ellipsis;
  19. padding: 0px;
  20. height: 42px;
  21. background-color: #889BB3;
  22. background-image: -webkit-gradient(linear, left top, left bottom, from(#5E6167), to(#1A1D24), color-stop(0.5, #2E322B));
  23. border-top: 3px solid #4F5055;
  24. border-bottom: 1px solid #2D3642;
  25. color: white;
  26. font-family: Helvetica;
  27. font-size: 20px;
  28. font-weight: normal;
  29. text-align: center;
  30. line-height: 44px;
  31. text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
  32. z-index: 1;
  33. border-left: 1px solid #2A2D47;
  34. -webkit-border-radius: 3px 3px 0 0;
  35. }
  36. .dj_tablet .mblTooltip .mblHeading .mblToolBarButton {
  37. float: left;
  38. position: relative;
  39. cursor: pointer;
  40. -webkit-tap-highlight-color: rgba(255,255,255,0);
  41. margin: 6px;
  42. padding: 0px 10px;
  43. height: 29px;
  44. border: 1px inset #434450;
  45. font-family: Helvetica;
  46. font-size: 13px;
  47. font-weight: normal;
  48. color: white;
  49. line-height: 29px;
  50. text-align: center;
  51. -webkit-border-radius: 5px;
  52. -moz-border-radius: 5px;
  53. background-image: -webkit-gradient(linear, left top, left bottom, from(#686F80), to(#000924), color-stop(0.5, #000B29));
  54. }
  55. /* Heading Arrow Button */
  56. .dj_tablet .mblArrowButtonHead {
  57. border-color: #4D4E50;
  58. background: -webkit-gradient(linear, left top, right bottom, from(#B1B5BB), to(#6A727D));
  59. }
  60. .dj_tablet .mblArrowButtonBody {
  61. border-color: #C0C0C0;
  62. background-color: #8B919A;
  63. background: -webkit-gradient(linear, left top, left bottom, from(#B1B5BB), to(#6A727D));
  64. -webkit-tap-highlight-color: rgba(255,255,255,0);
  65. text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
  66. }
  67. .dj_tablet .mblArrowButtonSelected .mblArrowButtonHead {
  68. background: -webkit-gradient(linear, left top, right bottom, from(#9DA0A3), to(#43484F));
  69. }
  70. .dj_tablet .mblArrowButtonSelected .mblArrowButtonBody {
  71. background: -webkit-gradient(linear, left top, left bottom, from(#9DA0A3), to(#43484F));
  72. }
  73. /* dojox.mobile.RoundRect */
  74. .dj_tablet .mblRoundRect {
  75. margin: 7px 30px 30px 30px;
  76. }
  77. .dj_tablet .mblHeading + .mblRoundRect {
  78. margin-top: 30px;
  79. }
  80. /* dojox.mobile.EdgeToEdgeCategory */
  81. /* dojox.mobile.RoundRectCategory */
  82. .dj_tablet .mblRoundRectCategory {
  83. margin: 18px 0px 0px 41px;
  84. }
  85. /* dojox.mobile.RoundRectList */
  86. .dj_tablet .mblRoundRectList {
  87. margin: 7px 30px 30px 30px;
  88. }
  89. .dj_tablet .mblRoundRectList:first-child {
  90. margin-top: 25px;
  91. }
  92. .dj_tablet .mblHeading + .mblRoundRectList {
  93. margin-top: 30px;
  94. }
  95. /* dojox.mobile.EdgeToEdgeList */
  96. /* dojox.mobile.ListItem */
  97. /* Switch */
  98. /* Icon Container */
  99. /* Icon Content Heading */
  100. /* dojox.mobile.Button */
  101. /* Tab Container */
  102. /* Progress Indicator */
  103. /* dojox.mobile.TabBar */
  104. .dj_tablet .mblTabPanelHeader {
  105. background-color: #889BB3;
  106. background: -webkit-gradient(linear, left top, left bottom, from(#F3F4F6), to(#A7ABB8));
  107. border-top: 1px solid #FEFEFE;
  108. border-bottom: 1px solid #787E8F;
  109. color: #70777F;
  110. text-shadow: rgba(256,256,256,0.6) 0px 1px 0px;
  111. }
  112. /* dojox.mobile.TabBarButton */
  113. .dj_tablet .mblTabButton {
  114. font-weight: bold;
  115. color: #70777F;
  116. text-shadow: none;
  117. border-color: silver;
  118. background-color: #CCCED6;
  119. background: -webkit-gradient(linear, left top, left bottom, from(#F3F4F6), to(#A7ABB8));
  120. }
  121. .dj_tablet .mblTabPanelHeader .mblTabButton.mblTabButtonSelected {
  122. color: white;
  123. text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
  124. background-color: #8B919A;
  125. background-image: -webkit-gradient(linear, left top, left bottom, from(#B1B5BB), to(#6A727D));
  126. }
  127. /* dojox.mobile.ToolBarButton */
  128. .dj_tablet .mblToolBarButton {
  129. text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
  130. border: 1px inset silver;
  131. }
  132. /* Default Button Colors */
  133. .dj_tablet .mblColorDefault {
  134. background-color: #8B919A;
  135. background-image: -webkit-gradient(linear, left top, left bottom, from(#B1B5BB), to(#6A727D));
  136. }
  137. .dj_tablet .mblColorDefaultSel {
  138. background-color: #515761;
  139. background-image: -webkit-gradient(linear, left top, left bottom, from(#7A7E85), to(#303845));
  140. }