X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/6f1a15d92e12b5b0269c978146ea85e4aef919d5..9487f027092eea7c2efe6136da0b4b8bf5ac62c8:/Cydia.app/menes/style.css diff --git a/Cydia.app/menes/style.css b/Cydia.app/menes/style.css index ffae7216..544f2afa 100644 --- a/Cydia.app/menes/style.css +++ b/Cydia.app/menes/style.css @@ -1,3 +1,40 @@ +/* iPhone.css - iPhone Interface Cascading Style Sheet + * Copyright (C) 2007-2008 Jay Freeman (saurik) +*/ + +/* + * Redistribution and use in source and binary + * forms, with or without modification, are permitted + * provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the + * above copyright notice, this list of conditions + * and the following disclaimer. + * 2. Redistributions in binary form must reproduce the + * above copyright notice, this list of conditions + * and the following disclaimer in the documentation + * and/or other materials provided with the + * distribution. + * 3. The name of the author may not be used to endorse + * or promote products derived from this software + * without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, + * BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN + * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +*/ + /* .clearfix {{{ */ .clearfix:after { content: "."; @@ -9,16 +46,8 @@ } .clearfix { - display: inline-block; -} - -html[xmlns] .clearfix { display: block; } - -* html .clearfix { - height: 1%; -} /* }}} */ * { @@ -44,11 +73,11 @@ body { } hr { - margin-top: 10px; + margin: 0; } .dialog > .panel { - background: #c8c8c8 url(pinstripes.png); + background: #c7ced5 url(pinstripes.png); padding: 1px 0 1px 0; } @@ -66,6 +95,10 @@ strong { font-weight: bold } +pre { + letter-spacing: -2px; +} + /* #toolbar {{{ */ .dialog > .toolbar { background: url(toolbar.png) #6d84a2 repeat-x; @@ -113,8 +146,22 @@ strong { } /* }}} */ /* fieldset {{{ */ +.dialog > .panel > block { + background-color: #c7ced5; + border-bottom: 1px solid #999999; + border-top: 1px solid #999999; + display: block; + font-size: 16px; + margin: 9px 10px; + padding: 0 10px; +} + +.dialog > .panel > block > hr { + border-width: 1px 0 0 0; +} + .dialog > .panel > fieldset { - background: #ffffff; + background-color: #ffffff; border: 1px solid #999999; -webkit-border-radius: 10px; font-size: 16px; @@ -136,7 +183,7 @@ strong { .dialog > .panel > fieldset > div { border-top: 1px solid #999999; min-height: 19px; - padding: 11px 17px; + padding: 12px 17px 11px 17px; } .dialog > .panel > fieldset > a:first-child, @@ -150,19 +197,29 @@ strong { margin: -13px 5px -10px -10px; max-height: 30px; min-width: 30px; - vertical-align: middle; width: 30px; } +.dialog > .panel > block > p, .dialog > .panel > fieldset > div > p { - margin-top: .5em; + margin: 11px 0; text-align: center; } -.dialog > .panel > fieldset > div > p:first-child { +.dialog > .panel > fieldset > div > ul { + margin-left: -20px; +} + +.dialog > .panel > fieldset > div > p:first-child, +.dialog > .panel > fieldset > div > ul:first-child { margin-top: 0; } +.dialog > .panel > fieldset > div > p:last-child, +.dialog > .panel > fieldset > div > ul:last-child { + margin-bottom: 0; +} + .dialog > .panel > fieldset > a { background: 275px 11px no-repeat url(listArrow.png); color: inherit; @@ -171,7 +228,7 @@ strong { .dialog > .panel > fieldset > div > select { font-size: 16px; - margin: -4px -10px -5px 86px; + margin: -5px -10px -5px 86px; width: 190px; } @@ -181,8 +238,8 @@ strong { color: #193250; font-size: 16px; height: 45px; - margin: -12px -18px; - padding: 12px 10px 0 111px; + margin: -13px -18px; + padding: 13px 10px 0 111px; width: 302px; } @@ -200,6 +257,7 @@ strong { .dialog > .panel > fieldset > a > label, .dialog > .panel > fieldset > div > label { font-weight: bold; + padding: 1px 0 0 0; position: absolute; } @@ -210,6 +268,14 @@ strong { .dialog > .panel > fieldset > a > label + div, .dialog > .panel > fieldset > div > label + div { color: #335588; + float: right; text-align: right; } + +.dialog > .panel > img { + display: block; + margin: 9px auto 4px auto; + height: auto; + width: 300px; +} /* }}} */