1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-05 00:13:29 +02:00

[ticket/15538] Uncommit test files

PHPBB3-15538
This commit is contained in:
mrgoldy 2019-09-30 16:45:50 +02:00 committed by Marc Alexander
parent d8274c19c8
commit a10087a717
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 2 additions and 58 deletions

View File

@ -34,36 +34,6 @@
</form>
<!-- ENDIF -->
<div class="panel">
<h3>Font</h3>
<div>
{{ Icon('font', 'bars', 'fa-fw icon-blue') }}
{{ Icon('font', 'envelope-o') }}
{{ Icon('font', 'pencil', '', '', true, {'data-ajax': 'true', 'data-refresh': 'true'}) }}
{{ Icon('font', 'phone') }}
<a>{{ Icon('font', 'pencil', 'fa-fw', 'POST_REPLY') }}</a>
<a class="button">{{ Icon('font', 'pencil', 'fa-fw', 'POST_REPLY') }}</a>
</div>
<h3>PNG</h3>
<div>
{{ Icon('png', 'bars') }}
{{ Icon('png', 'envelope') }}
{{ Icon('png', 'pencil') }}
{{ Icon('png', 'phone') }}
<a>{{ Icon('png', 'pencil', 'fa-fw', 'POST_REPLY') }}</a>
<a class="button">{{ Icon('png', 'pencil', 'fa-fw', 'POST_REPLY') }}</a>
</div>
<h3>SVG</h3>
<div>
{{ Icon('svg', 'bars', 'fa-fw icon-blue') }}
{{ Icon('svg', 'envelope', '', 'USERNAME', false) }}
{{ Icon('svg', 'pencil') }}
{{ Icon('svg', 'phone') }}
<a>{{ Icon('svg', 'pencil') }}</a>
<a class="button">{{ Icon('svg', 'pencil', 'fa-fw', 'POST_REPLY') }}</a>
</div>
</div>
<!-- EVENT index_body_stat_blocks_before -->
<!-- IF S_DISPLAY_ONLINE_LIST -->
@ -71,7 +41,7 @@
<!-- IF U_VIEWONLINE --><h3><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h3><!-- ELSE --><h3>{L_WHO_IS_ONLINE}</h3><!-- ENDIF -->
<p>
<!-- EVENT index_body_block_online_prepend -->
{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br />
{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<br />{RECORD_USERS}<br />
<!-- IF U_VIEWONLINE -->
<br />{LOGGED_IN_USER_LIST}
<!-- IF LEGEND --><br /><em>{L_LEGEND}{L_COLON} {LEGEND}</em><!-- ENDIF -->

View File

@ -5,16 +5,10 @@
/* Global module setup
---------------------------------------- */
/* Global svg colours fix */
svg {
fill: currentColor;
}
/* Renamed version of .fa class for agnostic usage of icon fonts.
* Just change the name of the font after the 14/1 to the name of
* the font you wish to use.
*/
.o-icon,
.icon,
.button .icon,
blockquote cite:before,
@ -33,50 +27,30 @@ blockquote cite:before,
text-rendering: auto; /* optimizelegibility throws things off #1094 */
}
.o-icon.png,
.o-icon.svg {
vertical-align: middle;
width: 14px;
height: 14px;
}
.o-icon:before,
.icon:before {
padding-right: 2px;
}
.button .o-icon:before,
.button .icon:before {
padding-right: 0;
}
/* Icon size classes - Default size is 14px, use these for small variations */
.o-icon.icon-xl,
.icon.icon-xl {
font-size: 20px;
width: 20px;
height: 20px;
}
.o-icon.icon-lg,
.icon.icon-lg {
font-size: 16px;
width: 16px;
height: 16px;
}
.o-icon.icon-md,
.icon.icon-md {
font-size: 10px;
width: 10px;
height: 10px;
}
.o-icon.icon-sm,
.icon.icon-sm {
font-size: 8px;
width: 8px;
height: 8px;
}
/* icon modifiers */