]>
git.saurik.com Git - cydia.git/blob - Cydia.app/menes/style.css
1 /* iPhone.css - iPhone Interface Cascading Style Sheet
2 * Copyright (C) 2007-2008 Jay Freeman (saurik)
6 * Redistribution and use in source and binary
7 * forms, with or without modification, are permitted
8 * provided that the following conditions are met:
10 * 1. Redistributions of source code must retain the
11 * above copyright notice, this list of conditions
12 * and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the
14 * above copyright notice, this list of conditions
15 * and the following disclaimer in the documentation
16 * and/or other materials provided with the
18 * 3. The name of the author may not be used to endorse
19 * or promote products derived from this software
20 * without specific prior written permission.
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS''
23 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
24 * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
25 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
26 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
27 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
28 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
29 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
30 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
32 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
33 * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
34 * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
35 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
54 box-sizing: border-box
;
55 -moz-box-sizing: border-box
;
59 font-family: Helvetica
;
62 -webkit-text-size-adjust: none
;
63 -webkit-user-select: none
;
80 background: #c7ced5 url
(pinstripes.png);
90 text-decoration: none
;
91 text-underline-style: dotted
;
104 background: url
(toolbar.png) #6d84a2 repeat-x
;
105 border-bottom: 1px solid
#2d3642;
110 .dialog > .toolbar > h1 {
115 margin: 1px auto
0 auto
;
116 text-shadow: rgba
(0, 0, 0, 0.4) 0px -1px 0;
121 /* (back|forward)-button {{{ */
122 .dialog
> .toolbar
> a
.back-button
,
123 .dialog > .toolbar > a.forward-button {
131 text-decoration: none
;
132 text-shadow: rgba
(0, 0, 0, 0.6) 0px -1px 0;
136 .dialog > .toolbar > a.back-button {
137 -webkit-border-image: url
(backButton.png) 0 8 0 14;
138 border-width: 0 8px 0 14px;
142 .dialog > .toolbar > a.forward-button {
143 -webkit-border-image: url
(toolButton.png) 0 5 0 5;
149 .dialog > .panel > block {
150 background-color: #c7ced5;
151 border-bottom: 1px solid
#999999;
152 border-top: 1px solid
#999999;
159 .dialog > .panel > block > hr {
160 border-width: 1px 0 0 0;
163 .dialog > .panel > fieldset {
164 background-color: #ffffff;
165 border: 1px solid
#999999;
166 -webkit-border-radius: 10px;
172 .dialog > .panel > label {
174 margin: 13px 0 -4px 27px;
179 text-shadow: rgba
(255, 255, 255, 0.75) 1px 1px 0;
182 .dialog
> .panel
> fieldset
> a
,
183 .dialog > .panel > fieldset > div {
184 border-top: 1px solid
#999999;
186 padding: 12px 17px 11px 17px;
189 .dialog
> .panel
> fieldset
> a:first-child
,
190 .dialog > .panel > fieldset > div:first-child {
194 .dialog
> .panel
> fieldset
> a img
.icon
,
195 .dialog > .panel > fieldset > div img.icon {
197 margin: -13px 5px -10px -10px;
203 .dialog
> .panel
> block
> p
,
204 .dialog > .panel > fieldset > div > p {
209 .dialog > .panel > fieldset > div > ul {
213 .dialog
> .panel
> fieldset
> div
> p:first-child
,
214 .dialog > .panel > fieldset > div > ul:first-child {
218 .dialog
> .panel
> fieldset
> div
> p:last-child
,
219 .dialog > .panel > fieldset > div > ul:last-child {
223 .dialog > .panel > fieldset > a {
224 background: 275px 11px no-repeat url
(listArrow.png);
229 .dialog > .panel > fieldset > div > select {
231 margin: -5px -10px -5px 86px;
235 .dialog > .panel > fieldset > div > input {
242 padding: 13px 10px 0 111px;
246 .dialog > .panel > fieldset > div > input[type="submit"] {
247 border-width: 0 12px;
254 -webkit-border-image: url
(whiteButton.png) 0 12 0 12;
257 .dialog
> .panel
> fieldset
> a
> label
,
258 .dialog > .panel > fieldset > div > label {
264 .dialog > .panel > fieldset > a > label + div {
268 .dialog
> .panel
> fieldset
> a
> label
+ div
,
269 .dialog > .panel > fieldset > div > label + div {
275 .dialog > .panel > img {
277 margin: 9px auto
4px auto
;