Dotclear


Ignore:
Timestamp:
06/29/11 10:13:04 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

Jour 6. On y est presque.

Location:
themes/ductile
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/mediaqueries.css

    r422 r440  
    247247          margin : 0 20em 0 200px; 
    248248          } 
    249      p.post-info {  
     249     .post-attr {  
    250250          margin-left: -200px;  
    251251          float: left;  
    252252          width: 150px;  
    253253          text-align: right; 
     254          } 
     255     .post-attr a, .post-info, .post-tags { 
     256          padding-right: 0 !important; 
    254257          } 
    255258     .dc-archive-month p.post-info { 
  • themes/ductile/style.css

    r436 r440  
    265265     display: inline; 
    266266     padding: 0 .66em 0 0; 
     267     } 
     268.post-info span + span { 
     269     padding-left: .5em; 
     270     } 
     271.post-cat a { 
     272     padding-left: 24px; 
     273     background: #fff no-repeat left center url(img/category.png); 
    267274     } 
    268275.post-info a,  
  • themes/ductile/tpl/_entry-full.html

    r436 r440  
    1     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     1    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} full" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    22    <!-- # New day date --> 
    33    <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
     
    66    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    77     
    8     <p class="post-info"> 
    9      <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}</span> 
    10      <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}</span> 
    11     <tpl:EntryIf has_category="1"> 
    12      <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    13     </tpl:EntryIf> 
    14     </p> 
    15      
    16     <tpl:EntryTags> 
    17     <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 
    18     <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a> 
    19     <tpl:TagsFooter></p></tpl:TagsFooter> 
    20     </tpl:EntryTags> 
    21      
     8          <div class="post-attr"> 
     9         <p class="post-info"> 
     10          <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
     11          <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}. </span> 
     12          <tpl:EntryIf has_category="1"> 
     13               <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
     14          </tpl:EntryIf> 
     15         </p> 
     16          
     17         <tpl:EntryTags> 
     18         <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 
     19         <a href="{{tpl:TagURL}}">{{tpl:TagID}} </a> 
     20         <tpl:TagsFooter></p></tpl:TagsFooter> 
     21         </tpl:EntryTags> 
     22          </div>     
     23 
    2224    <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
    2325    {{tpl:SysBehavior behavior="publicEntryBeforeContent"}} 
  • themes/ductile/tpl/_entry-short.html

    r436 r440  
    1     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     1    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} short" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    22    <!-- # New day date --> 
    33    <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
     
    66    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    77     
    8     <p class="post-info"> 
    9      <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}</span> 
    10      <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}</span> 
    11     <tpl:EntryIf has_category="1"> 
    12      <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    13     </tpl:EntryIf> 
    14     </p> 
    15      
    16     <tpl:EntryTags> 
    17     <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 
    18     <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a> 
    19     <tpl:TagsFooter></p></tpl:TagsFooter> 
    20     </tpl:EntryTags> 
     8          <div class="post-attr"> 
     9         <p class="post-info"> 
     10          <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
     11          <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}, {{tpl:EntryTime}}. </span> 
     12          <tpl:EntryIf has_category="1"> 
     13               <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
     14          </tpl:EntryIf> 
     15         </p> 
     16          
     17         <tpl:EntryTags> 
     18         <tpl:TagsHeader><p class="post-tags"></tpl:TagsHeader> 
     19         <a href="{{tpl:TagURL}}">{{tpl:TagID}}</a> 
     20         <tpl:TagsFooter></p></tpl:TagsFooter> 
     21         </tpl:EntryTags> 
     22          </div>     
    2123     
    2224    <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
  • themes/ductile/tpl/_entry-title.html

    r436 r440  
    1     <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}}" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
     1    <div id="p{{tpl:EntryID}}" class="post {{tpl:EntryIfOdd}} {{tpl:EntryIfFirst}} title" lang="{{tpl:EntryLang}}" xml:lang="{{tpl:EntryLang}}"> 
    22    <!-- # New day date --> 
    33    <tpl:DateHeader><p class="day-date">{{tpl:EntryDate}}</p></tpl:DateHeader> 
     
    66    href="{{tpl:EntryURL}}">{{tpl:EntryTitle encode_html="1"}}</a></h2> 
    77     
    8     <p class="post-info"> 
    9      <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}</span> 
    10      <span class="post-date"> - {{tpl:EntryDate}}</span> 
    11     <tpl:EntryIf has_category="1"> 
    12      <span class="post-cat"> - <a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
    13     </tpl:EntryIf> 
    14     </p> 
     8          <div class="post-attr"> 
     9         <p class="post-info"> 
     10          <span class="post-author">{{tpl:lang By}} {{tpl:EntryAuthorLink}}, </span> 
     11          <span class="post-date">{{tpl:lang on}} {{tpl:EntryDate}}. </span> 
     12          <tpl:EntryIf has_category="1"> 
     13               <span class="post-cat"><a href="{{tpl:EntryCategoryURL}}">{{tpl:EntryCategory encode_html="1"}}</a></span> 
     14          </tpl:EntryIf> 
     15         </p> 
     16          </div>     
    1517     
    1618    <!-- # --BEHAVIOR-- publicEntryBeforeContent --> 
  • themes/ductile/tpl/_footer.html

    r429 r440  
    55</div> 
    66 
     7<!-- compat media queries --> 
     8<!--[if lt IE 9]> 
     9     <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> 
     10<![endif]--> 
     11 
    712{{tpl:SysBehavior behavior="publicFooterContent"}} 
  • themes/ductile/tpl/_head.html

    r384 r440  
    11<!-- media queries --> 
    22     <meta name="viewport" content="width=device-width" /> 
    3 <!--[if lt IE 9]> 
    4      <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script> 
    5 <![endif]--> 
    63 
    74<style type="text/css" media="screen"> 
  • themes/ductile/tpl/home.html

    r436 r440  
    6060  <tpl:Entries> 
    6161 
    62           <tpl:LoopPosition start="1" length="1"> 
    63           {{tpl:include src="_entry-full.html"}} 
    64      </tpl:LoopPosition> 
    65  
    66           <tpl:LoopPosition start="2"> 
     62          <tpl:SysIf current_mode="default"> 
     63               <tpl:LoopPosition start="1" length="1"> 
     64               {{tpl:include src="_entry-full.html"}} 
     65          </tpl:LoopPosition> 
     66      
     67               <tpl:LoopPosition start="2"> 
     68               {{tpl:include src="_entry-title.html"}} 
     69          </tpl:LoopPosition> 
     70     </tpl:SysIf> 
     71      
     72          <tpl:SysIf current_mode="!default"> 
    6773          {{tpl:include src="_entry-title.html"}} 
    68      </tpl:LoopPosition> 
    69  
     74     </tpl:SysIf>    
    7075     
    7176    <tpl:EntriesFooter> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map