Changeset 2288
- Timestamp:
- 06/03/10 01:18:33 (14 years ago)
- Location:
- themes/designPile
- Files:
-
- 1 deleted
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/designPile/_define.php
r2287 r2288 19 19 /* Description*/ "A dark and clean theme", 20 20 /* Author */ "Site 5 - adapted to Dotclear by annso", 21 /* Version */ '1. 1'21 /* Version */ '1.2' 22 22 ); 23 23 ?> -
themes/designPile/css/blue.css
r2285 r2288 1 1 a { color: #0C9FE7; } 2 ul { list-style-image:url(../img/blue/bullet_star_featured.png); } 2 3 3 4 #logo { background:url(../img/blue/logo.png) no-repeat; } -
themes/designPile/css/green.css
r2285 r2288 1 1 a { color: #99CC30; } 2 ul { list-style-image:url(../img/green/bullet_star_featured.png); } 2 3 3 4 #logo { background:url(../img/green/logo.png) no-repeat; } -
themes/designPile/css/pink.css
r2285 r2288 1 1 a { color: #F50C56; } 2 ul { list-style-image:url(../img/pink/bullet_star_featured.png); } 2 3 3 4 #logo { background:url(../img/pink/logo.png) no-repeat; } -
themes/designPile/locales/fr/main.po
r2285 r2288 11 11 msgstr "Laisser un champ vide pour ne pas le faire apparaitre." 12 12 13 #: tpl/home-page1.html:111 14 msgid "comment" 15 msgstr "commentaire" 13 16 -
themes/designPile/locales/fr/public.po
r2285 r2288 1 1 msgid "Designed by" 2 2 msgstr "Designé par" 3 4 msgid "comment" 5 msgstr "commentaire" -
themes/designPile/style.css
r2285 r2288 266 266 min-height:200px; 267 267 margin-top:10px; 268 padding:0 0 20px 10px;268 padding:0 10px 20px 0; 269 269 border-bottom:1px dashed #b2b2b2; 270 270 border-right:1px dashed #b2b2b2; 271 271 } 272 .odd { 272 .dc-home .home-post { 273 padding-left:10px; 274 border-right: none; 275 } 276 .dc-home-page1 .odd { 273 277 padding-left:20px; 274 278 padding-right:0; 275 279 border-right:none; 276 280 } 281 .dc-home .odd { 282 padding-left:0; 283 border-right:1px dashed #b2b2b2; 284 } 285 277 286 .home-post .post-content { margin:0.5em 0; } 278 287 .home-post h2 { … … 310 319 margin:1em 0; 311 320 font-size:14px; 312 line-height:1.5em; 313 }321 } 322 .post img { overflow: hidden; } 314 323 .post-tags { 315 324 margin:25px 0 20px; … … 320 329 .post-tags li {display: inline; padding-right: 4px; } 321 330 331 .post-excerpt, .post-content { clear: both;} 332 333 .read-next { text-decoration: none; } 322 334 323 335 /* ------------------------------------------------------------ … … 396 408 float:left; 397 409 width:280px; 410 color:#888; 398 411 border-top:1px solid #1d1d1d; 399 412 } … … 431 444 } 432 445 #sidebar li a { 433 display:block;434 446 color:#888; 435 447 text-decoration:none; -
themes/designPile/tpl/archive_month.html
r2285 r2288 67 67 </div> 68 68 69 <h2 class="post-title"> {{tpl:EntryTitle encode_html="1"}}</h2>69 <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 70 70 71 71 <p class="post-info">{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> … … 74 74 </tpl:EntryIf> 75 75 <tpl:EntryIf show_comments="1"> 76 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 commentaire"}}</a>76 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 77 77 </tpl:EntryIf> 78 78 </p> -
themes/designPile/tpl/category.html
r2285 r2288 101 101 </tpl:EntryIf> 102 102 <tpl:EntryIf show_comments="1"> 103 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 commentaire"}}</a>103 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 104 104 </tpl:EntryIf> 105 105 </p> -
themes/designPile/tpl/home-page1.html
r2285 r2288 51 51 </head> 52 52 53 <body class="dc-home ">53 <body class="dc-home-page1"> 54 54 <div id="page"> 55 55 {{tpl:include src="_top.html"}} … … 72 72 </tpl:EntryIf> 73 73 <tpl:EntryIf show_comments="1"> 74 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 comments"}}</a> 75 </tpl:EntryIf> 76 <tpl:EntryIf show_pings="1"> 77 // <a href="{{tpl:EntryURL}}#pings" class="ping_count">{{tpl:EntryPingCount}}</a></tpl:EntryIf> 78 <tpl:EntryIf has_attachment="1"> 79 // <a href="{{tpl:EntryURL}}#attachments" class="attach_count">{{tpl:EntryAttachmentCount}}</a> 74 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 comment"}}</a> 80 75 </tpl:EntryIf> 81 76 </p> … … 114 109 <p class="post-info">{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> 115 110 <tpl:EntryIf show_comments="1"> 116 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 comment aire"}}</a>111 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 comment"}}</a> 117 112 </tpl:EntryIf> 118 113 </p> … … 125 120 <!-- # Entry with an excerpt --> 126 121 <tpl:EntryIf extended="1"> 127 <div class="post-content">{{tpl:EntryFirstImage size="sq" class="left"}} {{tpl:EntryExcerpt encode_html="1" remove_html="1" cut_string="200"}} [...]</div> 122 <div class="post-content">{{tpl:EntryFirstImage size="sq" class="left"}} {{tpl:EntryExcerpt encode_html="1" remove_html="1" cut_string="200"}} 123 <a class="read-next" href="{{tpl:EntryURL}}">[...]</a></div> 128 124 </tpl:EntryIf> 129 125 130 126 <!-- # Entry without excerpt --> 131 127 <tpl:EntryIf extended="0"> 132 <div class="post-content">{{tpl:EntryFirstImage size="sq" class="left"}} {{tpl:EntryContent encode_html="1" remove_html="1" cut_string="200"}} [...]</div> 128 <div class="post-content">{{tpl:EntryFirstImage size="sq" class="left"}} {{tpl:EntryContent encode_html="1" remove_html="1" cut_string="200"}} 129 <a class="read-next" href="{{tpl:EntryURL}}">[...]</a></div> 133 130 </tpl:EntryIf> 134 131 -
themes/designPile/tpl/post.html
r2285 r2288 79 79 </tpl:EntryIf> 80 80 <tpl:EntryIf show_comments="1"> 81 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 commentaire"}}</a>81 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 82 82 </tpl:EntryIf> 83 83 </p> -
themes/designPile/tpl/search.html
r2285 r2288 75 75 </div> 76 76 77 <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2>77 <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 78 78 79 79 <p class="post-info">{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> … … 82 82 </tpl:EntryIf> 83 83 <tpl:EntryIf show_comments="1"> 84 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 commentaire"}}</a>84 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 85 85 </tpl:EntryIf> 86 86 </p> -
themes/designPile/tpl/tag.html
r2285 r2288 76 76 </div> 77 77 78 <h2 class="post-title">{{tpl:EntryTitle encode_html="1"}}</h2>78 <h2 class="post-title"><a href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 79 79 80 80 <p class="post-info">{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> … … 83 83 </tpl:EntryIf> 84 84 <tpl:EntryIf show_comments="1"> 85 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 commentaire"}}</a>85 // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount}}</a> 86 86 </tpl:EntryIf> 87 87 </p>
Note: See TracChangeset
for help on using the changeset viewer.