diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 38248328f0..94d069b597 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -34,36 +34,6 @@ -
-

Font

-
- {{ Icon('font', 'bars', 'fa-fw icon-blue') }} - {{ Icon('font', 'envelope-o') }} - {{ Icon('font', 'pencil', '', '', true, {'data-ajax': 'true', 'data-refresh': 'true'}) }} - {{ Icon('font', 'phone') }} - {{ Icon('font', 'pencil', 'fa-fw', 'POST_REPLY') }} - {{ Icon('font', 'pencil', 'fa-fw', 'POST_REPLY') }} -
-

PNG

-
- {{ Icon('png', 'bars') }} - {{ Icon('png', 'envelope') }} - {{ Icon('png', 'pencil') }} - {{ Icon('png', 'phone') }} - {{ Icon('png', 'pencil', 'fa-fw', 'POST_REPLY') }} - {{ Icon('png', 'pencil', 'fa-fw', 'POST_REPLY') }} -
-

SVG

-
- {{ Icon('svg', 'bars', 'fa-fw icon-blue') }} - {{ Icon('svg', 'envelope', '', 'USERNAME', false) }} - {{ Icon('svg', 'pencil') }} - {{ Icon('svg', 'phone') }} - {{ Icon('svg', 'pencil') }} - {{ Icon('svg', 'pencil', 'fa-fw', 'POST_REPLY') }} -
-
- @@ -71,7 +41,7 @@

{L_WHO_IS_ONLINE}

{L_WHO_IS_ONLINE}

- {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
{RECORD_USERS}
+ {TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})
{RECORD_USERS}

{LOGGED_IN_USER_LIST}
{L_LEGEND}{L_COLON} {LEGEND} diff --git a/phpBB/styles/prosilver/theme/icons.css b/phpBB/styles/prosilver/theme/icons.css index 2338310b9b..1268627d51 100644 --- a/phpBB/styles/prosilver/theme/icons.css +++ b/phpBB/styles/prosilver/theme/icons.css @@ -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 */