Changeset 502:d002906f0b30
- Timestamp:
- 07/04/11 08:49:49 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/mediaqueries.css
r497 r502 291 291 margin: .33em 0; 292 292 } 293 .dc-archive #content { 294 margin: 0 17em 0 0; 295 } 293 296 } 294 297 -
themes/ductile/style.css
r497 r502 172 172 173 173 /* ------------------------------------------------------- pagination, navlinks */ 174 #navlinks, 174 175 .navlinks, 175 176 .pagination { … … 193 194 border-bottom: 1px solid #ccc; 194 195 } 196 #navlinks, 195 197 .navlinks { 196 198 margin-top: 4em; 197 199 } 200 #navlinks a, 198 201 .navlinks a, 199 202 .pagination a { … … 691 694 .dc-category { } 692 695 693 .dc-archive #content { 694 margin: 0 18em 0 0; 695 } 696 /* ---------------------------------------------------------------- archives */ 697 .dc-archive {} 698 #time-criteria {} 699 #other-criteria {} 700 #more-arch {} 696 701 .arch-block { 697 702 display: inline-block; 698 margin: 0 5em 2em 0;703 margin: 0 0 2em 4em; 699 704 vertical-align: top; 705 } 706 .arch-block:first-child { 707 margin-left: 0; 700 708 } 701 709 .arch-block h3 { … … 714 722 margin-top: 0; 715 723 } 716 .arch-block ul , .dc-archive #blogextra ul{724 .arch-block ul { 717 725 list-style-type: none; 718 726 margin: 0; … … 743 751 } 744 752 #by-date ul { 745 margin-bottom: 1 em;753 margin-bottom: 1.5em; 746 754 } 747 755 #by-date span { … … 762 770 background-image: url(img/last-hline.png); 763 771 } 772 #by-tag { 773 width: 18em; 774 } 775 #by-tag ul li { 776 display: inline; 777 padding-right: 1em; 778 } 764 779 #by-tag .tag0 { color: #909090; font-size: 90%; } 765 780 #by-tag .tag10 { color: #828282; font-size: 92%; } -
themes/ductile/tpl/archive.html
r487 r502 50 50 <div class="content-inner"> 51 51 52 <!-- entries sorted by date -->52 <div id="time-criteria"><!-- entries sorted by date --> 53 53 <div id="by-date" class="arch-block"> 54 54 <h3>{{tpl:lang By date}}</h3> … … 60 60 <ul> 61 61 </tpl:ArchivesYearHeader> 62 <li><a href="{{tpl:ArchiveURL}}" 63 title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 62 <li><a href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 64 63 <span>({{tpl:ArchiveEntriesCount}})</span></li> 65 64 <tpl:ArchivesYearFooter> … … 69 68 </tpl:Archives> 70 69 </div> 71 72 <hr class="hidden" /> 70 </div> 73 71 74 <!-- entries sorted by others criterias -->72 <div id="other-criteria"><!-- entries sorted by others criterias --> 75 73 <tpl:Categories level="1"> 76 74 <tpl:CategoriesHeader> … … 108 106 </tpl:TagsFooter> 109 107 </tpl:Tags> 110 111 <hr class="hidden" /> 108 </div> 112 109 113 <!-- others things -->110 <div id="more-arch"><!-- others things --> 114 111 <div class="arch-block"> 115 112 <tpl:Entries type="page" no_content="1"> … … 120 117 </tpl:Entries> 121 118 </div> 122 119 </div> 123 120 </div> <!-- End .content-inner --> 124 121
Note: See TracChangeset
for help on using the changeset viewer.