omniboard_jqtouch 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/MIT-LICENSE +19 -0
- data/README.rdoc +21 -0
- data/lib/omniboard_jqtouch.rb +11 -0
- data/lib/public/iphone/404.html +26 -0
- data/lib/public/iphone/422.html +26 -0
- data/lib/public/iphone/500.html +26 -0
- data/lib/public/iphone/favicon.ico +0 -0
- data/lib/public/iphone/images/rails.png +0 -0
- data/lib/public/iphone/javascripts/application.js +51 -0
- data/lib/public/iphone/javascripts/jqtouch.js +634 -0
- data/lib/public/iphone/javascripts/jqtouch.min.js +1 -0
- data/lib/public/iphone/javascripts/jquery-1.4.3.js +6883 -0
- data/lib/public/iphone/robots.txt +5 -0
- data/lib/public/iphone/stylesheets/jqtouch.css +373 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/backButton.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/blueButton.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/cancel.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/chevron.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/grayButton.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/listArrowSel.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/listGroup.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/loading.gif +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/on_off.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/pinstripes.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/selection.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/thumb.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/toggle.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/toggleOn.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/toolButton.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/toolbar.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/img/whiteButton.png +0 -0
- data/lib/public/iphone/stylesheets/themes/apple/theme.css +677 -0
- data/lib/public/iphone/stylesheets/themes/apple/theme.min.css +1 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/back_button.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/back_button_clicked.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/button.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/button_clicked.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/chevron.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/chevron_circle.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/grayButton.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/loading.gif +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/on_off.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/rowhead.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/toggle.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/toggleOn.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/toolbar.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/img/whiteButton.png +0 -0
- data/lib/public/iphone/stylesheets/themes/jqt/theme.css +527 -0
- data/lib/public/iphone/stylesheets/themes/jqt/theme.min.css +1 -0
- data/lib/views/application.erb +49 -0
- metadata +127 -0
@@ -0,0 +1 @@
|
|
1
|
+
body{background:#000;}body>*{background:#c5ccd3 url(img/pinstripes.png);}h1,h2{font:bold 18px Helvetica;text-shadow:rgba(255,255,255,.2) 0 1px 1px;color:#4c566c;margin:10px 20px 6px;}.toolbar{-webkit-box-sizing:border-box;border-bottom:1px solid #2d3642;padding:10px;height:45px;background:url(img/toolbar.png) #6d84a2 repeat-x;position:relative;}.black-translucent .toolbar{margin-top:20px;}.toolbar>h1{position:absolute;overflow:hidden;left:50%;top:10px;line-height:1em;margin:1px 0 0 -75px;height:40px;font-size:20px;width:150px;font-weight:bold;text-shadow:rgba(0,0,0,0.4) 0 -1px 0;text-align:center;text-overflow:ellipsis;white-space:nowrap;color:#fff;}body.landscape .toolbar>h1{margin-left:-125px;width:250px;}.button,.back,.cancel,.add{position:absolute;overflow:hidden;top:8px;right:6px;margin:0;border-width:0 5px;padding:0 3px;width:auto;height:30px;line-height:30px;font-family:inherit;font-size:12px;font-weight:bold;color:#fff;text-shadow:rgba(0,0,0,0.5) 0 -1px 0;text-overflow:ellipsis;text-decoration:none;white-space:nowrap;background:none;-webkit-border-image:url(img/toolButton.png) 0 5 0 5;}.button.active,.back.active,.cancel.active,.add.active{-webkit-border-image:url(img/toolButton.png) 0 5 0 5;}.blueButton{-webkit-border-image:url(img/blueButton.png) 0 5 0 5;border-width:0 5px;}.back{left:6px;right:auto;padding:0;max-width:55px;border-width:0 8px 0 14px;-webkit-border-image:url(img/backButton.png) 0 8 0 14;}.leftButton,.cancel{left:6px;right:auto;}.add{font-size:24px;line-height:24px;font-weight:bold;}.whiteButton,.grayButton{display:block;border-width:0 12px;padding:10px;text-align:center;font-size:20px;font-weight:bold;text-decoration:inherit;color:inherit;}.whiteButton{-webkit-border-image:url(img/whiteButton.png) 0 12 0 12;text-shadow:rgba(255,255,255,0.7) 0 1px 0;}.grayButton{-webkit-border-image:url(img/grayButton.png) 0 12 0 12;color:#FFF;}h1+ul,h2+ul,h3+ul,h4+ul,h5+ul,h6+ul{margin-top:0;}ul{color:black;background:#fff;border:1px solid #B4B4B4;font:bold 17px Helvetica;padding:0;margin:15px 10px 17px 10px;-webkit-border-radius:8px;}ul li{color:#666;border-top:1px solid #B4B4B4;list-style-type:none;padding:10px 10px 10px 10px;}li:first-child,li:first-child a{border-top:0;-webkit-border-top-left-radius:8px;-webkit-border-top-right-radius:8px;}li:last-child,li:last-child a{-webkit-border-bottom-left-radius:8px;-webkit-border-bottom-right-radius:8px;}ul li.arrow{background-image:url(img/chevron.png);background-position:right center;background-repeat:no-repeat;}#plastic ul li.arrow,#metal ul li.arrow{background-image:url(../images/chevron_dg.png);background-position:right center;background-repeat:no-repeat;}ul li a,li.img a+a{color:#000;text-decoration:none;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;padding:12px 10px 12px 10px;margin:-10px;-webkit-tap-highlight-color:rgba(0,0,0,0);}ul li a.active{background:#194fdb url(img/selection.png) 0 0 repeat-x;color:#fff;}ul li a.button{background-color:#194fdb;color:#fff;}ul li.img a+a{margin:-10px 10px -20px -5px;font-size:17px;font-weight:bold;}ul li.img a+a+a{font-size:14px;font-weight:normal;margin-left:-10px;margin-bottom:-10px;margin-top:0;}ul li.img a+small+a{margin-left:-5px;}ul li.img a+small+a+a{margin-left:-10px;margin-top:-20px;margin-bottom:-10px;font-size:14px;font-weight:normal;}ul li.img a+small+a+a+a{margin-left:0!important;margin-bottom:0;}ul li a+a{color:#000;font:14px Helvetica;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin:0;padding:0;}ul li a+a+a,ul li.img a+a+a+a,ul li.img a+small+a+a+a{color:#666;font:13px Helvetica;margin:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;padding:0;}ul.form li{padding:7px 10px;}ul.form li.error{border:2px solid red;}ul.form li.error+li.error{border-top:0;}ul.form li:hover{background:#fff;}ul li input[type="text"],ul li input[type="password"],ul li textarea,ul li select{color:#777;background:#fff url(../.png);border:0;font:normal 17px Helvetica;padding:0;display:inline-block;margin-left:0;width:100%;-webkit-appearance:textarea;}ul li textarea{height:120px;padding:0;text-indent:-2px;}ul li select{text-indent:0;background:transparent url(../images/chevron.png) no-repeat 103% 3px;-webkit-appearance:textfield;margin-left:-6px;width:104%;}ul li input[type="checkbox"],ul li input[type="radio"]{margin:0;color:#324f85;padding:10px 10px;}ul li input[type="checkbox"]:after,ul li input[type="radio"]:after{content:attr(title);font:17px Helvetica;display:block;width:246px;margin:-12px 0 0 17px;}.edgetoedge h4{color:#fff;background:#9a9faa url(img/listGroup.png) top left repeat-x;border-top:1px solid #a5b1ba;text-shadow:#666 0 1px 0;margin:0;padding:2px 10px;}.edgetoedge,.metal{margin:0;padding:0;background-color:#fff;}.edgetoedge ul,.metal ul,.plastic ul{-webkit-border-radius:0;margin:0;border-left:0;border-right:0;border-top:0;}.metal ul{border-top:0;border-bottom:0;background:#b4b4b4;}.edgetoedge ul li:first-child,.edgetoedge ul li:first-child a,.edgetoedge ul li:last-child,.edgetoedge ul li:last-child a,.metal ul li:first-child a,.metal ul li:last-child a{-webkit-border-radius:0;}.edgetoedge ul li small{font-size:16px;line-height:28px;}.edgetoedge li,.metal li{-webkit-border-radius:0;}.edgetoedge li em{font-weight:normal;font-style:normal;}.edgetoedge h4+ul{border-top:1px solid #989ea4;border-bottom:1px solid #717d85;}ul li small{color:#369;font:17px Helvetica;text-align:right;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:23%;float:right;padding:3px 0;}ul li.arrow small{padding:0 15px;}ul li small.counter{font-size:17px!important;line-height:13px!important;font-weight:bold;background:#9a9faa;color:#fff;-webkit-border-radius:11px;padding:4px 10px 5px 10px;display:inline!important;width:auto;margin-top:-22px;}ul li.arrow small.counter{margin-right:15px;}#plastic ul li.arrow,#metal ul li.arrow{background-image:url(img/listArrow.png);background-position:right center;background-repeat:no-repeat;}.edgetoedge ul,.metal ul,.plastic ul{-webkit-border-radius:0;margin:0;border-left:0;border-right:0;border-top:0;}.metal ul li{border-top:1px solid #eee;border-bottom:1px solid #9c9ea5;background:url(../images/bgMetal.png) top left repeat-x;font-size:26px;text-shadow:#fff 0 1px 0;}.metal ul li a{line-height:26px;margin:0;padding:13px 0;}.metal ul li a:hover{color:#000;}.metal ul li:hover small{color:inherit;}.metal ul li a em{display:block;font-size:14px;font-style:normal;color:#444;width:50%;line-height:14px;}.metal ul li small{float:right;position:relative;margin-top:10px;font-weight:bold;}.metal ul li.arrow a small{padding-right:0;line-height:17px;}.metal ul li.arrow{background:url(../images/bgMetal.png) top left repeat-x,url(../images/chevron_dg.png) right center no-repeat;}.plastic{margin:0;padding:0;background:#adadad;}.plastic ul{-webkit-border-radius:0;margin:0;border-left:0;border-right:0;border-top:0;background-color:#adadad;}.plastic ul li{-webkit-border-radius:0;border-top:1px solid #bfbfbf;border-bottom:1px solid #9d9d9d;}.plastic ul li:nth-child(odd){background-color:#989898;border-top:1px solid #b5b5b5;border-bottom:1px solid #8a8a8a;}.plastic ul+p{font-size:11px;color:#2f3237;text-shadow:none;padding:10px 10px;}.plastic ul+p strong{font-size:14px;line-height:18px;text-shadow:#fff 0 1px 0;}.plastic ul li a{text-shadow:#d3d3d3 0 1px 0;}.plastic ul li:nth-child(odd) a{text-shadow:#bfbfbf 0 1px 0;}.plastic ul li small{color:#3C3C3C;text-shadow:#d3d3d3 0 1px 0;font-size:13px;font-weight:bold;text-transform:uppercase;line-height:24px;}#plastic ul.minibanner,#plastic ul.bigbanner{margin:10px;border:0;height:81px;clear:both;}#plastic ul.bigbanner{height:140px!important;}#plastic ul.minibanner li{border:1px solid #8a8a8a;background-color:#989898;width:145px;height:81px;float:left;-webkit-border-radius:5px;padding:0;}#plastic ul.bigbanner li{border:1px solid #8a8a8a;background-color:#989898;width:296px;height:140px;float:left;-webkit-border-radius:5px;padding:0;margin-bottom:4px;}#plastic ul.minibanner li:first-child{margin-right:6px;}#plastic ul.minibanner li a{color:transparent;text-shadow:none;display:block;width:145px;height:81px;}#plastic ul.bigbanner li a{color:transparent;text-shadow:none;display:block;width:296px;height:145px;}ul.individual{border:0;background:none;clear:both;overflow:hidden;}ul.individual li{color:#b7becd;background:white;border:1px solid #b4b4b4;font-size:14px;text-align:center;-webkit-border-radius:8px;-webkit-box-sizing:border-box;width:48%;float:left;display:block;padding:11px 10px 14px 10px;}ul.individual li+li{float:right;}ul.individual li a{color:#324f85;line-height:16px;margin:-11px -10px -14px -10px;padding:11px 10px 14px 10px;-webkit-border-radius:8px;}ul.individual li a:hover{color:#fff;background:#36c;}.toggle{width:94px;position:relative;height:27px;display:block;overflow:hidden;float:right;}.toggle input[type="checkbox"]:checked{left:0;}.toggle input[type="checkbox"]{-webkit-tap-highlight-color:rgba(0,0,0,0);margin:0;-webkit-border-radius:5px;background:#fff url(img/on_off.png) 0 0 no-repeat;height:27px;overflow:hidden;width:149px;border:0;-webkit-appearance:textarea;background-color:transparent;-webkit-transition:left .15s;position:absolute;top:0;left:-55px;}.info{background:#dce1eb;font-size:12px;line-height:16px;text-align:center;text-shadow:rgba(255,255,255,.8) 0 1px 0;color:#4c566c;padding:15px;border-top:1px solid rgba(76,86,108,.3);font-weight:bold;}
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -0,0 +1,527 @@
|
|
1
|
+
body {
|
2
|
+
background: #000;
|
3
|
+
color: #ddd;
|
4
|
+
}
|
5
|
+
body > * {
|
6
|
+
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#5e5e65));
|
7
|
+
}
|
8
|
+
h1, h2 {
|
9
|
+
font: bold 18px Helvetica;
|
10
|
+
text-shadow: rgba(255,255,255,.2) 0 1px 1px;
|
11
|
+
color: #000;
|
12
|
+
margin: 10px 20px 5px;
|
13
|
+
}
|
14
|
+
/* @group Toolbar */
|
15
|
+
.toolbar {
|
16
|
+
-webkit-box-sizing: border-box;
|
17
|
+
border-bottom: 1px solid #000;
|
18
|
+
padding: 10px;
|
19
|
+
height: 45px;
|
20
|
+
background: url(img/toolbar.png) #000000 repeat-x;
|
21
|
+
position: relative;
|
22
|
+
}
|
23
|
+
.black-translucent .toolbar {
|
24
|
+
margin-top: 20px;
|
25
|
+
}
|
26
|
+
.toolbar > h1 {
|
27
|
+
position: absolute;
|
28
|
+
overflow: hidden;
|
29
|
+
left: 50%;
|
30
|
+
top: 10px;
|
31
|
+
line-height: 1em;
|
32
|
+
margin: 1px 0 0 -75px;
|
33
|
+
height: 40px;
|
34
|
+
font-size: 20px;
|
35
|
+
width: 150px;
|
36
|
+
font-weight: bold;
|
37
|
+
text-shadow: rgba(0,0,0,1) 0 -1px 1px;
|
38
|
+
text-align: center;
|
39
|
+
text-overflow: ellipsis;
|
40
|
+
white-space: nowrap;
|
41
|
+
color: #fff;
|
42
|
+
}
|
43
|
+
body.landscape .toolbar > h1 {
|
44
|
+
margin-left: -125px;
|
45
|
+
width: 250px;
|
46
|
+
}
|
47
|
+
.button, .back, .cancel, .add {
|
48
|
+
position: absolute;
|
49
|
+
overflow: hidden;
|
50
|
+
top: 8px;
|
51
|
+
right: 10px;
|
52
|
+
margin: 0;
|
53
|
+
border-width: 0 5px;
|
54
|
+
padding: 0 3px;
|
55
|
+
width: auto;
|
56
|
+
height: 30px;
|
57
|
+
line-height: 30px;
|
58
|
+
font-family: inherit;
|
59
|
+
font-size: 12px;
|
60
|
+
font-weight: bold;
|
61
|
+
color: #fff;
|
62
|
+
text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0;
|
63
|
+
text-overflow: ellipsis;
|
64
|
+
text-decoration: none;
|
65
|
+
white-space: nowrap;
|
66
|
+
background: none;
|
67
|
+
-webkit-border-image: url(img/button.png) 0 5 0 5;
|
68
|
+
}
|
69
|
+
.blueButton {
|
70
|
+
-webkit-border-image: url(img/blueButton.png) 0 5 0 5;
|
71
|
+
border-width: 0 5px;
|
72
|
+
}
|
73
|
+
.back {
|
74
|
+
left: 6px;
|
75
|
+
right: auto;
|
76
|
+
padding: 0;
|
77
|
+
max-width: 55px;
|
78
|
+
border-width: 0 8px 0 14px;
|
79
|
+
-webkit-border-image: url(img/back_button.png) 0 8 0 14;
|
80
|
+
}
|
81
|
+
.back.active {
|
82
|
+
-webkit-border-image: url(img/back_button_clicked.png) 0 8 0 14;
|
83
|
+
color: #aaa;
|
84
|
+
}
|
85
|
+
.leftButton, .cancel {
|
86
|
+
left: 6px;
|
87
|
+
right: auto;
|
88
|
+
}
|
89
|
+
.add {
|
90
|
+
font-size: 24px;
|
91
|
+
line-height: 24px;
|
92
|
+
font-weight: bold;
|
93
|
+
}
|
94
|
+
.whiteButton,
|
95
|
+
.grayButton {
|
96
|
+
display: block;
|
97
|
+
border-width: 0 12px;
|
98
|
+
padding: 10px;
|
99
|
+
text-align: center;
|
100
|
+
font-size: 20px;
|
101
|
+
font-weight: bold;
|
102
|
+
text-decoration: inherit;
|
103
|
+
color: inherit;
|
104
|
+
}
|
105
|
+
.whiteButton {
|
106
|
+
-webkit-border-image: url(img/whiteButton.png) 0 12 0 12;
|
107
|
+
text-shadow: rgba(255, 255, 255, 0.7) 0 1px 0;
|
108
|
+
}
|
109
|
+
.grayButton {
|
110
|
+
-webkit-border-image: url(img/grayButton.png) 0 12 0 12;
|
111
|
+
color: #FFFFFF;
|
112
|
+
}
|
113
|
+
/* @end */
|
114
|
+
/* @group Lists */
|
115
|
+
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul {
|
116
|
+
margin-top: 0;
|
117
|
+
}
|
118
|
+
ul {
|
119
|
+
color: #aaa;
|
120
|
+
border: 1px solid #333333;
|
121
|
+
font: bold 18px Helvetica;
|
122
|
+
padding: 0;
|
123
|
+
margin: 15px 10px 17px 10px;
|
124
|
+
}
|
125
|
+
ul.rounded {
|
126
|
+
-webkit-border-radius: 8px;
|
127
|
+
-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
|
128
|
+
}
|
129
|
+
ul.rounded li:first-child, ul.rounded li:first-child a {
|
130
|
+
border-top: 0;
|
131
|
+
-webkit-border-top-left-radius: 8px;
|
132
|
+
-webkit-border-top-right-radius: 8px;
|
133
|
+
}
|
134
|
+
ul.rounded li:last-child, ul.rounded li:last-child a {
|
135
|
+
-webkit-border-bottom-left-radius: 8px;
|
136
|
+
-webkit-border-bottom-right-radius: 8px;
|
137
|
+
}
|
138
|
+
ul li {
|
139
|
+
color: #666;
|
140
|
+
border-top: 1px solid #333;
|
141
|
+
border-bottom: #555858;
|
142
|
+
list-style-type: none;
|
143
|
+
padding: 10px 10px 10px 10px;
|
144
|
+
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
|
145
|
+
overflow: hidden;
|
146
|
+
}
|
147
|
+
ul li.arrow {
|
148
|
+
background-image: url(img/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
|
149
|
+
background-position: right center;
|
150
|
+
background-repeat: no-repeat;
|
151
|
+
}
|
152
|
+
ul li.forward {
|
153
|
+
background-image: url(img/chevron_circle.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
|
154
|
+
background-position: right center;
|
155
|
+
background-repeat: no-repeat;
|
156
|
+
}
|
157
|
+
/* universal links on list */
|
158
|
+
ul li a, li.img a + a {
|
159
|
+
color: #fff;
|
160
|
+
text-decoration: none;
|
161
|
+
text-overflow: ellipsis;
|
162
|
+
white-space: nowrap;
|
163
|
+
overflow: hidden;
|
164
|
+
display: block;
|
165
|
+
padding: 12px 10px 12px 10px;
|
166
|
+
margin: -10px;
|
167
|
+
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
168
|
+
text-shadow: rgba(0,0,0,.2) 0 1px 1px;
|
169
|
+
}
|
170
|
+
ul li a.active, ul li a.button {
|
171
|
+
background-color: #53b401;
|
172
|
+
color: #fff;
|
173
|
+
}
|
174
|
+
ul li a.active.loading {
|
175
|
+
background-image: url(img/loading.gif);
|
176
|
+
background-position: 95% center;
|
177
|
+
background-repeat: no-repeat;
|
178
|
+
}
|
179
|
+
ul li.arrow a.active {
|
180
|
+
background-image: url(img/chevron.png);
|
181
|
+
background-position: right center;
|
182
|
+
background-repeat: no-repeat;
|
183
|
+
}
|
184
|
+
ul li.forward a.active {
|
185
|
+
background-image: url(img/chevron_circle.png);
|
186
|
+
background-position: right center;
|
187
|
+
background-repeat: no-repeat;
|
188
|
+
}
|
189
|
+
ul li.img a + a {
|
190
|
+
margin: -10px 10px -20px -5px;
|
191
|
+
font-size: 17px;
|
192
|
+
font-weight: bold;
|
193
|
+
}
|
194
|
+
ul li.img a + a + a {
|
195
|
+
font-size: 14px;
|
196
|
+
font-weight: normal;
|
197
|
+
margin-left: -10px;
|
198
|
+
margin-bottom: -10px;
|
199
|
+
margin-top: 0;
|
200
|
+
}
|
201
|
+
ul li.img a + small + a {
|
202
|
+
margin-left: -5px;
|
203
|
+
}
|
204
|
+
ul li.img a + small + a + a {
|
205
|
+
margin-left: -10px;
|
206
|
+
margin-top: -20px;
|
207
|
+
margin-bottom: -10px;
|
208
|
+
font-size: 14px;
|
209
|
+
font-weight: normal;
|
210
|
+
}
|
211
|
+
ul li.img a + small + a + a + a {
|
212
|
+
margin-left: 0px !important;
|
213
|
+
margin-bottom: 0;
|
214
|
+
}
|
215
|
+
ul li a + a {
|
216
|
+
color: #000;
|
217
|
+
font: 14px Helvetica;
|
218
|
+
text-overflow: ellipsis;
|
219
|
+
white-space: nowrap;
|
220
|
+
overflow: hidden;
|
221
|
+
display: block;
|
222
|
+
margin: 0;
|
223
|
+
padding: 0;
|
224
|
+
}
|
225
|
+
ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
|
226
|
+
color: #666;
|
227
|
+
font: 13px Helvetica;
|
228
|
+
margin: 0;
|
229
|
+
text-overflow: ellipsis;
|
230
|
+
white-space: nowrap;
|
231
|
+
overflow: hidden;
|
232
|
+
display: block;
|
233
|
+
padding: 0;
|
234
|
+
}
|
235
|
+
/*
|
236
|
+
@end */
|
237
|
+
/* @group Forms */
|
238
|
+
ul.form li {
|
239
|
+
padding: 7px 10px;
|
240
|
+
}
|
241
|
+
ul.form li.error {
|
242
|
+
border: 2px solid red;
|
243
|
+
}
|
244
|
+
ul.form li.error + li.error {
|
245
|
+
border-top: 0;
|
246
|
+
}
|
247
|
+
ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
|
248
|
+
color: #777;
|
249
|
+
background: transparent url(../.png);
|
250
|
+
border: 0;
|
251
|
+
font: normal 17px Helvetica;
|
252
|
+
padding: 0;
|
253
|
+
display: inline-block;
|
254
|
+
margin-left: 0px;
|
255
|
+
width: 100%;
|
256
|
+
-webkit-appearance: textarea;
|
257
|
+
}
|
258
|
+
ul li textarea {
|
259
|
+
height: 120px;
|
260
|
+
padding: 0;
|
261
|
+
text-indent: -2px;
|
262
|
+
}
|
263
|
+
ul li select {
|
264
|
+
text-indent: 0px;
|
265
|
+
background: transparent url(img/chevron.png) no-repeat right center;
|
266
|
+
-webkit-appearance: textfield;
|
267
|
+
margin-left: -6px;
|
268
|
+
width: 104%;
|
269
|
+
}
|
270
|
+
ul li input[type="checkbox"], ul li input[type="radio"] {
|
271
|
+
margin: 0;
|
272
|
+
padding: 10px 10px;
|
273
|
+
}
|
274
|
+
ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
|
275
|
+
content: attr(title);
|
276
|
+
font: 17px Helvetica;
|
277
|
+
display: block;
|
278
|
+
width: 246px;
|
279
|
+
color: #777;
|
280
|
+
margin: -12px 0 0 17px;
|
281
|
+
}
|
282
|
+
/* @end */
|
283
|
+
/* @group Mini Label */
|
284
|
+
ul li small {
|
285
|
+
color: #64c114;
|
286
|
+
font: 17px Helvetica;
|
287
|
+
text-align: right;
|
288
|
+
text-overflow: ellipsis;
|
289
|
+
white-space: nowrap;
|
290
|
+
overflow: hidden;
|
291
|
+
display: block;
|
292
|
+
width: 23%;
|
293
|
+
float: right;
|
294
|
+
padding: 0;
|
295
|
+
}
|
296
|
+
ul li.arrow small {
|
297
|
+
padding: 0 15px;
|
298
|
+
}
|
299
|
+
ul li small.counter {
|
300
|
+
font-size: 17px;
|
301
|
+
line-height: 13px;
|
302
|
+
font-weight: bold;
|
303
|
+
background: rgba(0,0,0,.15);
|
304
|
+
color: #fff;
|
305
|
+
-webkit-border-radius: 11px;
|
306
|
+
padding: 4px 10px 5px 10px;
|
307
|
+
display: block;
|
308
|
+
width: auto;
|
309
|
+
margin-top: -22px;
|
310
|
+
-webkit-box-shadow: rgba(255,255,255,.1) 0 1px 0;
|
311
|
+
}
|
312
|
+
ul li.arrow small.counter {
|
313
|
+
margin-right: 15px;
|
314
|
+
}
|
315
|
+
/* @end */
|
316
|
+
/* @group Individual */
|
317
|
+
ul.individual {
|
318
|
+
border: 0;
|
319
|
+
background: none;
|
320
|
+
clear: both;
|
321
|
+
overflow: hidden;
|
322
|
+
padding-bottom: 3px;
|
323
|
+
-webkit-box-shadow: none;
|
324
|
+
}
|
325
|
+
ul.individual li {
|
326
|
+
background: #4c4d4e;
|
327
|
+
border: 1px solid #333;
|
328
|
+
font-size: 14px;
|
329
|
+
text-align: center;
|
330
|
+
-webkit-border-radius: 8px;
|
331
|
+
-webkit-box-sizing: border-box;
|
332
|
+
width: 48%;
|
333
|
+
float: left;
|
334
|
+
display: block;
|
335
|
+
padding: 11px 10px 14px 10px;
|
336
|
+
-webkit-box-shadow: rgba(0,0,0,.2) 1px 1px 3px;
|
337
|
+
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c4d4e), to(#404142));
|
338
|
+
}
|
339
|
+
ul.individual li + li {
|
340
|
+
float: right;
|
341
|
+
}
|
342
|
+
ul.individual li a {
|
343
|
+
color: #fff;
|
344
|
+
line-height: 16px;
|
345
|
+
margin: -11px -10px -14px -10px;
|
346
|
+
padding: 11px 10px 14px 10px;
|
347
|
+
-webkit-border-radius: 8px;
|
348
|
+
}
|
349
|
+
/* @end */
|
350
|
+
/* @group Toggle */
|
351
|
+
.toggle {
|
352
|
+
width: 94px;
|
353
|
+
position: relative;
|
354
|
+
height: 27px;
|
355
|
+
display: block;
|
356
|
+
overflow: hidden;
|
357
|
+
float: right;
|
358
|
+
}
|
359
|
+
.toggle input[type="checkbox"]:checked {
|
360
|
+
left: 0px;
|
361
|
+
}
|
362
|
+
.toggle input[type="checkbox"] {
|
363
|
+
-webkit-appearance: textarea;
|
364
|
+
-webkit-border-radius: 5px;
|
365
|
+
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
366
|
+
-webkit-transition: left .15s;
|
367
|
+
background-color: transparent;
|
368
|
+
background: #fff url(img/on_off.png) 0 0 no-repeat;
|
369
|
+
border: 0;
|
370
|
+
height: 27px;
|
371
|
+
left: -55px;
|
372
|
+
margin: 0;
|
373
|
+
overflow: hidden;
|
374
|
+
position: absolute;
|
375
|
+
top: 0;
|
376
|
+
width: 149px;
|
377
|
+
}
|
378
|
+
/* @end */
|
379
|
+
/* @group Info */
|
380
|
+
.info {
|
381
|
+
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#aaa), color-stop(.6,#CCCCCC));
|
382
|
+
font-size: 12px;
|
383
|
+
line-height: 16px;
|
384
|
+
text-align: center;
|
385
|
+
text-shadow: rgba(255,255,255,.8) 0 1px 0;
|
386
|
+
color: #444;
|
387
|
+
padding: 15px;
|
388
|
+
border-top: 1px solid rgba(255,255,255,.2);
|
389
|
+
font-weight: bold;
|
390
|
+
}
|
391
|
+
/* @end */
|
392
|
+
/* @group Edge to edge */
|
393
|
+
ul.edgetoedge {
|
394
|
+
border-width: 1px 0;
|
395
|
+
margin: 0;
|
396
|
+
padding: 0;
|
397
|
+
}
|
398
|
+
ul.edgetoedge li {
|
399
|
+
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e1f21), to(#272729));
|
400
|
+
border-bottom: 2px solid #000;
|
401
|
+
border-top: 1px solid #4a4b4d;
|
402
|
+
font-size: 20px;
|
403
|
+
margin-bottom: -1px;
|
404
|
+
}
|
405
|
+
ul.edgetoedge li.sep {
|
406
|
+
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5)));
|
407
|
+
border-bottom: 1px solid #111113;
|
408
|
+
border-top: 1px solid #666;
|
409
|
+
color: #3e9ac3;
|
410
|
+
font-size: 16px;
|
411
|
+
margin: 1px 0 0 0;
|
412
|
+
padding: 2px 10px;
|
413
|
+
text-shadow: #000 0 1px 0;
|
414
|
+
}
|
415
|
+
ul.edgetoedge li em {
|
416
|
+
font-weight: normal;
|
417
|
+
font-style: normal;
|
418
|
+
}
|
419
|
+
/* @end */
|
420
|
+
/* @group Plastic */
|
421
|
+
#plastic {
|
422
|
+
background: #17181a;
|
423
|
+
}
|
424
|
+
ul.plastic {
|
425
|
+
background: #17181a;
|
426
|
+
color: #aaa;
|
427
|
+
font: bold 18px Helvetica;
|
428
|
+
margin: 0;
|
429
|
+
padding: 0;
|
430
|
+
border-width: 0 0 1px 0;
|
431
|
+
}
|
432
|
+
ul.plastic li {
|
433
|
+
border-width: 1px 0;
|
434
|
+
border-style: solid;
|
435
|
+
border-top-color: #222;
|
436
|
+
border-bottom-color: #000;
|
437
|
+
color: #666;
|
438
|
+
list-style-type: none;
|
439
|
+
overflow: hidden;
|
440
|
+
padding: 10px 10px 10px 10px;
|
441
|
+
}
|
442
|
+
ul.plastic li a.active.loading {
|
443
|
+
background-image: url(img/loading.gif);
|
444
|
+
background-position: 95% center;
|
445
|
+
background-repeat: no-repeat;
|
446
|
+
}
|
447
|
+
ul.plastic li small {
|
448
|
+
color: #888;
|
449
|
+
font-size: 13px;
|
450
|
+
font-weight: bold;
|
451
|
+
line-height: 24px;
|
452
|
+
text-transform: uppercase;
|
453
|
+
}
|
454
|
+
ul.plastic li:nth-child(odd) {
|
455
|
+
background-color: #1c1c1f;
|
456
|
+
}
|
457
|
+
ul.plastic li.arrow {
|
458
|
+
background-image: url(img/chevron.png);
|
459
|
+
background-position: right center;
|
460
|
+
background-repeat: no-repeat;
|
461
|
+
}
|
462
|
+
ul.plastic li.arrow a.active {
|
463
|
+
background-image: url(img/chevron.png);
|
464
|
+
background-position: right center;
|
465
|
+
background-repeat: no-repeat;
|
466
|
+
}
|
467
|
+
ul.plastic li.forward {
|
468
|
+
background-image: url(img/chevron_circle.png);
|
469
|
+
background-position: right center;
|
470
|
+
background-repeat: no-repeat;
|
471
|
+
}
|
472
|
+
ul.plastic li.forward a.active {
|
473
|
+
background-image: url(img/chevron_circle.png);
|
474
|
+
background-position: right center;
|
475
|
+
background-repeat: no-repeat;
|
476
|
+
}
|
477
|
+
/* @group Metal */
|
478
|
+
ul.metal {
|
479
|
+
border-bottom: 0;
|
480
|
+
border-left: 0;
|
481
|
+
border-right: 0;
|
482
|
+
border-top: 0;
|
483
|
+
margin: 0;
|
484
|
+
}
|
485
|
+
ul.metal li {
|
486
|
+
background-image: none;
|
487
|
+
border-top: 1px solid #fff;
|
488
|
+
border-bottom: 1px solid #666;
|
489
|
+
font-size: 26px;
|
490
|
+
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1)));
|
491
|
+
}
|
492
|
+
ul.metal li a {
|
493
|
+
line-height: 26px;
|
494
|
+
margin: 0;
|
495
|
+
text-shadow: #fff 0 1px 0;
|
496
|
+
padding: 13px 0;
|
497
|
+
}
|
498
|
+
ul.metal li a em {
|
499
|
+
display: block;
|
500
|
+
font-size: 14px;
|
501
|
+
font-style: normal;
|
502
|
+
color: #444;
|
503
|
+
width: 50%;
|
504
|
+
line-height: 14px;
|
505
|
+
}
|
506
|
+
ul.metal li a.active {
|
507
|
+
color: rgb(0,0,0);
|
508
|
+
}
|
509
|
+
ul.metal li small {
|
510
|
+
float: right;
|
511
|
+
position: relative;
|
512
|
+
margin-top: 10px;
|
513
|
+
font-weight: bold;
|
514
|
+
}
|
515
|
+
ul.metal li.arrow {
|
516
|
+
background-image: url(img/chevron.png);
|
517
|
+
background-position: right center;
|
518
|
+
background-repeat: no-repeat;
|
519
|
+
background-image: url(img/chevron.png), -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(238,238,238,1)), to(rgba(156,158,160,1)));
|
520
|
+
background-repeat: no-repeat;
|
521
|
+
background-position: right center;
|
522
|
+
}
|
523
|
+
ul.metal li.arrow a small {
|
524
|
+
padding-right: 15px;
|
525
|
+
line-height: 17px;
|
526
|
+
}
|
527
|
+
/* @end */
|