Changeset 515:953e6a577fce for themes
- Timestamp:
- 07/05/11 15:51:38 (14 years ago)
- Branch:
- themes
- Location:
- themes/ductile
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/ductile/_config.php
r443 r515 89 89 'post_title_w_m' => null, 90 90 'post_title_s_m' => null, 91 'post_title_c_m' => null 91 'post_title_c_m' => null, 92 'post_simple_title_c' => null 92 93 ); 93 94 … … 165 166 $ductile_user['post_link_f_c'] = adjustColor($_POST['post_link_f_c']); 166 167 168 $ductile_user['post_simple_title_c'] = adjustColor($_POST['post_simple_title_c']); 169 167 170 $ductile_user['blog_title_w_m'] = (integer) !empty($_POST['blog_title_w_m']); 168 171 $ductile_user['blog_title_s_m'] = adjustFontSize($_POST['blog_title_s_m']); … … 292 295 echo '</div>'; 293 296 297 echo '<fieldset><legend>'.__('Titles without link').'</legend>'. 298 299 '<p class="field picker"><label for="post_simple_title_c">'.__('Color:').'</label> '. 300 form::field('post_simple_title_c',7,7,$ductile_user['post_simple_title_c'],'colorpicker').'</p>'. 301 '</fieldset>'; 302 294 303 echo '<fieldset><legend>'.__('Inside posts links').'</legend>'. 295 304 '<p class="field"><label for="post_link_w">'.__('In bold:').' '. -
themes/ductile/_public.php
r444 r515 166 166 if (isset($s['post_title_c'])) self::prop($css_large,$selectors,'color',$s['post_title_c']); 167 167 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 168 172 # Style directives for large screens 169 173 if (count($css_large)) { -
themes/ductile/locales/fr/admin.po
r421 r515 34 34 msgid "Post title" 35 35 msgstr "Titre des billets" 36 37 msgid "Titles without link" 38 msgstr "Titres sans lien" 36 39 37 40 msgid "Inside posts links"
Note: See TracChangeset
for help on using the changeset viewer.