Changeset 440:6886c457432e for themes/ductile
- Timestamp:
- 06/29/11 10:13:04 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r422 r440 247 247 margin : 0 20em 0 200px; 248 248 } 249 p.post-info{249 .post-attr { 250 250 margin-left: -200px; 251 251 float: left; 252 252 width: 150px; 253 253 text-align: right; 254 } 255 .post-attr a, .post-info, .post-tags { 256 padding-right: 0 !important; 254 257 } 255 258 .dc-archive-month p.post-info { -
themes/ductile/style.css
r436 r440 265 265 display: inline; 266 266 padding: 0 .66em 0 0; 267 } 268 .post-info span + span { 269 padding-left: .5em; 270 } 271 .post-cat a { 272 padding-left: 24px; 273 background: #fff no-repeat left center url(img/category.png); 267 274 } 268 275 .post-info a, -
themes/ductile/tpl/_entry-full.html
r436 r440 1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} " lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 2 2 <!-- # New day date --> 3 3 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> … … 6 6 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 7 7 8 <p class="post-info"> 9 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}</span> 10 <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}</span> 11 <tpl:EntryIf has_category="1"> 12 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 13 </tpl:EntryIf> 14 </p> 15 16 <tpl:EntryTags> 17 <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 18 <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a> 19 <tpl:TagsFooter></p></tpl:TagsFooter> 20 </tpl:EntryTags> 21 8 <div class="post-attr"> 9 <p class="post-info"> 10 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 11 <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}. </span> 12 <tpl:EntryIf has_category="1"> 13 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 14 </tpl:EntryIf> 15 </p> 16 17 <tpl:EntryTags> 18 <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 19 <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a> 20 <tpl:TagsFooter></p></tpl:TagsFooter> 21 </tpl:EntryTags> 22 </div> 23 22 24 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 23 25 {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} -
themes/ductile/tpl/_entry-short.html
r436 r440 1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} " lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} short" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 2 2 <!-- # New day date --> 3 3 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> … … 6 6 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 7 7 8 <p class="post-info"> 9 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}</span> 10 <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}</span> 11 <tpl:EntryIf has_category="1"> 12 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 13 </tpl:EntryIf> 14 </p> 15 16 <tpl:EntryTags> 17 <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 18 <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a> 19 <tpl:TagsFooter></p></tpl:TagsFooter> 20 </tpl:EntryTags> 8 <div class="post-attr"> 9 <p class="post-info"> 10 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 11 <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}. </span> 12 <tpl:EntryIf has_category="1"> 13 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 14 </tpl:EntryIf> 15 </p> 16 17 <tpl:EntryTags> 18 <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 19 <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a> 20 <tpl:TagsFooter></p></tpl:TagsFooter> 21 </tpl:EntryTags> 22 </div> 21 23 22 24 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> -
themes/ductile/tpl/_entry-title.html
r436 r440 1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} " lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}">1 <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 2 2 <!-- # New day date --> 3 3 <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> … … 6 6 href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 7 7 8 <p class="post-info"> 9 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}</span> 10 <span class="post-date"> - {{tpl:EntryDate}}</span> 11 <tpl:EntryIf has_category="1"> 12 <span class="post-cat"> - <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 13 </tpl:EntryIf> 14 </p> 8 <div class="post-attr"> 9 <p class="post-info"> 10 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 11 <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}. </span> 12 <tpl:EntryIf has_category="1"> 13 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 14 </tpl:EntryIf> 15 </p> 16 </div> 15 17 16 18 <!-- # --BEHAVIOR-- publicEntryBeforeContent --> -
themes/ductile/tpl/_footer.html
r429 r440 5 5 </div> 6 6 7 <!-- compat media queries --> 8 <!--[if lt IE 9]> 9 <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> 10 <![endif]--> 11 7 12 {{tpl:SysBehavior behavior="publicFooterContent"}} -
themes/ductile/tpl/_head.html
r384 r440 1 1 <!-- media queries --> 2 2 <meta name="viewport" content="width=device-width" /> 3 <!--[if lt IE 9]>4 <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>5 <![endif]-->6 3 7 4 <style type="text/css" media="screen"> -
themes/ductile/tpl/home.html
r436 r440 60 60 <tpl:Entries> 61 61 62 <tpl:LoopPosition start="1" length="1"> 63 {{tpl:include src="_entry-full.html"}} 64 </tpl:LoopPosition> 65 66 <tpl:LoopPosition start="2"> 62 <tpl:SysIf current_mode="default"> 63 <tpl:LoopPosition start="1" length="1"> 64 {{tpl:include src="_entry-full.html"}} 65 </tpl:LoopPosition> 66 67 <tpl:LoopPosition start="2"> 68 {{tpl:include src="_entry-title.html"}} 69 </tpl:LoopPosition> 70 </tpl:SysIf> 71 72 <tpl:SysIf current_mode="!default"> 67 73 {{tpl:include src="_entry-title.html"}} 68 </tpl:LoopPosition> 69 74 </tpl:SysIf> 70 75 71 76 <tpl:EntriesFooter>
Note: See TracChangeset
for help on using the changeset viewer.