]>
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: #c8c8c8 url
(pinstripes.png);
98 text-decoration: none
;
99 text-underline-style: dotted
;
108 background: url
(toolbar.png) #6d84a2 repeat-x
;
109 border-bottom: 1px solid
#2d3642;
114 .dialog > .toolbar > h1 {
119 margin: 1px auto
0 auto
;
120 text-shadow: rgba
(0, 0, 0, 0.4) 0px -1px 0;
125 /* (back|forward)-button {{{ */
126 .dialog
> .toolbar
> a
.back-button
,
127 .dialog > .toolbar > a.forward-button {
135 text-decoration: none
;
136 text-shadow: rgba
(0, 0, 0, 0.6) 0px -1px 0;
140 .dialog > .toolbar > a.back-button {
141 -webkit-border-image: url
(backButton.png) 0 8 0 14;
142 border-width: 0 8px 0 14px;
146 .dialog > .toolbar > a.forward-button {
147 -webkit-border-image: url
(toolButton.png) 0 5 0 5;
153 .dialog > .panel > fieldset {
155 border: 1px solid
#999999;
156 -webkit-border-radius: 10px;
162 .dialog > .panel > label {
164 margin: 13px 0 -4px 27px;
169 text-shadow: rgba
(255, 255, 255, 0.75) 1px 1px 0;
172 .dialog
> .panel
> fieldset
> a
,
173 .dialog > .panel > fieldset > div {
174 border-top: 1px solid
#999999;
179 .dialog
> .panel
> fieldset
> a:first-child
,
180 .dialog > .panel > fieldset > div:first-child {
184 .dialog
> .panel
> fieldset
> a img
.icon
,
185 .dialog > .panel > fieldset > div img.icon {
187 margin: -13px 5px -10px -10px;
190 vertical-align: middle
;
194 .dialog > .panel > fieldset > div > p {
199 .dialog > .panel > fieldset > div > p:first-child {
203 .dialog > .panel > fieldset > div > p:last-child {
207 .dialog > .panel > fieldset > a {
208 background: 275px 11px no-repeat url
(listArrow.png);
213 .dialog > .panel > fieldset > div > select {
215 margin: -4px -10px -5px 86px;
219 .dialog > .panel > fieldset > div > input {
226 padding: 12px 10px 0 111px;
230 .dialog > .panel > fieldset > div > input[type="submit"] {
231 border-width: 0 12px;
238 -webkit-border-image: url
(whiteButton.png) 0 12 0 12;
241 .dialog
> .panel
> fieldset
> a
> label
,
242 .dialog > .panel > fieldset > div > label {
247 .dialog > .panel > fieldset > a > label + div {
251 .dialog
> .panel
> fieldset
> a
> label
+ div
,
252 .dialog > .panel > fieldset > div > label + div {