summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/mobile/themes/custom/TabBar.css
blob: 33622350c1f2c135bee1ec2635209280d8af2f6a (plain)
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
/* dojox.mobile.TabBar */
.mblTabBar {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  height: 50px;
  background-color: #5cb0ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3)));
  border-bottom: 1px solid #769dc0;
  color: #131313;
  text-align: center;
}
.mblTabBarNoIcons {
  height: 34px;
}
.mblTabBarNoText {
  height: 34px;
}
/* dojox.mobile.TabBarButton */
.mblTabBarButton {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mblTabBar .mblTabBarButton {
  position: relative;
  list-style-type: none;
  float: left;
  padding: 5px 0;
}
.mblTabBar .mblTabBarButton.mblTabButtonSelected {
  border-color: #769dc0;
  background-color: #0064c2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3)));
  -webkit-border-radius: 2px;
}
.mblTabBarButtonAnchor {
  display: block;
  text-decoration: none;
}
.mblTabBarButtonDiv {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 29px;
  width: 29px;
}
.mblTabBarButtonIcon {
  position: absolute;
  left: 0;
  top: 0;
}
.mblTabBarButtonSpriteIcon {
  position: absolute;
}
.mblTabBarButtonTextBox {
  color: #131313;
  font-family: Helvetica;
  font-size: 11px;
  font-weight: normal;
}
.mblTabBarNoIcons .mblTabBarButtonDiv {
  display: none;
}
.mblTabBarNoIcons .mblTabBarButtonTextBox {
  line-height: 39px;
  font-size: 17px;
}
.mblTabBarTop .mblTabButton .mblTabBarButtonDiv {
  display: none;
}
.mblTabButton {
  position: relative;
  float: left;
  list-style-type: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 90px;
  height: 30px;
  border-width: 1px 1px 1px 0px;
  border-style: inset;
  border-color: #b5bcc7;
  border-right-color: #b5bcc7;
  background-color: #5cb0ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(3.3333333333333335%, rgba(255, 255, 255, 0.1)), color-stop(0.5, rgba(255, 255, 255, 0.6)), color-stop(1, rgba(255, 255, 255, 0.3)));
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  color: #131313;
  text-align: center;
  line-height: 30px;
}
.mblTabButton .mblTabBarButtonAnchor, .mblTabButton .mblTabBarButtonDiv {
  height: 30px;
}
.mblTabButton:first-child {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-left-width: 1px;
}
.mblTabButton:last-child {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-right-color: #b5bcc7;
}
.mblTabButtonSelected .mblTabBarButtonTextBox {
  color: #000000;
}
.mblTabButtonSelected.mblTabButton {
  background-color: #0064c2;
}
.mblTabButtonHighlighted.mblTabButton {
  background-color: #007ef5;
}
.mblTabButtonImgDiv {
  display: none;
}
.mblTabPanelHeader {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  height: 40px;
  background-color: #5cb0ff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2.5%, #ffffff), color-stop(2.5%, rgba(255, 255, 255, 0.14)), color-stop(5%, rgba(255, 255, 255, 0.14)), color-stop(5%, rgba(255, 255, 255, 0.52)), color-stop(7.5%, rgba(255, 255, 255, 0.52)), color-stop(7.5%, rgba(255, 255, 255, 0.68)), color-stop(10%, rgba(255, 255, 255, 0.68)), color-stop(1, rgba(255, 255, 255, 0)));
  border-bottom: 1px solid #769dc0;
  color: #131313;
  font-size: 18px;
  font-family: Helvetica;
  font-weight: normal;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
  text-align: center;
  line-height: 42px;
}
.mblTabPanelHeader .mblTabButton {
  margin-top: 4px;
}
.mblTabPanelHeader .mblTabButton.mblTabButtonSelected {
  background-color: #0064c2;
}
.mblTabPanelHeader .mblTabButtonDomButton {
  width: 43px;
}
.mblTabPanelHeader .mblTabButtonDomButtonClass {
  left: 8px;
}
.mblHeading .mblTabPanelHeader .mblTabButton {
  margin-top: 5px;
}
.mblHeading .mblTabPanelHeader .mblTabButton:first-child {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-left-width: 1px;
}
.mblHeading .mblTabPanelHeader .mblTabButton:last-child {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}