Changeset 470:6fc5429874d6 for themes
- Timestamp:
- 07/01/11 18:51:25 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r446 r470 118 118 right: 0; 119 119 padding-right: 3%; 120 font-size: . 875em;120 font-size: .75em; 121 121 } 122 122 #stickers li { … … 137 137 } 138 138 #stickers a:hover, #stickers a:focus { 139 color: # 000;139 color: #666; 140 140 background: #fff; 141 141 } -
themes/ductile/style.css
r446 r470 193 193 194 194 /* ------------------------------------------------------- pagination, navlinks */ 195 #navlinks,195 .navlinks, 196 196 .pagination { 197 197 margin: 2em 0 1em 0; … … 214 214 border-bottom: 1px solid #ccc; 215 215 } 216 #navlinks {216 .navlinks { 217 217 margin-top: 4em; 218 218 } 219 #navlinks a,219 .navlinks a, 220 220 .pagination a { 221 221 padding: 0 1em; … … 244 244 .post h3, 245 245 .post h4, 246 .post h5 246 .post h5, 247 247 .post h6 { 248 248 font-variant: small-caps; … … 706 706 .dc-post { } 707 707 .dc-category { } 708 .dc-archive { } 708 709 .dc-archive #content { 710 margin-left: 0; 711 } 712 .arch-block { 713 float: left; 714 display: inline; 715 margin-right: 4em; 716 margin-bottom: 3em; 717 } 718 .arch-block h3, .dc-archive #blogextra h2 { 719 font-size: 1.2em; 720 font-style: italic; 721 font-weight: normal; 722 margin-bottom: 2em; 723 } 724 .arch-block ul { 725 list-style-type: none; 726 margin: 0; 727 padding: 0; 728 } 729 709 730 .dc-archive-month h2.post-title { 710 731 font-size: 1.3em; 711 732 } 712 .dc-archive { } 733 713 734 .dc-tags { } 714 735 .dc-tag { } -
themes/ductile/tpl/archive_month.html
r442 r470 46 46 <div id="content"> 47 47 48 <p id="navlinks"> 49 <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> 50 - </tpl:ArchivePrevious> 51 <a href="{{tpl:BlogArchiveURL}}">{{tpl:lang Archives}}</a> 52 <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> 53 </p> 48 <p class="navlinks"> 49 <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 50 {{tpl:ArchiveDate}} 51 <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> 52 </p> 54 53 55 <div id="content-info">56 <h2>{{tpl:ArchiveDate}}</h2>57 </div>54 <div id="content-info"> 55 <h2>{{tpl:ArchiveDate}} <span>({{tpl:ArchiveEntriesCount}})</span></h2> 56 </div> 58 57 59 <div class="content-inner"> 60 <tpl:Entries no_content="1"> 61 62 {{tpl:include src="_entry-title.html"}} 58 <div class="content-inner"> 59 <tpl:Entries no_content="1"> 60 {{tpl:include src="_entry-title.html"}} 61 </tpl:Entries> 62 </div> 63 63 64 </tpl:Entries> 65 </div> 64 <p class="navlinks"> 65 <tpl:ArchivePrevious><a href="{{tpl:ArchiveURL}}" class="prev">« {{tpl:ArchiveDate encode_html="1"}}</a> - </tpl:ArchivePrevious> 66 {{tpl:ArchiveDate}} 67 <tpl:ArchiveNext> - <a href="{{tpl:ArchiveURL}}" class="next">{{tpl:ArchiveDate encode_html="1"}} »</a></tpl:ArchiveNext> 68 </p> 69 66 70 </div> 67 71 </div> <!-- End #main --> -
themes/ductile/tpl/home.html
r459 r470 61 61 <tpl:Entries> 62 62 63 <!-- First page --> 63 64 <tpl:SysIf current_mode="default"> 64 65 <tpl:LoopPosition start="1" length="1"> … … 71 72 </tpl:SysIf> 72 73 74 <!-- Next pages --> 73 75 <tpl:SysIf current_mode="!default"> 74 76 {{tpl:include src="_entry-short.html"}} 75 77 </tpl:SysIf> 76 78 79 <!-- Pagination --> 77 80 <tpl:EntriesFooter> 78 81 {{tpl:include src="_pagination.html"}}
Note: See TracChangeset
for help on using the changeset viewer.