Dotclear


Ignore:
Timestamp:
07/05/11 15:51:38 (14 years ago)
Author:
Franck <carnet.franck.paul@…>
Branch:
themes
Message:

Rajout du choix de la couleur des titres sans lien dans le configurateur

File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/ductile/_public.php

    r444 r515  
    166166          if (isset($s['post_title_c'])) self::prop($css_large,$selectors,'color',$s['post_title_c']); 
    167167 
     168          # Simple title color (title without link) 
     169          $selectors = '#content-info h2, .post-title, .post h3, .post h4, .post h5, .post h6, .arch-block h3'; 
     170          if (isset($s['post_simple_title_c'])) self::prop($css_large,$selectors,'color',$s['post_simple_title_c']); 
     171 
    168172          # Style directives for large screens 
    169173          if (count($css_large)) { 
Note: See TracChangeset for help on using the changeset viewer.

Sites map