/* 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: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .clearfix { display: block; } /* }}} */ * { box-sizing: border-box; -moz-box-sizing: border-box; } body { font-family: Helvetica; margin: 0; padding: 0; -webkit-text-size-adjust: none; -webkit-user-select: none; } #page { position: relative; } .dialog { position: absolute; width: 100%; } hr { margin: 0; } .dialog > .panel { background: #c7ced5 url(pinstripes.png); padding: 1px 0 1px 0; } p { margin: 0px; padding: 0px; } a { text-decoration: none; text-underline-style: dotted; } strong { font-weight: bold } pre { letter-spacing: -2px; } /* #toolbar {{{ */ .dialog > .toolbar { background: url(toolbar.png) #6d84a2 repeat-x; border-bottom: 1px solid #2d3642; height: 45px; padding: 10px; } .dialog > .toolbar > h1 { color: #ffffff; font-size: 20px; font-weight: bold; height: 100%; margin: 1px auto 0 auto; text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0; text-align: center; white-space: nowrap; } /* }}} */ /* (back|forward)-button {{{ */ .dialog > .toolbar > a.back-button, .dialog > .toolbar > a.forward-button { color: #ffffff; font-size: 12px; font-weight: bold; height: 30px; line-height: 30px; margin-top: -28px; padding: 0 3px; text-decoration: none; text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0; white-space: nowrap; } .dialog > .toolbar > a.back-button { -webkit-border-image: url(backButton.png) 0 8 0 14; border-width: 0 8px 0 14px; float: left; } .dialog > .toolbar > a.forward-button { -webkit-border-image: url(toolButton.png) 0 5 0 5; border-width: 0 5px; float: right; } /* }}} */ /* 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-color: #ffffff; border: 1px solid #999999; -webkit-border-radius: 10px; font-size: 16px; margin: 9px; padding: 0; } .dialog > .panel > label { display: block; margin: 13px 0 -4px 27px; line-height: 24px; font-size: inherit; font-weight: bold; color: #4d4d70; text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0; } .dialog > .panel > fieldset > a, .dialog > .panel > fieldset > div { border-top: 1px solid #999999; min-height: 19px; padding: 12px 17px 11px 17px; } .dialog > .panel > fieldset > a:first-child, .dialog > .panel > fieldset > div:first-child { border-top: none; } .dialog > .panel > fieldset > a img.icon, .dialog > .panel > fieldset > div img.icon { height: auto; margin: -13px 5px -10px -10px; max-height: 30px; min-width: 30px; width: 30px; } .dialog > .panel > block > p, .dialog > .panel > fieldset > div > p { margin: 11px 0; text-align: center; } .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 13px no-repeat url(listArrow.png); color: inherit; display: block; } .dialog > .panel > fieldset > div > select { font-size: 16px; margin: -5px -10px -5px 86px; width: 190px; } .dialog > .panel > fieldset > div > input { background: none; border: none; color: #193250; font-size: 16px; height: 45px; margin: -13px -18px; padding: 13px 10px 0 111px; width: 302px; } .dialog > .panel > fieldset > div > input[type="submit"] { border-width: 0 12px; color: #000000; display: block; font-size: 20px; font-weight: bold; padding: 10px; text-align: center; -webkit-border-image: url(whiteButton.png) 0 12 0 12; } .dialog > .panel > fieldset > a > label, .dialog > .panel > fieldset > div > label { font-weight: bold; padding: 1px 0 0 0; position: absolute; } .dialog > .panel > fieldset > a > label + div { margin-right: 16px; } .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; } /* }}} */