Radim Luca Posted May 21, 2015 Report Posted May 21, 2015 Are cineva acest userInfopane? http://i.imgur.com/bgHrGb5.png Voi fi recunoscator..
+duL @ Posted May 21, 2015 Report Posted May 21, 2015 e cel dupa aimers.ro ? daina mucles daina deles
Radim Luca Posted May 21, 2015 Author Report Posted May 21, 2015 e cel dupa aimers.ro ? Da, este cel de pe www.aimers.ro .
+duL @ Posted May 21, 2015 Report Posted May 21, 2015 <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <ul class='basic_info'> <if test="membertitle:|:$author['member_title']"> <p class='desc member_title'>{$author['member_title']}</p> </if> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-hand-o-right"></i> Group:</dt> <dd> {$author['_group_formatted']}</dd> </li> </dl> </div> <if test="postCount:|:$author['member_id']"> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-comment"></i> Posts:</dt> <dd> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </dd> </li> </dl> </div></if> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-check-square-o"></i> Joined:</dt> <dd> {parse date="$author['joined']" format="joined"}</dd> </li> </dl> </div> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-child"></i> Member ID:</dt> <dd> {$author['member_id']}</dd> </li> </dl> </div> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-plus-square-o"></i> Reputation:</dt> <dd> {$author['pp_reputation_points']}</dd> </li> </dl> </div> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-bell"></i> Warn-uri:</dt> <dd> {$author['warn_level']}</dd> </li> </dl> </div> </ul> </div> CSS: .extraUserInfo{ font-size:11px; padding:4px 0px; } .pairsJustified { border: 1px dashed #0D0D0D; box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.09); padding-top: 1px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; background: #121212; font-size: 9px; /* border: 1px dashed #262626; */ overflow: hidden; line-height: 1.5; margin-bottom: -5px; } .pairsJustified:hover { background: #1a1a1a;} .pairsJustified dt { padding-right: 5px; float: left; text-align: left; max-width: 100%; margin-right: 5px; font-size: 10px; color: #5e5e5e; text-shadow: 0 1px #000; } .pairsJustified dd { float: right; font-size: 10px; color: #5e5e5e; text-shadow: 0 1px #000; text-align: right; max-width: 100%; } 1 daina mucles daina deles
Radim Luca Posted May 21, 2015 Author Report Posted May 21, 2015 Am facut cum mi-ai zis si uite cum imi arata : http://i.imgur.com/ihIS9DD.png De ce imi arata asa ?
Sebastian C. Posted May 22, 2015 Report Posted May 22, 2015 N-ai adăugat codurile de mai jos în ipb_style.css .extraUserInfo{ font-size:11px; padding:4px 0px; } .pairsJustified { border: 1px dashed #0D0D0D; box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.09); padding-top: 1px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; background: #121212; font-size: 9px; /* border: 1px dashed #262626; */ overflow: hidden; line-height: 1.5; margin-bottom: -5px; } .pairsJustified:hover { background: #1a1a1a;} .pairsJustified dt { padding-right: 5px; float: left; text-align: left; max-width: 100%; margin-right: 5px; font-size: 10px; color: #5e5e5e; text-shadow: 0 1px #000; } .pairsJustified dd { float: right; font-size: 10px; color: #5e5e5e; text-shadow: 0 1px #000; text-align: right; max-width: 100%; }
Radim Luca Posted May 22, 2015 Author Report Posted May 22, 2015 N-ai adăugat codurile de mai jos în ipb_style.css .extraUserInfo{ font-size:11px; padding:4px 0px; } .pairsJustified { border: 1px dashed #0D0D0D; box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.09); padding-top: 1px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; background: #121212; font-size: 9px; /* border: 1px dashed #262626; */ overflow: hidden; line-height: 1.5; margin-bottom: -5px; } .pairsJustified:hover { background: #1a1a1a;} .pairsJustified dt { padding-right: 5px; float: left; text-align: left; max-width: 100%; margin-right: 5px; font-size: 10px; color: #5e5e5e; text-shadow: 0 1px #000; } .pairsJustified dd { float: right; font-size: 10px; color: #5e5e5e; text-shadow: 0 1px #000; text-align: right; max-width: 100%; } Am adaugat codul in ipb_styles si la fel....
PlaY4FuN Posted May 22, 2015 Report Posted May 22, 2015 Asa imi facea si mie nu ai adaugat codul in css deoarece da o eroare <html doctype etc.
Sebastian C. Posted May 22, 2015 Report Posted May 22, 2015 Am adaugat codul in ipb_styles si la fel.... Daca tot nu reusesti da-mi PM cu forumul si un cont acp cu acces pe look & feel
NeBuNuL Posted October 30, 2016 Report Posted October 30, 2016 On 21.05.2015 at 10:18 PM, duL @ said: <div itemscope itemtype="http://schema.org/Person" class='user_details'> <span class='hide' itemprop="name">{$author['members_display_name']}</span> <ul class='basic_info'> <if test="membertitle:|:$author['member_title']"> <p class='desc member_title'>{$author['member_title']}</p> </if> <if test="avatar:|:$author['member_id']"> <li class='avatar'> <if test="canSeeProfiles:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> <a itemprop="url" href="{parse url="showuser={$author['member_id']}" template="showuser" seotitle="{$author['members_seo_name']}" base="public"}" title="{$this->lang->words['view_profile']}: {$author['members_display_name']}" class='ipsUserPhotoLink'> </if> <if test="hasVariable:|:$this->settings['member_topic_avatar_max']"> <img itemprop="image" src='{$author['pp_main_photo']}' class='ipsUserPhoto ipsUserPhoto_variable' /> <else /> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </if> <if test="canSeeProfiles2:|:$this->memberData['g_is_supmod'] OR ( $this->memberData['g_mem_info'] && ! IPSMember::isInactive( $author ) )"> </a> </if> </li> <else /> <li class='avatar'> <img itemprop="image" src='{$author['pp_thumb_photo']}' class='ipsUserPhoto ipsUserPhoto_large' /> </li> </if> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-hand-o-right"></i> Group:</dt> <dd> {$author['_group_formatted']}</dd> </li> </dl> </div> <if test="postCount:|:$author['member_id']"> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-comment"></i> Posts:</dt> <dd> {parse expression="$this->registry->getClass('class_localization')->formatNumber( intval( $author['posts'] ) )"} </dd> </li> </dl> </div></if> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-check-square-o"></i> Joined:</dt> <dd> {parse date="$author['joined']" format="joined"}</dd> </li> </dl> </div> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-child"></i> Member ID:</dt> <dd> {$author['member_id']}</dd> </li> </dl> </div> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-plus-square-o"></i> Reputation:</dt> <dd> {$author['pp_reputation_points']}</dd> </li> </dl> </div> <div class="extraUserInfo"> <dl class="pairsJustified"> <li class='post_count desc lighter'> <dt><i class="fa fa-bell"></i> Warn-uri:</dt> <dd> {$author['warn_level']}</dd> </li> </dl> </div> </ul> </div> CSS: .extraUserInfo{ font-size:11px; padding:4px 0px; } .pairsJustified { border: 1px dashed #0D0D0D; box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.09); padding-top: 1px; padding-bottom: 1px; padding-left: 3px; padding-right: 3px; background: #121212; font-size: 9px; /* border: 1px dashed #262626; */ overflow: hidden; line-height: 1.5; margin-bottom: -5px; } .pairsJustified:hover { background: #1a1a1a;} .pairsJustified dt { padding-right: 5px; float: left; text-align: left; max-width: 100%; margin-right: 5px; font-size: 10px; color: #5e5e5e; text-shadow: 0 1px #000; } .pairsJustified dd { float: right; font-size: 10px; color: #5e5e5e; text-shadow: 0 1px #000; text-align: right; max-width: 100%; } Unde mai exact trebuie sa bag acest css ?
snoop Posted October 30, 2016 Report Posted October 30, 2016 1 hour ago, NeBuNuL said: Unde mai exact trebuie sa bag acest css ? styles.css la urma 1
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now