Dotclear

Changeset 599:03506a6a7fc9 for themes


Ignore:
Timestamp:
07/21/11 08:31:58 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

Ductile: solo, first step.

Location:
themes/ductile
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/mediaqueries.css

    r549 r599  
    132132          padding-top: 24px; 
    133133          } 
     134 #logo { 
     135          float:left;  
     136          margin:0 1.5em 0 1em;     
     137          } 
     138     #logo a { 
     139          border: none; 
     140          background: transparent; 
     141          text-decoration: none; 
     142          } 
    134143     h1 { 
    135144          font-size: 2em; 
     
    202211} 
    203212 
    204 /* ------------------------------------------------------ règles communes > 640px */ 
     213/* ------------------------------------------------------ règles communes < 640px */ 
    205214@media only screen and (max-width:639px) { 
    206215     body { 
  • themes/ductile/style.css

    r592 r599  
    111111     vertical-align: top; 
    112112     } 
     113.supranav { 
     114     clear: both; 
     115     } 
    113116.supranav li a { 
    114117     text-decoration: none; 
     
    264267     background: #fff no-repeat left center url(img/category.png); 
    265268     } 
     269.permalink a { 
     270     padding-left: 20px; 
     271     background: #fff no-repeat left center url(img/link.png); 
     272     } 
    266273.post-info .post-date { 
    267274     padding-left: 28px; 
     
    270277.post-info a,  
    271278.post-tags a,  
    272 .post-info-co a { 
     279.post-info-co a, 
     280.permalink a { 
    273281     white-space: nowrap; 
    274282     } 
     
    355363/* ------------------------------------------------------- commentaires et rétroliens */ 
    356364#comments,  
    357 #pings,  
     365#ping-url,  
    358366#comment-form, 
    359367#comments-feed {  
     
    362370     font-size: .875em; 
    363371     } 
    364 #comment-form { 
     372#comment-form, #ping-url { 
    365373     padding: 1em; 
    366374     background: #eef; 
     
    375383     } 
    376384#comments h3,  
    377 #pings h3,  
     385#ping-url h3,  
    378386#pr h3,  
    379387#comment-form h3 {  
     
    381389     color: #666; 
    382390     } 
    383 #comment-form h3 { 
     391#comment-form h3, #ping-url h3 { 
    384392     margin-top: 0; 
    385393     } 
    386 #comments dl { } 
    387 #comments dt {  
     394#comments > ul {  
     395     margin-left: 0; 
     396     padding-left: 0; 
     397     list-style-type: none; 
     398     } 
     399.comment { 
     400     margin-left: 0; 
     401     } 
     402#comments .comment-info {  
    388403     padding-bottom: .2em; 
    389404     border-bottom: 1px solid #ccc; 
     
    391406     line-height: 1.1; 
    392407     } 
    393 #comments dd { } 
    394408#comments .first { } 
    395409#comments .odd { } 
     
    405419     text-decoration: none; 
    406420     font-family: "Century Schoolbook", "Century Schoolbook L", Georgia, serif; 
    407      color: #909090; 
    408      } 
    409  
    410 #pings dl { } 
    411 #pings dt {  
    412      border-bottom: 1px solid #ccc; 
    413      margin-top: 1.5em; 
    414      line-height: 1.1; 
    415      padding-bottom: .2em; 
    416      } 
    417 #pings dd { } 
     421     color: #ad3f4c; 
     422     } 
    418423#pings .first { } 
    419424#pings .odd { } 
     
    501506     } 
    502507 
    503 #ping-url {  
     508/*#ping-url {  
    504509     background: #efefef; 
    505510     border-right: 1px solid #aaa; 
     
    507512     font-size: .81em; 
    508513     padding-left: .5em; 
    509      } 
     514     }*/ 
    510515#comments-feed {  
    511516     margin-top: 2em;  
     
    550555     } 
    551556#sidebar ul li ul { 
    552      margin-top: .5em; 
     557     margin-top: 0; 
     558     margin-bottom: 0; 
    553559     } 
    554560#sidebar ul li { 
  • themes/ductile/tpl/_top.html

    r541 r599  
    22 
    33     <div id="top"> 
     4          <p id="logo" class="nosmall"><a href="{{tpl:BlogURL}}"><img src="{{tpl:BlogThemeURL}}/img/logo.png" alt="{{tpl:lang Home}}" /></a></p> 
    45     <h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1> 
    56          <p id="blogdesc" class="nosmall">{{tpl:BlogDescription}}</p> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map