Dotclear

Changeset 650:0da4a5fecca3


Ignore:
Timestamp:
07/25/11 22:27:11 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

Ductile - Traductions, debug CSS. Thanks to jean-michel, mirovinben, franck paul and brol.

Location:
themes/ductile
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/locales/fr/main.po

    r637 r650  
    2020msgstr "Explorer les archives" 
    2121 
    22 msgid "to" 
    23 msgstr "à" 
     22msgid "toDay" 
     23msgstr "au" 
     24 
     25msgid "FromDay" 
     26msgstr "Du" 
    2427 
    2528msgid "From" 
     
    3437msgid "By tag" 
    3538msgstr "Par tag" 
     39 
     40msgid "URL you've tried has typos, or the page has been deleted or moved." 
     41msgstr "L'adresse URL est erronée ou bien la page a été supprimée ou déplacée." 
  • themes/ductile/style.css

    r643 r650  
    545545     padding: 4px; 
    546546     } 
    547  
    548547.form-help {  
    549548     margin-top: 0; 
     
    551550     font-style: italic; 
    552551     } 
    553  
    554 /*#ping-url {  
    555      background: #efefef; 
    556      border-right: 1px solid #aaa; 
    557      border-bottom: 1px solid #aaa; 
    558      font-size: .81em; 
    559      padding-left: .5em; 
    560      }*/ 
    561552#comments-feed {  
    562553     margin-top: 2em;  
     
    569560#sidebar { 
    570561     font-size: 0.875em; 
     562     } 
     563#sidebar img { 
     564     max-width: 100%; 
    571565     } 
    572566#sidebar h2 { 
     
    922916     clear:both; 
    923917     } 
     918/* Micro clearfix thx to Nicolas Gallagher */ 
     919.post-content:before, .post-content:after { 
     920     content: ""; 
     921     display: table; 
     922     } 
     923.post-content:after { 
     924     clear:both; 
     925     } 
    924926 
    925927/* ================================================  
  • themes/ductile/tpl/404.html

    r615 r650  
    3636                         <div id="content-info"> 
    3737                              <h2>{{tpl:lang Document not found}}</h2> 
    38                               <p>L'adresse est erronée ou la page a été supprimée.</p> 
     38                              <p>{{tpl:lang URL you've tried has typos, or the page has been deleted or moved.}}</p> 
    3939                         </div> 
    4040                          
  • themes/ductile/tpl/_head.html

    r631 r650  
    11<!-- media queries --> 
    2 <meta name="viewport" content="width=device-width" /> 
     2<meta name="viewport" content="width=device-width, initial-scale=1.0" /> 
    33<!-- compat media queries --> 
    44<!--[if lt IE 9]> 
  • themes/ductile/tpl/archive.html

    r615 r650  
    5353                                   <div id="by-date" class="arch-block"> 
    5454                                        <h3>{{tpl:lang By date}}</h3> 
    55                                         <p class="fromto">{{tpl:lang From}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries> {{tpl:lang to}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%d %B %Y"}}</a></tpl:Entries></p> 
     55                                        <p class="fromto">{{tpl:lang FromDay}} <tpl:Entries no_content="1" order="asc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%e %B %Y"}}</a></tpl:Entries> {{tpl:lang toDay}} <tpl:Entries no_content="1" order="desc" lastn="1"><a href="{{tpl:EntryURL}}">{{tpl:EntryDate format="%e %B %Y"}}</a></tpl:Entries></p> 
    5656                                        <tpl:Archives order="asc"> 
    5757                                             <tpl:ArchivesYearHeader> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map