]>
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.
49 display: inline-block
;
52 html
[xmlns
] .clearfix
{
62 box-sizing: border-box
;
63 -moz-box-sizing: border-box
;
67 font-family: Helvetica
;
70 -webkit-text-size-adjust: none
;
71 -webkit-user-select: none
;
88 background: #c7ced5 url
(pinstripes.png);
98 text-decoration: none
;
99 text-underline-style: dotted
;
107 letter-spacing: -2px;
112 background: url
(toolbar.png) #6d84a2 repeat-x
;
113 border-bottom: 1px solid
#2d3642;
118 .dialog > .toolbar > h1 {
123 margin: 1px auto
0 auto
;
124 text-shadow: rgba
(0, 0, 0, 0.4) 0px -1px 0;
129 /* (back|forward)-button {{{ */
130 .dialog
> .toolbar
> a
.back-button
,
131 .dialog > .toolbar > a.forward-button {
139 text-decoration: none
;
140 text-shadow: rgba
(0, 0, 0, 0.6) 0px -1px 0;
144 .dialog > .toolbar > a.back-button {
145 -webkit-border-image: url
(backButton.png) 0 8 0 14;
146 border-width: 0 8px 0 14px;
150 .dialog > .toolbar > a.forward-button {
151 -webkit-border-image: url
(toolButton.png) 0 5 0 5;
157 .dialog > .panel > fieldset {
159 border: 1px solid
#999999;
160 -webkit-border-radius: 10px;
166 .dialog > .panel > label {
168 margin: 13px 0 -4px 27px;
173 text-shadow: rgba
(255, 255, 255, 0.75) 1px 1px 0;
176 .dialog
> .panel
> fieldset
> a
,
177 .dialog > .panel > fieldset > div {
178 border-top: 1px solid
#999999;
180 padding: 12px 17px 11px 17px;
183 .dialog
> .panel
> fieldset
> a:first-child
,
184 .dialog > .panel > fieldset > div:first-child {
188 .dialog
> .panel
> fieldset
> a img
.icon
,
189 .dialog > .panel > fieldset > div img.icon {
191 margin: -13px 5px -10px -10px;
194 vertical-align: middle
;
198 .dialog > .panel > fieldset > div > p {
203 .dialog > .panel > fieldset > div > ul {
207 .dialog
> .panel
> fieldset
> div
> p:first-child
,
208 .dialog > .panel > fieldset > div > ul:first-child {
212 .dialog
> .panel
> fieldset
> div
> p:last-child
,
213 .dialog > .panel > fieldset > div > ul:last-child {
217 .dialog > .panel > fieldset > a {
218 background: 275px 11px no-repeat url
(listArrow.png);
223 .dialog > .panel > fieldset > div > select {
225 margin: -5px -10px -5px 86px;
229 .dialog > .panel > fieldset > div > input {
236 padding: 13px 10px 0 111px;
240 .dialog > .panel > fieldset > div > input[type="submit"] {
241 border-width: 0 12px;
248 -webkit-border-image: url
(whiteButton.png) 0 12 0 12;
251 .dialog
> .panel
> fieldset
> a
> label
,
252 .dialog > .panel > fieldset > div > label {
258 .dialog > .panel > fieldset > a > label + div {
262 .dialog
> .panel
> fieldset
> a
> label
+ div
,
263 .dialog > .panel > fieldset > div > label + div {
269 .dialog > .panel > img {
271 margin: 9px auto
4px auto
;