Changeset 1173 for trunk/iPhoneTemplateSet/mt-static
- Timestamp:
- 10/16/08 08:40:54 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/iPhoneTemplateSet/mt-static/themes/iphone-ui/screen.css
r1099 r1173 1 1 body { 2 min-height: 420px; 2 3 margin: 0 10px; 3 4 padding: 0; … … 13 14 #header { 14 15 min-height: 45px; 15 margin: 0 -10px;16 margin: 1px -10px 0; 16 17 border-top: 1px solid #cdd5df; 17 18 border-bottom: 1px solid #2e3744; … … 38 39 39 40 /* navigation */ 40 .navigation { 41 .navigation { 41 42 position: absolute; 42 43 top: 8px; … … 44 45 width: auto; 45 46 height: 30px; 47 max-width: 50px; 46 48 margin: 0; 47 49 padding: 0 3px; … … 58 60 } 59 61 60 .navigation[rel=home] { 62 .navigation[rel=home] { 61 63 right: auto; 62 64 left: 5px; 63 max-width: 55px;65 max-width: 100px; 64 66 padding-left: 0; 65 67 border-width: 0 5px 0 13px; … … 99 101 } 100 102 101 .entry > p, 102 .entry > div { 103 .entry > p, 104 .entry > div { 103 105 margin: 0 0 1em; 104 106 line-height: 1.4; … … 131 133 } 132 134 133 #content li { 135 #content li { 134 136 position: relative; 135 137 margin: 0; … … 158 160 #content li abbr.published { 159 161 position: absolute; 160 top: 2 8px;162 top: 25px; 161 163 left: 10px; 162 164 display: block; … … 167 169 } 168 170 169 #content ul.index { 171 #content ul.index { 170 172 margin: 0 -10px; 171 173 border-width: 0 0 1px; … … 179 181 180 182 #content ul.index li a { 181 height: 2em;182 } 183 184 ul li a { 183 height: 35px; 184 } 185 186 ul li a { 185 187 display: block; 186 188 margin: -10px; … … 199 201 } 200 202 203 p { 204 text-shadow: white 0 1px 0; 205 } 206 207 pre { 208 margin: 1.5em auto; 209 padding: 0.8em; 210 border: 1px solid #b4b4b4; 211 } 212 201 213 /* footer */ 202 214 #footer { … … 206 218 #footer p { 207 219 font-size: 13px; 208 text-shadow: white 0 1px 0; 209 } 210 220 } 221
