Thanks.
I've been awaiting 3.3.1 as it fixes a number of annoying bugs that my members have reported and I want the ensure the update goes smoothly. I've been testing out the RC1 and so far so good. Thanks team.
Thanks.
Tastenplayer wrote: ↑Wed Jun 24, 2020 5:26 pm they no longer have a padding-right of 2px in the navbar
.icon
does have the padding, see https://github.com/phpbb/phpbb/blob/650 ... ns.css#L25That's a browser cache
Code: Select all
.fa-external-link-square::before {
content: "\f112";
color: #B5B5B5;
font-size: 14px;
}
Code: Select all
/* Forum icons & Topic icons */
.global_read:before { content: '\f0f3'; color:#222222; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_read_mine:before { content: '\f0f3'; color:#4981CE; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_read_locked:before { content: '\f1f6'; color:#222222; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_read_locked_mine:before { content: '\f1f6'; color:#4981ce; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_unread:before { content: '\f0f3'; color:#FF0F0F; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_unread_mine:before { content: '\f0f3'; color:#FF7F50; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_unread_locked:before { content: '\f1f6'; color:#FF0F0F; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_unread_locked_mine:before { content: "\f1f6"; color:#FF7F50; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_read:before { content: '\f0f3'; color:#222222; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_read_mine:before { content: '\f0f3'; color:#4981CE; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_read_locked:before { content: '\f1f6'; color:#222222; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_read_locked_mine:before { content: '\f1f6'; color:#4981ce; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_unread:before { content: '\f0f3'; color:#FF0F0F; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_unread_mine:before { content: '\f0f3'; color:#FF7F50; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_unread_locked:before { content: '\f1f6'; color:#FF0F0F; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_unread_locked_mine:before { content: '\f1f6'; color:#FF7F50; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.forum_link:before { content: '\f1d9'; color:#2E4D76; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_read:before { content: '\f1b2'; color:#333333; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_read_locked:before { content: '\f084'; color:#333333; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_read_subforum:before { content: '\f1b3'; color:#333333; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_unread:before { content: '\f35a'; color:#bf0000; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_unread_locked:before { content: '\f084'; color:#bf0000; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_unread_subforum:before { content: '\f1b3'; color:#bf0000; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.sticky_read:before { content: '\f249'; color:#444444; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_read_mine:before { content: '\f249'; color:#395F93; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_read_locked:before { content: '\f28e'; color:#444444; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_read_locked_mine:before { content: '\f28e'; color:#395F93; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_unread:before { content: '\f249'; color:#bf0000; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_unread_mine:before { content: '\f249'; color:#F59B45; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_unread_locked:before { content: '\f28e'; color:#bf0000; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_unread_locked_mine:before { content: '\f28e'; color:#F59B45; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_moved:before { content: '\f047'; color:#0D4F8B; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.pm_read:before { content: '\f2b6'; color:#444444; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read:before { content: '\f07b'; color:#444444; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read_mine:before { content: '\f07b'; color:#395F93; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read_hot:before { content: '\f07c'; color:#444444; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read_hot_mine:before { content: '\f07c'; color:#395F93; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read_locked:before { content: '\f114'; color:#444444; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read_locked_mine:before { content: '\f114'; color:#395F93; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.pm_unread:before { content: '\f0e0'; color:#BF0000; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread:before { content: '\f07b'; color:#BF0000; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread_mine:before { content: '\f07b'; color:#F59B45; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread_hot:before { content: '\f07c'; color:#bf0000; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread_hot_mine:before { content: '\f07c'; color:#F59B45; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread_locked:before { content: '\f114'; color:#bf0000; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread_locked_mine:before { content: '\f114'; color:#F59B45; font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
/* Forum icons & Topic icons */
.global_read { background-image: none; }
.global_read_mine { background-image: none; }
.global_read_locked { background-image: none; }
.global_read_locked_mine { background-image: none; }
.global_unread { background-image: none; }
.global_unread_mine { background-image: none; }
.global_unread_locked { background-image: none; }
.global_unread_locked_mine { background-image: none; }
.announce_read { background-image: none; }
.announce_read_mine { background-image: none; }
.announce_read_locked { background-image: none; }
.announce_read_locked_mine { background-image: none; }
.announce_unread { background-image: none; }
.announce_unread_mine { background-image: none; }
.announce_unread_locked { background-image: none; }
.announce_unread_locked_mine { background-image: none; }
.forum_link { background-image: none; }
.forum_read { background-image: none; }
.forum_read_locked { background-image: none; }
.forum_read_subforum { background-image: none; }
.forum_unread { background-image: none; }
.forum_unread_locked { background-image: none; }
.forum_unread_subforum { background-image: none; }
.sticky_read { background-image: none; }
.sticky_read_mine { background-image: none; }
.sticky_read_locked { background-image: none; }
.sticky_read_locked_mine { background-image: none; }
.sticky_unread { background-image: none; }
.sticky_unread_mine { background-image: none; }
.sticky_unread_locked { background-image: none; }
.sticky_unread_locked_mine { background-image: none; }
.topic_moved { background-image: none; }
.pm_read,
.topic_read { background-image: none; }
.topic_read_mine { background-image: none; }
.topic_read_hot { background-image: none; }
.topic_read_hot_mine { background-image: none; }
.topic_read_locked { background-image: none; }
.topic_read_locked_mine { background-image: none; }
.pm_unread,
.topic_unread { background-image: none; }
.topic_unread_mine { background-image: none; }
.topic_unread_hot { background-image: none; }
.topic_unread_hot_mine { background-image: none; }
.topic_unread_locked { background-image: none; }
.topic_unread_locked_mine { background-image: none; }
Code: Select all
/* Forum icons & Topic icons */
.global_read:before { content: "\f0f3"; color:#222222; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_read_mine:before { content: "\f0f3"; color:#4981CE; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_read_locked:before { content: "\f1f6"; color:#222222; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_read_locked_mine:before { content: "\f1f6"; color:#4981ce; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_unread:before { content: "\f0f3"; color:#FF0F0F; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_unread_mine:before { content: "\f0f3"; color:#FF7F50; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_unread_locked:before { content: "\f1f6"; color:#FF0F0F; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.global_unread_locked_mine:before { content: "\f1f6"; color:#FF7F50; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_read:before { content: "\f0f3"; color:#222222; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_read_mine:before { content: "\f0f3"; color:#4981CE; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_read_locked:before { content: "\f1f6"; color:#222222; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_read_locked_mine:before { content: "\f1f6"; color:#4981ce; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_unread:before { content: "\f0f3"; color:#FF0F0F; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_unread_mine:before { content: "\f0f3"; color:#FF7F50; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_unread_locked:before { content: "\f1f6"; color:#FF0F0F; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.announce_unread_locked_mine:before { content: "\f1f6"; color:#FF7F50; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.forum_link:before { content: "\f1d9"; color:#2E4D76; font-family: 'FontAwesome'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_read:before { content: "\f1b2"; color:#333333; font-family: 'FontAwesome'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_read_locked:before { content: "\f084"; color:#333333; font-family: 'FontAwesome'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_read_subforum:before { content: "\f1b3"; color:#333333; font-family: 'FontAwesome'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_unread:before { content: "\f1b2"; color:#bf0000; font-family: 'FontAwesome'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_unread_locked:before { content: "\f084"; color:#bf0000; font-family: 'FontAwesome'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.forum_unread_subforum:before { content: "\f1b3"; color:#bf0000; font-family: 'FontAwesome'; position: absolute; top: 22%; font-size: 25px; left: 15px; }
.sticky_read:before { content: "\f249"; color:#444444; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_read_mine:before { content: "\f249"; color:#395F93; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_read_locked:before { content: "\f28e"; color:#444444; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_read_locked_mine:before { content: "\f28e"; color:#395F93; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_unread:before { content: "\f249"; color:#bf0000; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_unread_mine:before { content: "\f249"; color:#F59B45; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_unread_locked:before { content: "\f28e"; color:#bf0000; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.sticky_unread_locked_mine:before { content: "\f28e"; color:#F59B45; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_moved:before { content: "\f047"; color:#0D4F8B; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.pm_read:before { content: "\f2b6"; color:#444444; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read:before { content: "\f07b"; color:#444444; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read_mine:before { content: "\f07b"; color:#395F93; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read_hot:before { content: "\f07c"; color:#444444; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read_hot_mine:before { content: "\f07c"; color:#395F93; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read_locked:before { content: "\f114"; color:#444444; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_read_locked_mine:before { content: "\f114"; color:#395F93; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.pm_unread:before { content: "\f0e0"; color:#BF0000; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread:before { content: "\f07b"; color:#BF0000; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread_mine:before { content: "\f07b"; color:#F59B45; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread_hot:before { content: "\f07c"; color:#bf0000; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread_hot_mine:before { content: "\f07c"; color:#F59B45; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread_locked:before { content: "\f114"; color:#bf0000; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
.topic_unread_locked_mine:before { content: "\f114"; color:#F59B45; font-family: 'FontAwesome'; position: absolute; top: 20%; font-size: 25px; left: 15px; }
/* Forum icons & Topic icons */
.global_read { background-image: none; }
.global_read_mine { background-image: none; }
.global_read_locked { background-image: none; }
.global_read_locked_mine { background-image: none; }
.global_unread { background-image: none; }
.global_unread_mine { background-image: none; }
.global_unread_locked { background-image: none; }
.global_unread_locked_mine { background-image: none; }
.announce_read { background-image: none; }
.announce_read_mine { background-image: none; }
.announce_read_locked { background-image: none; }
.announce_read_locked_mine { background-image: none; }
.announce_unread { background-image: none; }
.announce_unread_mine { background-image: none; }
.announce_unread_locked { background-image: none; }
.announce_unread_locked_mine { background-image: none; }
.forum_link { background-image: none; }
.forum_read { background-image: none; }
.forum_read_locked { background-image: none; }
.forum_read_subforum { background-image: none; }
.forum_unread { background-image: none; }
.forum_unread_locked { background-image: none; }
.forum_unread_subforum { background-image: none; }
.sticky_read { background-image: none; }
.sticky_read_mine { background-image: none; }
.sticky_read_locked { background-image: none; }
.sticky_read_locked_mine { background-image: none; }
.sticky_unread { background-image: none; }
.sticky_unread_mine { background-image: none; }
.sticky_unread_locked { background-image: none; }
.sticky_unread_locked_mine { background-image: none; }
.topic_moved { background-image: none; }
.pm_read,
.topic_read { background-image: none; }
.topic_read_mine { background-image: none; }
.topic_read_hot { background-image: none; }
.topic_read_hot_mine { background-image: none; }
.topic_read_locked { background-image: none; }
.topic_read_locked_mine { background-image: none; }
.pm_unread,
.topic_unread { background-image: none; }
.topic_unread_mine { background-image: none; }
.topic_unread_hot { background-image: none; }
.topic_unread_hot_mine { background-image: none; }
.topic_unread_locked { background-image: none; }
.topic_unread_locked_mine { background-image: none; }
font-weight: 400
/ font-weight: 900
to get them rendered. F.e. the latter for fa-cube
and both for fa-bell
.Code: Select all
<div class="socialbuttons">
<!-- Facebook -->
<a href="#" title="Visit us on Facebook" target="_blank" class="btn btn-facebook"><i class="fa fa-facebook-official"></i></a>
<!-- Twitter -->
<a href="#" title="Twitter us" target="_blank" data-placement="top" class="btn btn-twitter"><i class="fa fa-twitter"></i></a>
<!-- Github -->
<a href="#" title="Github" target="_blank" class="btn btn-github"><i class="fa fa-github"></i></a>
<!-- IF S_ENABLE_FEEDS -->
<a type="application/rss+xml" href="{U_FEED}" class="btn btn-feed"> <i class="fa fa-feed" title="{L_FEED} - {SITENAME}"></i></a>
<!-- ENDIF -->
<!-- Youtube -->
<a href="#" title="Visit us on Youtube" target="_blank" data-placement="top" class="btn btn-youtube"><i class="fa fa-youtube"></i></a>
<!-- Paypal -->
<a href="#" title="Thank you so much for buying me a coffee!" target="_blank" class="btn btn-coffee"><i class="fa fa-coffee"></i></a>
</div>