Changeset 701:6f231efd5d58 for themes
- Timestamp:
- 08/17/11 09:35:45 (14 years ago)
- Branch:
- default
- Location:
- themes/ductile
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/style.css
r699 r701 333 333 padding: 0 .66em 0 0; 334 334 } 335 .post- info span + span{336 padding-right: .5em;335 .post-date, .post-attr a { 336 white-space: nowrap; 337 337 } 338 338 .post-cat { 339 339 padding-left: 24px; 340 background: transparent no-repeat left center url(img/category.png);340 background: transparent no-repeat -62px center url(img/post-info.png); 341 341 } 342 342 .permalink a { 343 343 padding-left: 20px; 344 background: transparent no-repeat left center url(img/link.png); 345 } 346 .post-tags a { 347 padding-right: 1em; 348 padding-left: 14px; 349 background: transparent no-repeat left center url(img/tag.png); 344 background: transparent no-repeat left bottom url(img/post-info.png); 345 } 346 .post-tags li:first-child { 347 padding-left: 20px; 348 background: transparent no-repeat -124px top url(img/post-info.png); 350 349 } 351 350 .post-tags li { 352 351 display: inline; 353 352 } 353 .post-tags li:after { 354 content: ", "; 355 } 356 .post-tags li:last-child:after { 357 content:""; 358 } 354 359 .post-content { 355 360 padding-bottom: 9px; 356 361 } 357 .post ul {362 .post-content ul, .post-excerpt ul { 358 363 list-style-type: square; 359 364 margin-left: 1em; … … 1067 1072 clear:both; 1068 1073 } 1074 1075 1076 .post { 1077 position: relative; 1078 padding-bottom: 1.5em; 1079 } 1080 .post-info-co { 1081 position: absolute; 1082 bottom: 0; 1083 } -
themes/ductile/tpl/_entry-full.html
r694 r701 18 18 <tpl:EntryTags> 19 19 <tpl:TagsHeader> 20 < pclass="post-tags">20 <ul class="post-tags"> 21 21 </tpl:TagsHeader> 22 <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a>22 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 23 23 <tpl:TagsFooter> 24 </ p>24 </ul> 25 25 </tpl:TagsFooter> 26 26 </tpl:EntryTags> -
themes/ductile/tpl/_entry-short.html
r694 r701 18 18 <tpl:EntryTags> 19 19 <tpl:TagsHeader> 20 < pclass="post-tags">20 <ul class="post-tags"> 21 21 </tpl:TagsHeader> 22 <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a>22 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 23 23 <tpl:TagsFooter> 24 </ p>24 </ul> 25 25 </tpl:TagsFooter> 26 26 </tpl:EntryTags> -
themes/ductile/tpl/_simple-entry.html
r694 r701 16 16 <tpl:EntryTags> 17 17 <tpl:TagsHeader> 18 < pclass="post-tags">18 <ul class="post-tags"> 19 19 </tpl:TagsHeader> 20 <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a>20 <li><a href="{{tpl:TagURL}}">{{tpl:TagID}}</a></li> 21 21 <tpl:TagsFooter> 22 </ p>22 </ul> 23 23 </tpl:TagsFooter> 24 24 </tpl:EntryTags>
Note: See TracChangeset
for help on using the changeset viewer.