Show
Ignore:
Timestamp:
10/16/08 08:40:54 (14 months ago)
Author:
kaminogoya
Message:

Added the 'automatically hide addressbar' script to index and entry template.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/iPhoneTemplateSet/mt-static/themes/iphone-ui/screen.css

    r1099 r1173  
    11body {  
     2    min-height: 420px; 
    23    margin: 0 10px; 
    34    padding: 0; 
     
    1314#header {  
    1415    min-height: 45px; 
    15     margin: 0 -10px; 
     16    margin: 1px -10px 0; 
    1617    border-top: 1px solid #cdd5df; 
    1718    border-bottom: 1px solid #2e3744; 
     
    3839 
    3940/* navigation */ 
    40 .navigation { 
     41.navigation {  
    4142    position: absolute; 
    4243    top: 8px; 
     
    4445    width: auto; 
    4546    height: 30px; 
     47    max-width: 50px; 
    4648    margin: 0; 
    4749    padding: 0 3px; 
     
    5860} 
    5961 
    60 .navigation[rel=home] { 
     62.navigation[rel=home] {  
    6163    right: auto; 
    6264    left: 5px; 
    63     max-width: 55px; 
     65    max-width: 100px; 
    6466    padding-left: 0; 
    6567    border-width: 0 5px 0 13px; 
     
    99101} 
    100102 
    101 .entry > p, 
    102 .entry > div { 
     103.entry > p,  
     104.entry > div {  
    103105    margin: 0 0 1em; 
    104106    line-height: 1.4; 
     
    131133} 
    132134 
    133 #content li { 
     135#content li {  
    134136    position: relative; 
    135137    margin: 0; 
     
    158160#content li abbr.published {  
    159161    position: absolute; 
    160     top: 28px; 
     162    top: 25px; 
    161163    left: 10px; 
    162164    display: block; 
     
    167169} 
    168170 
    169 #content ul.index { 
     171#content ul.index {  
    170172    margin: 0 -10px; 
    171173    border-width: 0 0 1px; 
     
    179181 
    180182#content ul.index li a {  
    181     height: 2em; 
    182 } 
    183  
    184 ul li a { 
     183    height: 35px; 
     184} 
     185 
     186ul li a {  
    185187    display: block; 
    186188    margin: -10px; 
     
    199201} 
    200202 
     203p {  
     204    text-shadow: white 0 1px 0; 
     205} 
     206 
     207pre {  
     208    margin: 1.5em auto; 
     209    padding: 0.8em; 
     210    border: 1px solid #b4b4b4; 
     211} 
     212 
    201213/* footer */ 
    202214#footer {  
     
    206218#footer p {  
    207219    font-size: 13px; 
    208     text-shadow: white 0 1px 0; 
    209 } 
    210  
     220} 
     221