Dotclear

Changeset 502:d002906f0b30


Ignore:
Timestamp:
07/04/11 08:49:49 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

[Ductile] Jour 7 ready ou quasi

Location:
themes/ductile
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/mediaqueries.css

    r497 r502  
    291291          margin: .33em 0; 
    292292          } 
     293     .dc-archive #content { 
     294          margin: 0 17em 0 0; 
     295          } 
    293296} 
    294297 
  • themes/ductile/style.css

    r497 r502  
    172172 
    173173/* ------------------------------------------------------- pagination, navlinks */ 
     174#navlinks, 
    174175.navlinks,  
    175176.pagination { 
     
    193194     border-bottom: 1px solid #ccc; 
    194195     } 
     196#navlinks, 
    195197.navlinks { 
    196198     margin-top: 4em; 
    197199     } 
     200#navlinks a, 
    198201.navlinks a,  
    199202.pagination a { 
     
    691694.dc-category { } 
    692695 
    693 .dc-archive #content { 
    694      margin: 0 18em 0 0; 
    695      } 
     696/* ---------------------------------------------------------------- archives */ 
     697.dc-archive {} 
     698#time-criteria {} 
     699#other-criteria {} 
     700#more-arch {} 
    696701.arch-block { 
    697702     display: inline-block; 
    698      margin: 0 5em 2em 0; 
     703     margin: 0 0 2em 4em; 
    699704     vertical-align: top; 
     705     } 
     706.arch-block:first-child { 
     707     margin-left: 0; 
    700708     } 
    701709.arch-block h3 { 
     
    714722     margin-top: 0; 
    715723     } 
    716 .arch-block ul, .dc-archive #blogextra ul { 
     724.arch-block ul { 
    717725     list-style-type: none; 
    718726     margin: 0; 
     
    743751     } 
    744752#by-date ul { 
    745      margin-bottom: 1em; 
     753     margin-bottom: 1.5em; 
    746754     } 
    747755#by-date span { 
     
    762770     background-image: url(img/last-hline.png); 
    763771     } 
     772#by-tag { 
     773     width: 18em; 
     774     }     
     775#by-tag ul li { 
     776     display: inline; 
     777     padding-right: 1em; 
     778} 
    764779#by-tag .tag0 { color: #909090; font-size: 90%; } 
    765780#by-tag .tag10 { color: #828282; font-size: 92%; } 
  • themes/ductile/tpl/archive.html

    r487 r502  
    5050  <div class="content-inner"> 
    5151 
    52 <!-- entries sorted by date --> 
     52     <div id="time-criteria"><!-- entries sorted by date --> 
    5353          <div id="by-date" class="arch-block"> 
    5454               <h3>{{tpl:lang By date}}</h3> 
     
    6060                <ul> 
    6161                   </tpl:ArchivesYearHeader> 
    62                      <li><a href="{{tpl:ArchiveURL}}" 
    63                      title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 
     62                     <li><a href="{{tpl:ArchiveURL}}" title="{{tpl:ArchiveDate encode_html="1"}}">{{tpl:ArchiveDate encode_html="1" format="%B"}}</a> 
    6463                     <span>({{tpl:ArchiveEntriesCount}})</span></li> 
    6564                   <tpl:ArchivesYearFooter> 
     
    6968          </tpl:Archives> 
    7069       </div> 
    71         
    72        <hr class="hidden" /> 
     70     </div> 
    7371 
    74 <!-- entries sorted by others criterias -->   
     72     <div id="other-criteria"><!-- entries sorted by others criterias -->   
    7573          <tpl:Categories level="1"> 
    7674               <tpl:CategoriesHeader> 
     
    108106               </tpl:TagsFooter> 
    109107          </tpl:Tags> 
    110            
    111           <hr class="hidden" /> 
     108     </div> 
    112109 
    113 <!-- others things -->         
     110     <div id="more-arch"><!-- others things -->         
    114111          <div class="arch-block"> 
    115112               <tpl:Entries type="page" no_content="1"> 
     
    120117               </tpl:Entries> 
    121118          </div> 
    122       
     119     </div> 
    123120  </div> <!-- End .content-inner --> 
    124121   
Note: See TracChangeset for help on using the changeset viewer.

Sites map