From cc884be593ecd155da6d42064624ddf55b98cd81 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 16 Oct 2013 17:21:22 -0700 Subject: [PATCH 01/11] [ticket/11936] Fix Avatar overflow issue in Notification window PHPBB3-11936 --- phpBB/styles/prosilver/template/overall_header.html | 2 +- phpBB/styles/prosilver/theme/common.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index f2f47332d7..d9c5df73ac 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -116,7 +116,7 @@
  • {notifications.AVATAR} -
    +

    {notifications.FORMATTED_TITLE}

    » {notifications.TIME}

    diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 4dbcc6f455..b23c6aa8b7 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -836,3 +836,8 @@ form > p.post-notice strong { font-size: 11px; } +.notification_text:after { + content: ''; + clear: both; + display: block; +} From b7f1f3d38f4ef7f1b39ffa6e16e0cec88f719320 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 16 Oct 2013 17:22:02 -0700 Subject: [PATCH 02/11] [ticket/11936] Restyle the notification text (no underline/decoration) PHPBB3-11936 --- phpBB/styles/prosilver/theme/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index b23c6aa8b7..4a28635cde 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -782,6 +782,7 @@ form > p.post-notice strong { #notification_list ul li a, .notification_list dt > a, #notification_list > .footer > a { display: block; + text-decoration: none; } .notification_list ul li img { From 25f287a9916017b39eaa2428e73c57ce2a6298a5 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 16 Oct 2013 17:23:25 -0700 Subject: [PATCH 03/11] [ticket/11936] Use "no_avatar.gif" if needed in Notification window --- phpBB/styles/prosilver/template/overall_header.html | 2 +- phpBB/styles/subsilver2/template/overall_header.html | 12 ++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index d9c5df73ac..25a54dd427 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -115,7 +115,7 @@
  • - {notifications.AVATAR} + {notifications.AVATAR}

    {notifications.FORMATTED_TITLE}

    » {notifications.TIME}

    diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 52c0c3ff90..ccca249e0c 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -163,14 +163,10 @@ function marklist(id, name, state) - - - + - - - +
    - {notifications.AVATAR} - - - - + + {notifications.AVATAR} +
    - {notification_list.AVATAR} - - - - + + {notification_list.AVATAR} + {notification_list.FORMATTED_TITLE} From 1f2714e6958b07de22fc0a0055e4e9858b48f029 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Wed, 16 Oct 2013 18:02:18 -0700 Subject: [PATCH 05/11] [ticket/11936] Remove "px" from html syntax PHPBB3-11936 --- phpBB/styles/subsilver2/template/overall_header.html | 4 ++-- phpBB/styles/subsilver2/template/ucp_notifications.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index ccca249e0c..a82a640447 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -160,10 +160,10 @@ function marklist(id, name, state)
    - +
    - -
    + {notifications.AVATAR} diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html index 6989a84b24..361012dd7f 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -86,7 +86,7 @@
    + {notification_list.AVATAR} From 59e175906ebc5e0b17dd8c3a99a0f7f1ff3cfa68 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Oct 2013 10:28:41 -0700 Subject: [PATCH 06/11] [ticket/11936] Update no avatar image in Prosilver/Subsilver2 PHPBB3-11936 --- .../styles/prosilver/theme/images/no_avatar.gif | Bin 474 -> 908 bytes .../subsilver2/theme/images/no_avatar.gif | Bin 474 -> 908 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/phpBB/styles/prosilver/theme/images/no_avatar.gif b/phpBB/styles/prosilver/theme/images/no_avatar.gif index 80539c8c718ca0dab5e38ec2e47f10ba101e4237..4fae5cb28e91f4fcac04248d8579b4f884f093ff 100644 GIT binary patch delta 859 zcmV-h1El=g1B?fMM@dFFH(_J|WB~Oe0Myjf*VotI-{1cJ{_gJX`1ttd=H~qT{O9NA z*x1lVq-qqFB{r&yu z=;-Y1?AqGe>gwv`i_@%0001yCl-+~4UsSnkuVLBFb$C~ z1b-|50001F0Av6_2LC{Sa7Zi~kI1BQ$!t2G(5Q4ur6v@jtai)odcTT9b<9M3&*(H7 zL2d&i>bN{EaaRfRynaitk0BF#f@c#Deun@7BLjnK10w;5k^l|_2aR(F1P+r=7#*0Q zdL0;t9*m-?q5~dMBdV~mS|dvd6tcLo6n|o!y}rLh5e9*w69y5$b^;5zX$u0$O#ubX zdj*lvN2t|$1KCJe+;a-wOa|NHSpx>;Z4d|ygA53U?NA&W=;>$!8yvtEF73m0zycXO z0~2QH($eeRgHh*Fvw79`^Q>$Lhy0z0YDTX|$tjhL z)}Cd+neF{$n$)7cquzi@CTbB5<2n}cWY|v?O=H+K7~KSzP8kW<6M-4Y)PGY=D=ibz zGpT`=&S-R9@v+rhteJ#MO3e)+3^AA(<6VhDB+$SJ5(Jfr1S2#6;%gU-5JEE{jBvqf z0uYdaLKzUy9!4Gz*AoM+ROG;7msP+?HX6vt*#R2-f`Nvn%~Faa8g!XPmVP)epO{`0 zFeMoqpgG3|V}PKfn`$t?mqZi-;6>*g6dcKf14HhqM+R#$aeE0JOizzsb>&fhvD200000S^!!A00jOJ$Vscc zIP1+j2w*6VWNDsgs+v>qt#B;Qtoy!nuJ7QDAdk|BSXRho%Vm1UQGkerjEfuyCTaj2=PVXUpLXG4y%Pq3M|nX^c>Jh~&mu|mS2 zy~SL#Y{<#Ko6OBQ(49`C)6~_JTfW(iuh+YeXW-$C->c^5=v{Z*ydvbm@xkz?^Yq56 z_wtMGVE)_og%ddJRXsicZ&_-$FH6IFZ6MCevnGEbu|sAoI`j4qoF~xhCkNHgXhn4#Etgc=Cr%mlVq-qqFB{r&yu z=;-Y1?AqGe>gwv`i_@%0001yCl-+~4UsSnkuVLBFb$C~ z1b-|50001F0Av6_2LC{Sa7Zi~kI1BQ$!t2G(5Q4ur6v@jtai)odcTT9b<9M3&*(H7 zL2d&i>bN{EaaRfRynaitk0BF#f@c#Deun@7BLjnK10w;5k^l|_2aR(F1P+r=7#*0Q zdL0;t9*m-?q5~dMBdV~mS|dvd6tcLo6n|o!y}rLh5e9*w69y5$b^;5zX$u0$O#ubX zdj*lvN2t|$1KCJe+;a-wOa|NHSpx>;Z4d|ygA53U?NA&W=;>$!8yvtEF73m0zycXO z0~2QH($eeRgHh*Fvw79`^Q>$Lhy0z0YDTX|$tjhL z)}Cd+neF{$n$)7cquzi@CTbB5<2n}cWY|v?O=H+K7~KSzP8kW<6M-4Y)PGY=D=ibz zGpT`=&S-R9@v+rhteJ#MO3e)+3^AA(<6VhDB+$SJ5(Jfr1S2#6;%gU-5JEE{jBvqf z0uYdaLKzUy9!4Gz*AoM+ROG;7msP+?HX6vt*#R2-f`Nvn%~Faa8g!XPmVP)epO{`0 zFeMoqpgG3|V}PKfn`$t?mqZi-;6>*g6dcKf14HhqM+R#$aeE0JOizzsb>&fhvD200000S^!!A00jOJ$Vscc zIP1+j2w*6VWNDsgs+v>qt#B;Qtoy!nuJ7QDAdk|BSXRho%Vm1UQGkerjEfuyCTaj2=PVXUpLXG4y%Pq3M|nX^c>Jh~&mu|mS2 zy~SL#Y{<#Ko6OBQ(49`C)6~_JTfW(iuh+YeXW-$C->c^5=v{Z*ydvbm@xkz?^Yq56 z_wtMGVE)_og%ddJRXsicZ&_-$FH6IFZ6MCevnGEbu|sAoI`j4qoF~xhCkNHgXhn4#Etgc=Cr%m Date: Fri, 18 Oct 2013 20:04:01 -0700 Subject: [PATCH 07/11] [ticket/11936] Make UCP Notifications page look even better Make only the Notification Title/Text the href link. Use a font family and size consistent with rest of phpBB. Make Notification date smaller too. PHPBB3-11936 --- .../prosilver/template/ucp_notifications.html | 23 +++++++++---------- phpBB/styles/prosilver/theme/common.css | 4 +++- .../template/ucp_notifications.html | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/phpBB/styles/prosilver/template/ucp_notifications.html b/phpBB/styles/prosilver/template/ucp_notifications.html index a5e8941edb..0392b87715 100644 --- a/phpBB/styles/prosilver/template/ucp_notifications.html +++ b/phpBB/styles/prosilver/template/ucp_notifications.html @@ -68,18 +68,17 @@
  • -
    diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css index 4a28635cde..cc91b4bd26 100644 --- a/phpBB/styles/prosilver/theme/common.css +++ b/phpBB/styles/prosilver/theme/common.css @@ -830,11 +830,13 @@ form > p.post-notice strong { } .notification_list p.notifications_title { + font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; + font-size: 13px !important; font-weight: bold; } .notification_list p.notifications_time { - font-size: 11px; + font-size: 11px !important; } .notification_text:after { diff --git a/phpBB/styles/subsilver2/template/ucp_notifications.html b/phpBB/styles/subsilver2/template/ucp_notifications.html index 361012dd7f..a8b0d2b896 100644 --- a/phpBB/styles/subsilver2/template/ucp_notifications.html +++ b/phpBB/styles/subsilver2/template/ucp_notifications.html @@ -94,7 +94,7 @@ {notification_list.FORMATTED_TITLE}
    - » {notification_list.TIME} + {notification_list.TIME}
  • From 67c4dbf682eeaaa1db0346e8cbef5963fdf8aa6d Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 18 Oct 2013 20:19:39 -0700 Subject: [PATCH 08/11] [ticket/11936] Update the PM Notification Icon --- phpBB/styles/prosilver/theme/images/icon_pm.gif | Bin 576 -> 576 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/phpBB/styles/prosilver/theme/images/icon_pm.gif b/phpBB/styles/prosilver/theme/images/icon_pm.gif index 6d308f37c2a8d02668d389dad5fd2512b322ad08..103421a26fad88883a29117380670edbe7b28094 100644 GIT binary patch delta 434 zcmV;j0ZsnE1i%D;M@dFFIbje04gls?0Q~&@K6IH^h_2Jq(_D_SC4sF?eX>M z?eNdo-_F?KpRm2<>g)LV`^nSS`1twu`1&(xkl^L$`uzNVNPD74eWJF*$@KR4Bs!o5V`TG1bX^!sl_1@&^fR&}T#Lud_$@cmA|Ns7WkEW2N zx#Z~WQiQ6_*WgromFMg1lBc`y^Y#7w{lw4H@$>Zj{{HIh@9*;Ruf57nf27~#=j!Y4 z`1<>`!pX1^zss(@%j)ax$jHb(aF0}rv6Bx0n|}#ai;Rto30DMGla!T|1Xlt8GM1H2 z00LJqITRcWmIyy8A3j%03^X_^LzE8?Q4>coS0+{n866fqRy8&e6(v?DR|=CYPf9#H zLN_QulL}V>Rz?RGDH~8MA_WaeRsmNA4n+l43rI~G3pySLAqH177)(SjQUC!;06+r7 ch!-nBs3=^>aG{GU1ExrvNO9tTD}ew2JHp=e$p8QV delta 434 zcmV;j0ZsnE1i%D;M@dFFIbje04gls?0Q~&@4WrCSueUod4o`j&b z<>lpnnzEm^$Nc^M;^^tZ&C&Mw`l7SI=g?~|=Ih?%>2{2p?(+4| z*x&T_`0(@fz3uV!`1twp^YpgF&#%48@AC40>+J5Px5jmgo8{{7dX=qp zk*JWRxq6nZ=j-jY!pZje`JuDJlBc_Hjib)k;rROdgqWx9^7Md}rSJ3g$0DISayud)!6_4{_5-R`TF{Gk*E3k{N(8E=j-gQy~}Wnqx$^( z-{t4v<>>ek`TNt`;p*${+uPfIoU~$nkCP7pn|}*bi;Rto3s(qMla!T|2v-UKNS2i~ z018(vFcvfnmI4$hP%2kP3>iHq9F!3;OF2L*S4>s{ARjhKRu?!BH%(SER|k_WFC;8G zG9x}plLuD?Rw4uq8yXW)4*?D(Rs~lEMnM5q0~JL-14JDJAqH1MLrxwNQUC#(0PsWy cj~6Q_swiB@a3O{(38qM#NO59 Date: Fri, 18 Oct 2013 23:15:18 -0700 Subject: [PATCH 09/11] [ticket/11936] Replace Notifications icon with a custom bell design PHPBB3-11936 --- .../theme/images/icon_notification.gif | Bin 614 -> 563 bytes .../theme/images/icon_mini_notification.gif | Bin 321 -> 543 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/phpBB/styles/prosilver/theme/images/icon_notification.gif b/phpBB/styles/prosilver/theme/images/icon_notification.gif index 0eca47843d18a16ccfb9bbc7f5d6b4ad02701527..dcd120a93bc71a17b351c8c317ec0a214aaad38f 100644 GIT binary patch delta 449 zcmV;y0Y3ib1hWKxM@dFFIbje04glr?0B4xA$Jyia`TYF+{7r_Y$lByfg{J%a`zCFa zOoO6PimCJS^Qghl%G~Ac?d=(4jZTQDIC!0>!Ozj)=)KR{V3V-H(%ejirNPzVt-{WJ zr@rj<`o-1Wq`u5ehNpw8!oASiD{z*EsJvZ~uk`u+=ON6A(-sfnTv(@A3zSG|-Z5?(F@XZ@%a0xz|76v=6|Ta<>u$tkO{Zfjm zSB|WqztO-E)!@9&*o&&W9cPgH{r>*`{*ldoe@eG)Wp21_Uw*1_D1sIROO)FfK8IGzbs?Lkdn%LcCZaDG&fV;$`LH delta 438 zcmV;n0ZIO|1m*;PM@dFFIbje04glss0Cu9nu(`mDu*-FpvGVr$Rf@Btv%i|U(txSO zW{auo@%H@u{L+<%u#n8FJ$fdNuhpouZ z+2ggm$^8BQoV3iixVX8;)A;!KA%O%e5uEpqpR@s`DU29fvU#v_4?iE z@$&ZilAflOw$76e0e+J(0YZNv`2+y~06_pO000005C9GU00+Z>K^i9)1}O#~ABF}O zCmKOPFbq38Jw23`lngMC7%Mgo5eK6O5e_yh7?2hn00;sC=f9~;nq6jIpIJt5ENPqJUloB1Mvd| zIPD7*0YL3IB?W8kw^YioW?(W~fc-FLR z+O=EQu~oyWfX1X;`TF^ne_Zg;joQMH)xeke;GC|ktkSY*^wW<&g{aJ^UypQ9(z}n% zvVV|uOwzP@k8eWl(2U~b<-M9x)~!tA)w{>Z%H-wd`}y{7+|tC^u~56Ln#iYJ?&jLr z+S}N+bDDlo)wZ#jD85%j36J(9+YwpjheR+4}kS)Ua3T-NMYO zUG>gln39Uao?za$SnAA(y1TsDvtm4hr~CZ<=H}*%w#)wh{y2f9|NsAyaa@srLw_Op z1OWg5N&qYX0000C01W^D2Yi4^M@fW*ghzq^NQ;b%07pbcMGZS3GB1)vL`jPx2QE4g zjD(939t=P%qntC>l4yUuB+_b2zSee>?UQbJeZ%q{Kf4&Q$ICV%?oA3uJ4 z|M}Y_cXHX>?G^L3&)sqA Date: Fri, 18 Oct 2013 23:31:18 -0700 Subject: [PATCH 10/11] [ticket/11936] Additional Notification Bell Icon improvement PHPBB3-11936 --- .../theme/images/icon_notification.gif | Bin 563 -> 551 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/phpBB/styles/prosilver/theme/images/icon_notification.gif b/phpBB/styles/prosilver/theme/images/icon_notification.gif index dcd120a93bc71a17b351c8c317ec0a214aaad38f..11092f4dceb3ddac154bc6d27159efb78d6a437e 100644 GIT binary patch delta 396 zcmV;70dxMd1g8XlM@dFFIbje04glsz0B4xAONFLQhNh^&(CzK*CT)~VgQ8K2sh7FT zsld#Br@ofB%e~Lqn6$)vroJj~mY}!99cPfu-R6d8 z)!<;0u;u3GQi`gl!Ou&Cr04GQiLb?|#MHvi*G-0}x6a#R9A%G8g{2u}jcAy&NQ0%e z&D%J5oyy$h#ns-u(Ar&*uh-=3D{z+R?eEdx=&i!eyw2F9zRXUCr`6-?f2hAsh^SYN ztj^x&JbRzP(%edgri-e(RfwhY^Yi}x{`>p;{QUfr4*`CYFaa%pA^8LW002k;EC2ui z01yBU000MsfJlOa76mLhgNcbHDiA?D5{iiqLNx>g4G|QQNFpX2Lq$bHBM&{2FbP9O zL`0(#8Ilz?MMt)-Hvp0c3`VxLMjpC~9WTDWMgzl%KrY9?%8D%oGeo~fMn5EpG&>hX q*1tqUC?Oz%2L>k_0yrr;3L60e9|i%O7z+q1oQfJUJ~1Q(0suSkFuh9v delta 455 zcmV;&0XY7r1hWKxM@dFFIbje04glr?0B4xA$Jyia`TYF+{7r_Y$lByfg{J%a`zCFa zOoO6PimCJS^Qghl%G~Ac?d=(4jZTQDIC!0>!Ozj)=)KR{V3V-H(%ejirNPzVt-{WJ zr@rj<`o-1Wq`u5ehNpw8!oASiD{z*EsJvZ~uk`u+=ON6A(-sfnTv(@A3zSG|-Z5?(F@XZ@%a0xz|76v=6|Ta<>u$tkO{Zfjm zSB|WqztO-K)!@9&*o&&W9cPgH{r>*`{{R2~|NsAy@pykB`2+y~00ICk000005C9GU z00)qO0)m4!2oW`diHSluK2lCdiitfZ84eC8Q%{ltD?>^P2L}r(H#3qWM+*a0Rih#w zl0Z=hR<^Dk0Fnw61GcsU61s{_Ailo?48w^g9LK=QiVX-QRlimP79NQc5IhIgzf}tl xEI$G*3JE6{1UocI8WjcvG6@C(KSVhJ1qCoJF@iJ*5CB68PEbO;SRyG906Pfi>%jm3 From b9358e75bf0813bf44a26960b6fc5b51a5fb2411 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 20 Oct 2013 14:53:44 -0700 Subject: [PATCH 11/11] [ticket/11936] Update color scheme of new no_avatar.gif PHPBB3-11936 --- phpBB/adm/images/no_avatar.gif | Bin 474 -> 930 bytes .../styles/prosilver/theme/images/no_avatar.gif | Bin 908 -> 930 bytes .../subsilver2/theme/images/no_avatar.gif | Bin 908 -> 930 bytes 3 files changed, 0 insertions(+), 0 deletions(-) diff --git a/phpBB/adm/images/no_avatar.gif b/phpBB/adm/images/no_avatar.gif index 80539c8c718ca0dab5e38ec2e47f10ba101e4237..ad73330e713ec9a21f97366b326a8c66afe5e9bb 100644 GIT binary patch delta 915 zcmV;E18n@-1EL3iM@dFFIbmb~WB}Cw0K?4G;pXYu;N;NP-Twam=IZV6^7Q)q{Kd}I z+~MZ&^Y!HD?8D8}_V@Vd?eEdp-pA0_<>~G8_V?T2<>BS&<>~D1@$>cf_|)6r&)41d z`1#o0-F~d`}_R- z{Qbqw*3;VH@A35R@bmoq{Mp~*`uqF8$oQ6%sUqgoT9?6&QSdUl0ifhLMtk1_=<1TL1zIlbwYIP2;wM&WCtyb zDDZ2+eQE#EvsX1=GI(0&0aUlN9X4@G&4HVtEvUD_LZ8(MUAWtp@5MY9fx>604-|H4+vr0=R%t42FvUEm+ttg1|!o z4fiw@@PO=fhyWurjtCIK^Me9FNggQh0C9!_D}t^lkRh503L>hCpkSgF3E5Q*kiY~2 zMTxY7N}vF-=D`R2hJ4T+8XKelU?eGQaK;ILDjX<@3MY`!0S69x!a)aNbU;Ccr%-^u z;TIHgcnSw!oFF1B5puCXgD0M%f`VE+U|@@=q%hzWApA!oEFbW91qwUrg2ELf+!rJ) zCCo>K3Gf~1i2?0Rv7wW?P%uRX=}{Sr2<1glfR?)y5XA%Gff>sRH#YI5nYxJSLE0JOizzsb>&u^f@W4SxVE00000S^!!A00jOJ z$VsccIP1+j2w*6VWNDsgs+v>qt#B;Qtoy!nuJ7QDAdl7AtXRho%Vm1UQGkerjEfuyCTaj2=PVXUpLXG4y%Pq3M|nX^c>Jh~&m zu|mS2y~SL#Y{<#Ko6OBQ(49`C)6~_JTfW(iuh+YeXW-$C->c^5=v{Z*ydvbm@xkz? z^Yq56_wtMGVE)_og%ddJRXsicZ&_-$FH6IFZ6MCevwtQbu|sAoI`j4qoF~xhCkNHgXhn4#Etgc=Cr%m< zenN@|)6y@8Bwbb02+`JbZw7sRlU3YQtX3$VH5+NpT8?SKz9kzM?OYXT9Nu-xZ{c1! qU8MX~+94L-;F9o+9Nw5}?7K9Mw@r%t&j#gh9x`j*%vnPO002AIMBt_X diff --git a/phpBB/styles/prosilver/theme/images/no_avatar.gif b/phpBB/styles/prosilver/theme/images/no_avatar.gif index 4fae5cb28e91f4fcac04248d8579b4f884f093ff..ad73330e713ec9a21f97366b326a8c66afe5e9bb 100644 GIT binary patch delta 912 zcmV;B18@9{2cidmM@dFFIbmb~WB}Cw0K?4G;pXYu;N;NP-Twam=IZV6^7Q)q{Kd}I z+~MZ&^Y!HD?8D8}_V@Vd?eEdp-pA0_<>~G8_V?T2<>BS&<>~D1@$>cf_|)6r&)41d z`1#o0-F~d`}_R- z{Qbqw*3;VH@A35R@bmoq{Mp~*`uqF8$pL z|G=4WNGuwU$fR<~Y&xINsB}uLTCdowcFXO0zu>TVOfH+x=(PF_7)&CT%Yi^RTr82v z0I)U#FclIsgM@{J5)~MHeP0j>28NN6g9Zr@j9UN#3X`3Z3IdCmRRa#5r;-i>qf`P7 zsIZ0&e*&yf3;_hOx`YG)47E%M3%kUG3kbkT48z6E3%|)m0nOAj0ntSQxz)u4wAeEP zuiVWItI+_acAz`%&qW}nU z*i3@KGy^DBJJ)A|Mrsoi5aOU;3sp)IJl!9u3-yoPwjGMvvE3lZk>nB*b1ZYJyn zf9>)RR}N=+K2mC+s?kU^(X9sRB5ERz+7hdz?==z@EdscJQ4EHQ04-S9E`q>A0S)&w z6!3uTb%+2XG>!-m!t;XyKuI1b@Bnd!0xN>9D3BqV2?`>rilAVk775u^4UoVD0!4|m zgG!(PvF5=C{Dyqc9U2>?0AM63Y;eX2e<~a(i3%r>(E$ezdcr{mVRS%2g{M$}zu^}Y za(D^{Uz{K!ED>_CL4zlrqJn~2JYZmpsH8C96(IaaBP<{AcLfSN>Vm=*B-|GyEG5iG zg$eK->4^dDO|hYqx==7h2I)~5iwNaKQGk}a6cEJ&;ei>;3O6?KrJ1^j=|l+GTCpiq zbxkNHXDo~@fk1S3#xg>4N_f!cE*>zk=Af{+nFI^SAqtBI!X?pyqq?-9gq@V0lIIaG mWD3g*NgyDDr>MvPXb~BZ3QLzp#GooFF(85ItCDOQ1OPkRiNl`& delta 859 zcmV-h1El<-2aE@QM@dFFH(_J|WB~Oe0Myjf*VotI-{1cJ{_gJX`1ttd=H~qT{O9NA z*x1lVq-qqFB{r&yu z=;-Y1?AqGe>gwv`i_@%0001yw-%AW4UxbNk-!a+zzvbW z1b-|50001F0Av6_2LC{Sa7Zi~kI1BQ$!t2G(5Q4ur6v@jtai)odcTT9b<9M3&*(H7 zL2d&i>bN{EaaRfRynaitk0BF#f@c#Deun@7BLjnK10w;5k^l|_2aR(F1P+r=7#*0Q zdL0;t9*m-?q5~dMBdV~mS|dvd6tcLo6n|o!y}rLh5e9*w69y5$b^;5zX$u0$O#ubX zdj*lvN2t|$1KCJe+;a-wOa|NHSpx>;Z4d|ygA53U?NA&W=;>$!8yvtEF73m0zycXO z0~2QH($eeRgHh*Fvw79`^Q>$Lhy0z0YDTX|$tjhL z)}Cd+neF{$n$)7cquzi@CTbB5<2n}cWY|v?O=H+K7~KSzP8kW<6M-4Y)PGY=D=ibz zGpT`=&S-R9@v+rhteJ#MO3e)+3^AA(<6VhDB+$SJ5(Jfr1S2#6;%gU-5JEE{jBvqf z0uYdaLKzUy9!4Gz*AoM+ROG;7msP+?HX6vt*#R2-f`Nvn%~Faa8g!XPmVP)epO{`0 zFeMoqpgG3|V}PKfn`$t?mqZi-;6>*g6dcKf14HhqM+R#$ae@O diff --git a/phpBB/styles/subsilver2/theme/images/no_avatar.gif b/phpBB/styles/subsilver2/theme/images/no_avatar.gif index 4fae5cb28e91f4fcac04248d8579b4f884f093ff..ad73330e713ec9a21f97366b326a8c66afe5e9bb 100644 GIT binary patch delta 912 zcmV;B18@9{2cidmM@dFFIbmb~WB}Cw0K?4G;pXYu;N;NP-Twam=IZV6^7Q)q{Kd}I z+~MZ&^Y!HD?8D8}_V@Vd?eEdp-pA0_<>~G8_V?T2<>BS&<>~D1@$>cf_|)6r&)41d z`1#o0-F~d`}_R- z{Qbqw*3;VH@A35R@bmoq{Mp~*`uqF8$pL z|G=4WNGuwU$fR<~Y&xINsB}uLTCdowcFXO0zu>TVOfH+x=(PF_7)&CT%Yi^RTr82v z0I)U#FclIsgM@{J5)~MHeP0j>28NN6g9Zr@j9UN#3X`3Z3IdCmRRa#5r;-i>qf`P7 zsIZ0&e*&yf3;_hOx`YG)47E%M3%kUG3kbkT48z6E3%|)m0nOAj0ntSQxz)u4wAeEP zuiVWItI+_acAz`%&qW}nU z*i3@KGy^DBJJ)A|Mrsoi5aOU;3sp)IJl!9u3-yoPwjGMvvE3lZk>nB*b1ZYJyn zf9>)RR}N=+K2mC+s?kU^(X9sRB5ERz+7hdz?==z@EdscJQ4EHQ04-S9E`q>A0S)&w z6!3uTb%+2XG>!-m!t;XyKuI1b@Bnd!0xN>9D3BqV2?`>rilAVk775u^4UoVD0!4|m zgG!(PvF5=C{Dyqc9U2>?0AM63Y;eX2e<~a(i3%r>(E$ezdcr{mVRS%2g{M$}zu^}Y za(D^{Uz{K!ED>_CL4zlrqJn~2JYZmpsH8C96(IaaBP<{AcLfSN>Vm=*B-|GyEG5iG zg$eK->4^dDO|hYqx==7h2I)~5iwNaKQGk}a6cEJ&;ei>;3O6?KrJ1^j=|l+GTCpiq zbxkNHXDo~@fk1S3#xg>4N_f!cE*>zk=Af{+nFI^SAqtBI!X?pyqq?-9gq@V0lIIaG mWD3g*NgyDDr>MvPXb~BZ3QLzp#GooFF(85ItCDOQ1OPkRiNl`& delta 859 zcmV-h1El<-2aE@QM@dFFH(_J|WB~Oe0Myjf*VotI-{1cJ{_gJX`1ttd=H~qT{O9NA z*x1lVq-qqFB{r&yu z=;-Y1?AqGe>gwv`i_@%0001yw-%AW4UxbNk-!a+zzvbW z1b-|50001F0Av6_2LC{Sa7Zi~kI1BQ$!t2G(5Q4ur6v@jtai)odcTT9b<9M3&*(H7 zL2d&i>bN{EaaRfRynaitk0BF#f@c#Deun@7BLjnK10w;5k^l|_2aR(F1P+r=7#*0Q zdL0;t9*m-?q5~dMBdV~mS|dvd6tcLo6n|o!y}rLh5e9*w69y5$b^;5zX$u0$O#ubX zdj*lvN2t|$1KCJe+;a-wOa|NHSpx>;Z4d|ygA53U?NA&W=;>$!8yvtEF73m0zycXO z0~2QH($eeRgHh*Fvw79`^Q>$Lhy0z0YDTX|$tjhL z)}Cd+neF{$n$)7cquzi@CTbB5<2n}cWY|v?O=H+K7~KSzP8kW<6M-4Y)PGY=D=ibz zGpT`=&S-R9@v+rhteJ#MO3e)+3^AA(<6VhDB+$SJ5(Jfr1S2#6;%gU-5JEE{jBvqf z0uYdaLKzUy9!4Gz*AoM+ROG;7msP+?HX6vt*#R2-f`Nvn%~Faa8g!XPmVP)epO{`0 zFeMoqpgG3|V}PKfn`$t?mqZi-;6>*g6dcKf14HhqM+R#$ae@O