Dotclear

Changeset 2288


Ignore:
Timestamp:
06/03/10 01:18:33 (14 years ago)
Author:
annso
Message:

version 1.2

Location:
themes/designPile
Files:
1 deleted
13 edited

Legend:

Unmodified
Added
Removed
  • themes/designPile/_define.php

    r2287 r2288  
    1919     /* Description*/    "A dark and clean theme", 
    2020     /* Author */        "Site 5 - adapted to Dotclear by annso", 
    21      /* Version */       '1.1' 
     21     /* Version */       '1.2' 
    2222); 
    2323?> 
  • themes/designPile/css/blue.css

    r2285 r2288  
    11a { color: #0C9FE7; } 
     2ul { list-style-image:url(../img/blue/bullet_star_featured.png); } 
    23 
    34#logo { background:url(../img/blue/logo.png) no-repeat; } 
  • themes/designPile/css/green.css

    r2285 r2288  
    11a { color: #99CC30; } 
     2ul { list-style-image:url(../img/green/bullet_star_featured.png); } 
    23 
    34#logo { background:url(../img/green/logo.png) no-repeat; } 
  • themes/designPile/css/pink.css

    r2285 r2288  
    11a { color: #F50C56; } 
     2ul { list-style-image:url(../img/pink/bullet_star_featured.png); } 
    23 
    34#logo { background:url(../img/pink/logo.png) no-repeat; } 
  • themes/designPile/locales/fr/main.po

    r2285 r2288  
    1111msgstr "Laisser un champ vide pour ne pas le faire apparaitre." 
    1212 
     13#: tpl/home-page1.html:111 
     14msgid "comment" 
     15msgstr "commentaire" 
    1316 
  • themes/designPile/locales/fr/public.po

    r2285 r2288  
    11msgid "Designed by" 
    22msgstr "Designé par" 
     3 
     4msgid "comment" 
     5msgstr "commentaire" 
  • themes/designPile/style.css

    r2285 r2288  
    266266     min-height:200px; 
    267267     margin-top:10px; 
    268      padding:0 0 20px 10px; 
     268     padding:0 10px 20px 0; 
    269269     border-bottom:1px dashed #b2b2b2; 
    270270     border-right:1px dashed #b2b2b2; 
    271271} 
    272 .odd { 
     272.dc-home .home-post { 
     273     padding-left:10px; 
     274     border-right: none; 
     275} 
     276.dc-home-page1 .odd { 
    273277     padding-left:20px; 
    274278     padding-right:0; 
    275279     border-right:none;   
    276280} 
     281.dc-home .odd { 
     282     padding-left:0; 
     283     border-right:1px dashed #b2b2b2; 
     284} 
     285 
    277286.home-post .post-content { margin:0.5em 0; } 
    278287.home-post h2 { 
     
    310319     margin:1em 0; 
    311320     font-size:14px;      
    312      line-height:1.5em; 
    313 } 
     321} 
     322.post img { overflow: hidden; } 
    314323.post-tags { 
    315324     margin:25px 0 20px; 
     
    320329.post-tags li {display: inline; padding-right: 4px; } 
    321330 
     331.post-excerpt, .post-content { clear: both;} 
     332 
     333.read-next { text-decoration: none; } 
    322334 
    323335/* ------------------------------------------------------------ 
     
    396408     float:left; 
    397409     width:280px; 
     410     color:#888; 
    398411     border-top:1px solid #1d1d1d; 
    399412} 
     
    431444} 
    432445#sidebar li a { 
    433      display:block; 
    434446     color:#888; 
    435447     text-decoration:none; 
  • themes/designPile/tpl/archive_month.html

    r2285 r2288  
    6767     </div> 
    6868 
    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> 
    7070 
    7171      <p class="post-info">{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> 
     
    7474      </tpl:EntryIf> 
    7575      <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> 
    7777      </tpl:EntryIf> 
    7878      </p> 
  • themes/designPile/tpl/category.html

    r2285 r2288  
    101101      </tpl:EntryIf> 
    102102      <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> 
    104104      </tpl:EntryIf> 
    105105      </p> 
  • themes/designPile/tpl/home-page1.html

    r2285 r2288  
    5151</head> 
    5252 
    53 <body class="dc-home"> 
     53<body class="dc-home-page1"> 
    5454<div id="page"> 
    5555{{tpl:include src="_top.html"}} 
     
    7272               </tpl:EntryIf> 
    7373               <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> 
    8075               </tpl:EntryIf> 
    8176          </p> 
     
    114109           <p class="post-info">{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> 
    115110           <tpl:EntryIf show_comments="1"> 
    116            // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 commentaire"}}</a> 
     111           // <a href="{{tpl:EntryURL}}#comments" class="comment_count">{{tpl:EntryCommentCount none="0 comment"}}</a> 
    117112           </tpl:EntryIf> 
    118113           </p> 
     
    125120          <!-- # Entry with an excerpt --> 
    126121          <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> 
    128124          </tpl:EntryIf> 
    129125           
    130126          <!-- # Entry without excerpt --> 
    131127          <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> 
    133130          </tpl:EntryIf> 
    134131           
  • themes/designPile/tpl/post.html

    r2285 r2288  
    7979      </tpl:EntryIf> 
    8080      <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> 
    8282      </tpl:EntryIf> 
    8383      </p> 
  • themes/designPile/tpl/search.html

    r2285 r2288  
    7575     </div> 
    7676 
    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> 
    7878 
    7979      <p class="post-info">{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> 
     
    8282      </tpl:EntryIf> 
    8383      <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> 
    8585      </tpl:EntryIf> 
    8686      </p> 
  • themes/designPile/tpl/tag.html

    r2285 r2288  
    7676     </div> 
    7777 
    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> 
    7979 
    8080      <p class="post-info">{{tpl:lang By}} <span class="author">{{tpl:EntryAuthorLink}}</span> 
     
    8383      </tpl:EntryIf> 
    8484      <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> 
    8686      </tpl:EntryIf> 
    8787      </p> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map