Changeset 1099 for trunk/iPhoneTemplateSet
- Timestamp:
- 09/18/08 05:53:43 (15 months ago)
- Location:
- trunk/iPhoneTemplateSet
- Files:
-
- 4 modified
-
mt-static/themes/iphone-ui/screen.css (modified) (7 diffs)
-
plugins/iPhoneTemplateSet/config.yaml (modified) (2 diffs)
-
plugins/iPhoneTemplateSet/templates/entry.mtml (modified) (2 diffs)
-
plugins/iPhoneTemplateSet/templates/index.mtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/iPhoneTemplateSet/mt-static/themes/iphone-ui/screen.css
r1075 r1099 7 7 -webkit-user-none: select; 8 8 -webkit-text-size-adjust: none; 9 word-wrap: break-word; 9 10 } 10 11 … … 13 14 min-height: 45px; 14 15 margin: 0 -10px; 15 padding: 10px;16 16 border-top: 1px solid #cdd5df; 17 17 border-bottom: 1px solid #2e3744; … … 22 22 #header h1, 23 23 #header p { 24 position: absolute; 25 top: 0; 26 left: 50%; 27 width: 49%; 28 margin: 2px 0 0 -24%; 29 padding: 5px 0; 24 width: 70%; 25 margin: 7px auto 0; 26 padding: 0; 27 height: 30px; 30 28 line-height: 30px; 31 29 overflow: hidden; … … 89 87 .entry { 90 88 margin: 0 -10px; 91 padding: 10px ;89 padding: 10px 10px 20px; 92 90 border-bottom: 1px solid #b4b4b4; 93 91 background-color: white; … … 101 99 } 102 100 101 .entry > p, 102 .entry > div { 103 margin: 0 0 1em; 104 line-height: 1.4; 105 color: black; 106 font-size: 14px; 107 } 108 103 109 h1, h2, h3, h4, h5, h6 { 104 margin: 0.5em 0 ;110 margin: 0.5em 0 0.8em; 105 111 color: #4c566c; 106 112 font-size: 18px; … … 193 199 } 194 200 195 .entry > p,196 .entry > div {197 margin: 0 0 1em;198 line-height: 1.3;199 color: black;200 font-size: 14px;201 text-shadow: white 0 1px 0;202 }203 204 201 /* footer */ 205 202 #footer { … … 207 204 } 208 205 206 #footer p { 207 font-size: 13px; 208 text-shadow: white 0 1px 0; 209 } 210 -
trunk/iPhoneTemplateSet/plugins/iPhoneTemplateSet/config.yaml
r1075 r1099 6 6 author_link: http://2xup.org/ 7 7 plugin_link: http://2xup.org/lab/mtplugins/templatesets/iphonetemplateset 8 version: 0.88 version: 1.0 9 9 10 10 template_sets: … … 30 30 entry_archive: 31 31 archive_type: Individual 32 file_template: m/% f32 file_template: m/%y/%m/%-f 33 33 preferred: 0 34 34 -
trunk/iPhoneTemplateSet/plugins/iPhoneTemplateSet/templates/entry.mtml
r1075 r1099 15 15 <a rel="home" href="<$mt:BlogURL$>m/" class="navigation">Home</a> 16 16 <mt:If name="prev_entry"> 17 <mt:EntryPrevious><a rel="prev" href="<$mt:Blog URL$>m/<$mt:EntryBasename$>.html" class="navigation">Prev</a></mt:EntryPrevious>17 <mt:EntryPrevious><a rel="prev" href="<$mt:BlogArchiveURL$>m/<$mt:EntryDate format="%Y/%m/"$><$mt:ArchiveFile$>" class="navigation">Prev</a></mt:EntryPrevious> 18 18 <mt:Else> 19 19 <span rel="prev" class="navigation prev disable">Prev</span> 20 20 </mt:If> 21 21 <mt:If name="next_entry"> 22 <mt:EntryNext><a rel="next" href="<$mt:Blog URL$>m/<$mt:EntryBasename$>.html" class="navigation">Next</a></mt:EntryNext>22 <mt:EntryNext><a rel="next" href="<$mt:BlogArchiveURL$>m/<$mt:EntryDate format="%Y/%m/"$><$mt:ArchiveFile$>" class="navigation">Next</a></mt:EntryNext> 23 23 <mt:Else> 24 24 <span rel="next" class="navigation next disable">Next</span> 25 25 </mt:If> 26 26 </div> 27 28 27 <div id="content" class="entry"> 29 28 <h1><$mt:EntryTitle$></h1> … … 31 30 <$mt:EntryMore$> 32 31 </div> 33 34 32 <div id="footer"> 35 33 <p>Powered by <a href="http://www.movabletype.com/" rel="generator"><$MTProductName$></a></p> -
trunk/iPhoneTemplateSet/plugins/iPhoneTemplateSet/templates/index.mtml
r1075 r1099 12 12 <h1><$mt:BlogName$></h1> 13 13 </div> 14 15 14 <div id="content"> 16 15 <mt:Entries> 16 <mt:SetVarBlock name="MobileEntryPermalink"><$mt:BlogArchiveURL$>m/<$mt:EntryDate format="%Y/%m/"$><$mt:ArchiveFile$></mt:SetVarBlock> 17 17 <mt:EntriesHeader> 18 18 <ul class="index"> 19 19 </mt:EntriesHeader> 20 <li><a href="<$mt: BlogURL$>m/<$mt:EntryBasename$>.html"><$mt:EntryTitle$></a><abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr></li>20 <li><a href="<$mt:Var name="MobileEntryPermalink"$>"><$mt:EntryTitle$></a><abbr class="published" title="<$mt:EntryDate format_name="iso8601"$>"><$mt:EntryDate format="%x %X"$></abbr></li> 21 21 <mt:EntriesFooter> 22 22 </ul> … … 24 24 </mt:Entries> 25 25 </div> 26 27 26 <div id="footer"> 28 <p>Powered by <a href="http://www.movabletype.com/" rel="generator"><$ MTProductName$></a></p>27 <p>Powered by <a href="http://www.movabletype.com/" rel="generator"><$mt:ProductName$></a></p> 29 28 <mt:BlogIfCCLicense> 30 29 <p>This blog is licensed under a <a href="<$mt:BlogCCLicenseURL$>">Creative Commons License</a>.</p>
