XPressME Integration Kit

Trac

Changeset 606


Ignore:
Timestamp:
May 18, 2010, 10:38:34 AM (14 years ago)
Author:
toemon
Message:

xpress_defaultテーマ プチ修正

Location:
trunk/xpressme_integration_kit/wp-content
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/custom_functions.php

    r567 r606  
    579579                        array_push($words, ' ... '); 
    580580                        $text = implode(' ', $words); 
    581                         if (!empty($more_link_text)) $text .= '<p align="center"><a href="'. get_permalink() . "\">".$more_link_text .'</a></p>'; 
     581                        if (!empty($more_link_text)) $text .= '<div class="xpress-more-link"><a href="'. get_permalink() . "\">".$more_link_text .'</a></div>'; 
    582582 
    583583                } 
     
    585585        elseif(mb_strlen($text, $blog_encoding) > $excerpt_length_character) { 
    586586                $text = mb_substr($text, 0, $xpress_config->excerpt_length_character, $blog_encoding) . ' ... '; 
    587                 if (!empty($more_link_text)) $text .= '<p align="center"><a href="'. get_permalink() . "\">".$more_link_text .'</a></p>'; 
     587                if (!empty($more_link_text)) $text .= '<div class="xpress-more-link"><a href="'. get_permalink() . "\">".$more_link_text .'</a></div>'; 
    588588        } 
    589589 
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/style.css

    r599 r606  
    166166 
    167167        } 
     168.xpress-post-title h2{ 
     169        margin: 0; 
     170        color: #4478B0; 
     171        text-shadow: 2px 2px 3px #AAAAAA; 
     172        font-size: 16px; 
     173        font-weight: bold; 
     174} 
    168175 
    169176.xpress-post .xpress-post-entry { 
     
    184191        margin-bottom: 10px; 
    185192} 
     193a.more-link { 
     194        font-size: 12px; 
     195        margin: 0; 
     196        padding: 0; 
     197        color: #E98838; 
     198        text-shadow: 2px 2px 3px #AAAAAA; 
     199        font-style: normal; 
     200        font-weight: bold; 
     201        text-align: center; 
     202} 
     203.xpress-more-link { 
     204        font-size: 12px; 
     205        margin: 0; 
     206        padding: 0; 
     207        color: #E98838; 
     208        text-shadow: 2px 2px 3px #AAAAAA; 
     209        font-style: normal; 
     210        font-weight: bold; 
     211        text-align: center; 
     212} 
     213.xpress-more-link a{ 
     214        color: #E98838; 
     215        text-shadow: 2px 2px 3px #AAAAAA; 
     216        font-style: normal; 
     217        font-weight: bold; 
     218        text-align: center; 
     219} 
     220 
    186221/* End post */ 
    187222 
     
    199234        clear: both; 
    200235        } 
     236#xpress-pings-block h3{ 
     237        font-size: 12px; 
     238        margin: 0; 
     239        padding: 0; 
     240        color: #E98838; 
     241        text-shadow: 2px 2px 3px #AAAAAA; 
     242        font-style: normal; 
     243        font-weight: bold; 
     244} 
    201245#xpress_pingslist ol{ 
    202246        font-size: 1em; 
     
    763807        display:block; 
    764808        clear:both; 
    765         height:26px; 
     809        height:20px; 
    766810//      float:left; 
    767811} 
     
    774818        margin: 0 auto; 
    775819        display:block; 
    776         padding-left: 5px; 
     820        padding-left: 0px; 
    777821        float:left; 
    778822} 
     
    786830#access .menu, 
    787831#xpress-menu .menu-header { 
    788         font-size: 13px; 
     832        font-size: 11px; 
    789833        margin-left: 12px; 
    790834} 
     
    808852//      color:#aaa; 
    809853        padding:0 2px; 
    810         line-height:24px; 
     854        line-height:18px; 
    811855} 
    812856#access ul ul, 
Note: See TracChangeset for help on using the changeset viewer.