Dotclear

Changeset 391:77ce8f145513


Ignore:
Timestamp:
06/19/11 01:41:59 (14 years ago)
Author:
kozlika
Branch:
themes
Message:

Ductile, bugfix for colorpicker. Workaround on colorpicker.js with an old bug. Needs javascript sorcerer.

(La ligne 38 ne fonctionne pas comme elle le devrait.)

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • admin/js/color-picker.js

    r0 r391  
    3636          span.css('display','block'); 
    3737           
    38           span.css('width',($(this).width()+12)+'px'); 
     38          //span.css('width',($(this).width()+12)+'px'); 
     39          span.css('width',($(this).width()+7.5)+'em'); 
    3940          span.css('padding','0 5px 0 0'); 
    4041          $(this).wrap(span); 
     
    4546               position: 'absolute', 
    4647               top: 3, 
    47                right: 0 
     48               //right: 0 
    4849          }); 
    4950           
  • admin/style/default.css

    r257 r391  
    11271127p.field { 
    11281128     position: relative; 
    1129  
     1129      
    11301130} 
    11311131p.field label { 
  • themes/ductile/mediaqueries.css

    r386 r391  
    1313-------------------------------------------------------------------- */ 
    1414@media only screen and (max-width:480px) { 
    15      #prelude, #blogdesc, #supranav span { 
     15     .nomobile { 
    1616          display: none !important; 
    1717          } 
     
    3838          border-bottom: 1px solid #ccc; 
    3939          } 
    40      h2.post-title { 
    41           font-size: 2em; 
     40     .post-title { 
     41          font-size: 1.5em; 
     42          font-weight: bold; 
     43          font-family: "Franklin gothic medium","arial narrow","DejaVu Sans Condensed","helvetica neue",helvetica,sans-serif; 
     44          } 
     45     .post-title a { 
     46          font-style: normal; 
     47          font-weight: bold; 
    4248          } 
    4349     #stickers { 
     
    98104          display: block; 
    99105          } 
     106     .post-title { 
     107          font-size: 2.5em; 
     108          font-weight: normal; 
     109          } 
     110     .post-title a { 
     111          font-style: italic; 
     112          font-weight: normal; 
     113          } 
    100114     #stickers { 
    101115          position: absolute; 
     
    114128          display: none; 
    115129          } 
    116      h2.post-title { 
     130     .post-title { 
    117131          font-size: 2.6em; 
    118132          } 
  • themes/ductile/style.css

    r386 r391  
    163163------------------------------------------------------------- */ 
    164164 
    165 #wrapper { } 
     165#wrapper { clear:both; } 
    166166#main { } 
    167167#content {  
     
    233233     display: none; 
    234234     } 
    235 h2.post-title { 
    236      font-weight: normal; 
     235.post-title { 
    237236     margin-bottom: .33em; 
    238237     color: #000; 
    239238     line-height: 1.17; 
    240239     } 
    241 h2.post-title a { 
    242      font-weight: normal; 
    243      font-style: italic; 
     240.post-title a { 
    244241     text-decoration: none; 
    245242     color: #ad3f4c; 
     
    391388     font-size: 1.14em; 
    392389     } 
    393 a.comment-number { 
     390.comment-number { 
    394391     font-size: 2em; 
    395392     font-weight: normal; 
     
    573570     line-height: 2em; 
    574571     } 
    575 #search #q { 
     572#q { 
    576573     float: left; 
    577574     width: 78%; 
     
    579576     padding-left: 2px; 
    580577     } 
    581 #search #q:focus { 
     578#q:focus { 
    582579     background: #fcfcf9; 
    583580     } 
  • themes/ductile/tpl/_top.html

    r367 r391  
    11<div id="header"> 
    22 
    3      <ul id="prelude"> 
     3     <ul id="prelude" class="nomobile"> 
    44          <li><a href="#main">{{tpl:lang To content}}</a></li> 
    55          <li><a href="#blognav">{{tpl:lang To menu}}</a></li> 
     
    1515          2. que l'utilisateur puisse indiquer si oui ou non il souhaite afficher la description (?) 
    1616          --> 
    17           <p id="blogdesc">{{tpl:BlogDescription}}</p> 
     17          <p id="blogdesc" class="nomobile">{{tpl:BlogDescription}}</p> 
    1818 
    1919     <!-- # --BEHAVIOR-- publicTopAfterContent --> 
     
    2626     --> 
    2727     <ul id="supranav"> 
    28           <li id="li1" class="active"><a href="{{tpl:BlogURL}}">Accueil<span> articles récents</span></a></li> 
    29           <li id="li2"><a href="#">Construire un thème<span> tutoriels</span></a></li> 
    30           <li id="li3"><a href="#">Maquettes<span> projets graphiques</span></a></li> 
    31           <li id="li4"><a href="{{tpl:BlogURL}}archive">Archives<span> 2005-2011</span></a></li> 
     28          <li id="li1" class="active"><a href="{{tpl:BlogURL}}">Accueil<span class="nomobile"> articles récents</span></a></li> 
     29          <li id="li2"><a href="#">Construire un thème<span class="nomobile"> tutoriels</span></a></li> 
     30          <li id="li3"><a href="#">Maquettes<span class="nomobile"> projets graphiques</span></a></li> 
     31          <li id="li4"><a href="{{tpl:BlogURL}}archive">Archives<span class="nomobile"> 2005-2011</span></a></li> 
    3232     </ul> 
    3333</div> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map