Changeset 535:66f118a563a5 for themes
- Timestamp:
- 07/09/11 15:18:11 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 4 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/img/category.png
- Property exe set to *
-
themes/ductile/mediaqueries.css
r502 r535 303 303 margin : 0 20em 0 220px; 304 304 } 305 .post-attr { 306 margin-left: -220px; 305 .full .post-attr, 306 .dc-post .post-attr { 307 margin-left: -220px; 308 margin-top: 0; 307 309 float: left; 308 310 width: 180px; … … 312 314 padding-right: 0 !important; 313 315 } 314 .dc-archive-month .post-attr { 315 margin-left: 0; 316 float:none; 317 width: auto; 318 text-align: left; 316 #content-info, .navlinks, .pagination { 317 margin-left: -220px !important; 318 } 319 .dc-archive #content-info { 320 margin-left: 0 !important; 321 } 322 #content-info a.feed { 323 white-space: nowrap; 319 324 } 320 325 } -
themes/ductile/style.css
r502 r535 149 149 /* ------------------------------------------------------- content-info */ 150 150 #content-info { 151 margin-top: 4em;151 margin-top: 2em; 152 152 font-size: .875em; 153 153 font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; … … 164 164 font-size: 1.1em; 165 165 font-variant: small-caps; 166 } 167 #subcategories li { 168 margin: 0; 166 169 } 167 170 #content-info p, … … 169 172 #subcategories ul { 170 173 margin: .5em 0; 174 padding: 0; 175 list-style-type: none; 171 176 } 172 177 … … 251 256 padding-left: .5em; 252 257 } 258 .post-breadcrumb-cat a { 259 padding-left: 24px; 260 background: #fff no-repeat left center url(img/breadcrumb-category.png); 261 } 253 262 .post-cat a { 254 263 padding-left: 24px; 255 264 background: #fff no-repeat left center url(img/category.png); 256 265 } 266 .post-info .post-date { 267 padding-left: 28px; 268 background: #fff no-repeat 6px center url(img/date.png); 269 } 257 270 .post-info a, 258 271 .post-tags a, … … 287 300 .read-it a { 288 301 color: #ad3f4c; 302 background: #fff; 303 padding-left: .5em; 289 304 } 290 305 .post-info-co, … … 814 829 .dc-tag { } 815 830 .dc-404 { } 816 .dc-search {}831 .dc-search #content-info em { color: #14709e; } 817 832 818 833 -
themes/ductile/tpl/_entry-full.html
r440 r535 9 9 <p class="post-info"> 10 10 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 11 <span class="post-date">{{tpl: lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}. </span>11 <span class="post-date">{{tpl:EntryDate}}. </span> 12 12 <tpl:EntryIf has_category="1"> 13 <tpl:EntryCategoriesBreadcrumb> 14 <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 15 </tpl:EntryCategoriesBreadcrumb> 13 16 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 14 17 </tpl:EntryIf> -
themes/ductile/tpl/_entry-short.html
r441 r535 9 9 <p class="post-info"> 10 10 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 11 <span class="post-date">{{tpl: lang on}} {{tpl:EntryDate}}. </span>11 <span class="post-date">{{tpl:EntryDate}}. </span> 12 12 <tpl:EntryIf has_category="1"> 13 <tpl:EntryCategoriesBreadcrumb> 14 <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 15 </tpl:EntryCategoriesBreadcrumb> 13 16 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 14 17 </tpl:EntryIf> -
themes/ductile/tpl/_entry-title.html
r440 r535 9 9 <p class="post-info"> 10 10 <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 11 <span class="post-date">{{tpl: lang on}} {{tpl:EntryDate}}. </span>11 <span class="post-date">{{tpl:EntryDate}}. </span> 12 12 <tpl:EntryIf has_category="1"> 13 <tpl:EntryCategoriesBreadcrumb> 14 <span class="post-breadcrumb-cat"><a href="{{tpl:CategoryURL}}">{{tpl:CategoryTitle encode_html="1"}}</a></span> › 15 </tpl:EntryCategoriesBreadcrumb> 13 16 <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 14 17 </tpl:EntryIf>
Note: See TracChangeset
for help on using the changeset viewer.