.poster h4 {
font-size: 1.2em;
}.poster h4 {
font-size: 1.2em;
color: #c06002;
border: 1px solid #DED7D7;
text-align: center;
background: #EAEAEA;
}.user_info > li {
margin: 3px 0 0 0;
}.user_info > li {
margin: 3px 0 0 0;
border: 1px solid #DED7D7;
text-align: center;
padding: 2px;
background: #EAEAEA;
}
/* Enter Pretty Sub Boards */
.children > a,.children > span {float: left;width: 30%;}
.subtxt {display: block;font-weight: bold;padding-bottom: 5px;}
.subtxt::before {content: "\f07c";}
.children > a::before, .children > span::before {content: "\f07c";}
.children > a::before, .children > span::before,.subtxt::before {
font-weight: 100;
font-family: 'Font Awesome 5 Free';
padding-right: 5px;
display: inline-block;
}
/* End Pretty Sub Boards */ // Has it posts awaiting approval?
if ($child['can_approve_posts'] && ($child['unapproved_posts'] || $child['unapproved_topics']))
$child['link'] .= ' <a href="' . $scripturl . '?action=moderate;area=postmod;sa=' . ($child['unapproved_topics'] > 0 ? 'topics' : 'posts') . ';brd=' . $child['id'] . ';' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . sprintf($txt['unapproved_posts'], $child['unapproved_topics'], $child['unapproved_posts']) . '" class="moderation_link">(!)</a>';
$children[] = $child['new'] ? '<span class="strong">' . $child['link'] . '</span>' : '<span>' . $child['link'] . '</span>';
}
echo '
<div id="board_', $board['id'], '_children" class="children">
<p><strong id="child_list_', $board['id'], '">', $txt['sub_boards'], '</strong>', implode($children), '</p>
</div>';
}
}// Has it posts awaiting approval?
if ($child['can_approve_posts'] && ($child['unapproved_posts'] || $child['unapproved_topics']))
$child['link'] .= ' <a href="' . $scripturl . '?action=moderate;area=postmod;sa=' . ($child['unapproved_topics'] > 0 ? 'topics' : 'posts') . ';brd=' . $child['id'] . ';' . $context['session_var'] . '=' . $context['session_id'] . '" title="' . sprintf($txt['unapproved_posts'], $child['unapproved_topics'], $child['unapproved_posts']) . '" class="moderation_link">(!)</a>';
$children[] = $child['new'] ? '<span class="strong subtxt">' . $child['link'] . '</span>' : '<span class="subtxt">' . $child['link'] . '</span>';
}
echo '
<div id="board_', $board['id'], '_children" class="children">
<h1 id="child_list_', $board['id'], '">', $txt['sub_boards'], '</h1>', implode($children), '
</div>';
}
}// Show some basic information about the number of posts, etc.
echo '
</div>
<div class="board_stats">
<p>', comma_format($board['posts']), ' ', $board['is_redirect'] ? $txt['redirects'] : $txt['posts'], '
', $board['is_redirect'] ? '' : '<br> ' . comma_format($board['topics']) . ' ' . $txt['board_topics'], '
</p>
</div>
<div class="lastpost ',!empty($board['last_post']['id']) ? 'lpr_border' : 'hidden', '">';
if (!empty($board['last_post']['id']))
echo '
<p>', $board['last_post']['last_post_message'], '</p>';
echo '
</div>';// Show some basic information about the number of posts, etc.
echo '
</div>
<div class="board_stats">
<p>', comma_format($board['posts']), ' ', $board['is_redirect'] ? $txt['redirects'] : $txt['posts'], '
', $board['is_redirect'] ? '' : '<br> ' . comma_format($board['topics']) . ' ' . $txt['board_topics'], '
</p>
</div>
<div class="lastpost ',!empty($board['last_post']['id']) ? 'lpr_border' : 'hidden', '">';
if (!empty($board['last_post']['id']))
echo '
<p>'.$board['last_post']['member']['avatar']['image'].' ', $board['last_post']['last_post_message'], '</p>';
echo '
</div>';function template_ic_block_recent()
{
global $context, $scripturl, $settings, $txt;function template_ic_block_recent()
{
global $context, $scripturl, $settings, $txt;$settings['avatars_on_boardIndex'] = false;$settings['avatars_on_boardIndex'] = false;.sonileti .avatar, .lastpost img.avatar {
float:left;
width: 40px;
height: 40px;
border-radius:50%;
border: 1px solid #ccc;
overflow: hidden;
}Página criada em 0.055 segundos com 18 solicitações.