diff --git a/phpBB/styles/prosilver/template/memberlist_view.html b/phpBB/styles/prosilver/template/memberlist_view.html index 568cb92ae9..224cf42284 100644 --- a/phpBB/styles/prosilver/template/memberlist_view.html +++ b/phpBB/styles/prosilver/template/memberlist_view.html @@ -5,7 +5,7 @@
-
+
@@ -19,9 +19,11 @@
-
{L_USERNAME}{L_COLON}
+
+ {L_USERNAME}{L_COLON} +
- {USERNAME} + {USERNAME} {L_ONLINE} [ {L_EDIT_PROFILE} ] [ {L_USER_ADMIN} ] [ {L_USER_BAN} ] diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 4c0166957e..a1cf4ae292 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -22,147 +22,147 @@ -
-
+
+
-
-
-
- - {AUTHOR_AVATAR} - -
- {MESSAGE_AUTHOR_FULL} -
+
+
+
+ + {AUTHOR_AVATAR} + +
+ {MESSAGE_AUTHOR_FULL} {L_ONLINE} +
- -
{RANK_TITLE}
{RANK_IMG}
- + +
{RANK_TITLE}
{RANK_IMG}
+ -
{L_POSTS}{L_COLON} {AUTHOR_POSTS}{AUTHOR_POSTS}
-
{L_JOINED}{L_COLON} {AUTHOR_JOINED}
+
{L_POSTS}{L_COLON} {AUTHOR_POSTS}{AUTHOR_POSTS}
+
{L_JOINED}{L_COLON} {AUTHOR_JOINED}
- - - -
{custom_fields.PROFILE_FIELD_NAME}{L_COLON} {custom_fields.PROFILE_FIELD_VALUE}
- - - + + + +
{custom_fields.PROFILE_FIELD_NAME}{L_COLON} {custom_fields.PROFILE_FIELD_VALUE}
+ + + - - -
- {L_CONTACT}{L_COLON} -
+ {L_CONTACT}{L_COLON} + -
-
- - -
- -
-

{SUBJECT}

- - - - - - - -

- {L_SENT_AT}{L_COLON} {SENT_DATE} -
{L_PM_FROM}{L_COLON} {MESSAGE_AUTHOR_FULL} -
{L_TO}{L_COLON} {to_recipient.NAME_FULL}{to_recipient.NAME}  -
{L_BCC}{L_COLON} {bcc_recipient.NAME_FULL}{bcc_recipient.NAME}  -

+ +
{EDITED_MESSAGE} +
{L_REASON}{L_COLON} {EDIT_REASON} +
+ - -
{MESSAGE}
- - -
-
- {L_ATTACHMENTS} -
- -
{attachment.DISPLAY_ATTACHMENT}
- -
- - - -
{L_DOWNLOAD_NOTICE}
- - - -
{EDITED_MESSAGE} -
{L_REASON}{L_COLON} {EDIT_REASON} + +
{SIGNATURE}
+
- - -
{SIGNATURE}
- -
- - +
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 6d58b2a690..88a287b117 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -135,7 +135,7 @@ data-url="{postrow.U_MINI_POST}"> -
+
style="display: none;"> @@ -148,7 +148,7 @@
- {postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL} + {postrow.POST_AUTHOR_FULL}{postrow.POST_AUTHOR_FULL} {L_ONLINE} diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 7dd98fe819..99c62e8655 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -633,10 +633,6 @@ li.breadcrumbs span:first-child > a { float: right; } -.rtl .online { - background-position: 0 0; -} - .rtl dl.pmlist dd { margin-right: 61% !important; margin-left: 0 !important; diff --git a/phpBB/styles/prosilver/theme/colours.css b/phpBB/styles/prosilver/theme/colours.css index 84d33d10ff..4f63460645 100644 --- a/phpBB/styles/prosilver/theme/colours.css +++ b/phpBB/styles/prosilver/theme/colours.css @@ -214,6 +214,10 @@ a:hover .icon.icon-blue { color: #196db5; } +.icon.online { + color: #85de39; +} + .icon.icon-green, a:hover .icon.icon-green { color: #1b9a1b; @@ -727,7 +731,6 @@ dd.profile-warnings { .contact-icon { background-image: url("./images/icons_contact.png"); } /* profile icons */ -.online { background-image: url("./en/icon_user_online.gif"); } .pm-icon { background-position: 0 0; } .email-icon { background-position: -21px 0; } .jabber-icon { background-position: -80px 0; } diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 0005157071..d3f9a1aa81 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -793,12 +793,6 @@ dd.profile-contact { margin-right: -14px; } -.online { - background-image: none; - background-repeat: no-repeat; - background-position: 100% 0; -} - /* Poster profile used by search */ .search .postprofile { width: 30%; diff --git a/phpBB/styles/prosilver/theme/en/icon_user_online.gif b/phpBB/styles/prosilver/theme/en/icon_user_online.gif deleted file mode 100644 index 6b571ffce0..0000000000 Binary files a/phpBB/styles/prosilver/theme/en/icon_user_online.gif and /dev/null differ diff --git a/phpBB/styles/prosilver/theme/en/stylesheet.css b/phpBB/styles/prosilver/theme/en/stylesheet.css index 604b299488..ae0d2f152d 100644 --- a/phpBB/styles/prosilver/theme/en/stylesheet.css +++ b/phpBB/styles/prosilver/theme/en/stylesheet.css @@ -1,2 +1 @@ -/* Online image */ -.online { background-image: url("./icon_user_online.gif"); } +/* language specific styles go here */ diff --git a/phpBB/styles/prosilver/theme/responsive.css b/phpBB/styles/prosilver/theme/responsive.css index 3b556b22db..7d7485e910 100644 --- a/phpBB/styles/prosilver/theme/responsive.css +++ b/phpBB/styles/prosilver/theme/responsive.css @@ -557,10 +557,6 @@ right: 30px; } - .online { - background-size: 40px; - } - /* Misc stuff ---------------------------------------------------------------- */ h2 {