From 900b90ad85b51a44c3c1a426dbe8930cb25bd38e Mon Sep 17 00:00:00 2001 From: Fabrixxm Date: Tue, 22 Oct 2013 13:53:12 -0400 Subject: [PATCH] quattro theme update: icon and notification for introductions icon and notification for private messages correct link to edit profile with single profile enabled --- view/theme/quattro/dark/style.css | 38 ++++++++++++++++++ view/theme/quattro/green/style.css | 38 ++++++++++++++++++ view/theme/quattro/icons.less | 2 + view/theme/quattro/icons/contacts3.png | Bin 0 -> 559 bytes view/theme/quattro/icons/contacts_off.png | Bin 0 -> 424 bytes view/theme/quattro/icons/contacts_on.png | Bin 0 -> 383 bytes view/theme/quattro/icons/messages_off.png | Bin 0 -> 452 bytes view/theme/quattro/icons/messages_on.png | Bin 0 -> 376 bytes view/theme/quattro/lilac/style.css | 38 ++++++++++++++++++ view/theme/quattro/quattro.less | 6 ++- view/theme/quattro/templates/nav.tpl | 25 +++++++++--- .../theme/quattro/templates/profile_vcard.tpl | 19 ++++++--- view/theme/quattro/theme.php | 18 +++++++++ 13 files changed, 172 insertions(+), 12 deletions(-) create mode 100644 view/theme/quattro/icons/contacts3.png create mode 100644 view/theme/quattro/icons/contacts_off.png create mode 100644 view/theme/quattro/icons/contacts_on.png create mode 100644 view/theme/quattro/icons/messages_off.png create mode 100644 view/theme/quattro/icons/messages_on.png diff --git a/view/theme/quattro/dark/style.css b/view/theme/quattro/dark/style.css index 02d18d2375..e72e557038 100644 --- a/view/theme/quattro/dark/style.css +++ b/view/theme/quattro/dark/style.css @@ -19,6 +19,12 @@ .icon.notify { background-image: url("../../../images/icons/22/notify_off.png"); } +.icon.intro { + background-image: url("icons/contacts_off.png"); +} +.icon.mail { + background-image: url("icons/messages_off.png"); +} .icon.gear { background-image: url("../../../images/icons/22/gear.png"); } @@ -83,6 +89,12 @@ .icon.s10.notify { background-image: url("../../../images/icons/10/notify_off.png"); } +.icon.s10.intro { + background-image: url("icons/contacts_off.png"); +} +.icon.s10.mail { + background-image: url("icons/messages_off.png"); +} .icon.s10.gear { background-image: url("../../../images/icons/10/gear.png"); } @@ -147,6 +159,12 @@ .icon.s16.notify { background-image: url("../../../images/icons/16/notify_off.png"); } +.icon.s16.intro { + background-image: url("icons/contacts_off.png"); +} +.icon.s16.mail { + background-image: url("icons/messages_off.png"); +} .icon.s16.gear { background-image: url("../../../images/icons/16/gear.png"); } @@ -211,6 +229,12 @@ .icon.s22.notify { background-image: url("../../../images/icons/22/notify_off.png"); } +.icon.s22.intro { + background-image: url("icons/contacts_off.png"); +} +.icon.s22.mail { + background-image: url("icons/messages_off.png"); +} .icon.s22.gear { background-image: url("../../../images/icons/22/gear.png"); } @@ -275,6 +299,12 @@ .icon.s48.notify { background-image: url("../../../images/icons/48/notify_off.png"); } +.icon.s48.intro { + background-image: url("icons/contacts_off.png"); +} +.icon.s48.mail { + background-image: url("icons/messages_off.png"); +} .icon.s48.gear { background-image: url("../../../images/icons/48/gear.png"); } @@ -589,6 +619,14 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/22/notify_on.png"); } +nav #nav-introductions-link.on .icon.s22.intro, +nav #nav-introductions-link.selected .icon.s22.intro { + background-image: url("icons/contacts_on.png"); +} +nav #nav-messages-link.on .icon.s22.mail, +nav #nav-messages-link.selected .icon.s22.mail { + background-image: url("icons/messages_on.png"); +} nav #nav-apps-link.selected { background-color: #364e59; } diff --git a/view/theme/quattro/green/style.css b/view/theme/quattro/green/style.css index 1f1d85e806..8e6a020b8a 100644 --- a/view/theme/quattro/green/style.css +++ b/view/theme/quattro/green/style.css @@ -19,6 +19,12 @@ .icon.notify { background-image: url("../../../images/icons/22/notify_off.png"); } +.icon.intro { + background-image: url("icons/contacts_off.png"); +} +.icon.mail { + background-image: url("icons/messages_off.png"); +} .icon.gear { background-image: url("../../../images/icons/22/gear.png"); } @@ -83,6 +89,12 @@ .icon.s10.notify { background-image: url("../../../images/icons/10/notify_off.png"); } +.icon.s10.intro { + background-image: url("icons/contacts_off.png"); +} +.icon.s10.mail { + background-image: url("icons/messages_off.png"); +} .icon.s10.gear { background-image: url("../../../images/icons/10/gear.png"); } @@ -147,6 +159,12 @@ .icon.s16.notify { background-image: url("../../../images/icons/16/notify_off.png"); } +.icon.s16.intro { + background-image: url("icons/contacts_off.png"); +} +.icon.s16.mail { + background-image: url("icons/messages_off.png"); +} .icon.s16.gear { background-image: url("../../../images/icons/16/gear.png"); } @@ -211,6 +229,12 @@ .icon.s22.notify { background-image: url("../../../images/icons/22/notify_off.png"); } +.icon.s22.intro { + background-image: url("icons/contacts_off.png"); +} +.icon.s22.mail { + background-image: url("icons/messages_off.png"); +} .icon.s22.gear { background-image: url("../../../images/icons/22/gear.png"); } @@ -275,6 +299,12 @@ .icon.s48.notify { background-image: url("../../../images/icons/48/notify_off.png"); } +.icon.s48.intro { + background-image: url("icons/contacts_off.png"); +} +.icon.s48.mail { + background-image: url("icons/messages_off.png"); +} .icon.s48.gear { background-image: url("../../../images/icons/48/gear.png"); } @@ -589,6 +619,14 @@ nav #nav-notifications-linkmenu.on .icon.s22.notify, nav #nav-notifications-linkmenu.selected .icon.s22.notify { background-image: url("../../../images/icons/22/notify_on.png"); } +nav #nav-introductions-link.on .icon.s22.intro, +nav #nav-introductions-link.selected .icon.s22.intro { + background-image: url("icons/contacts_on.png"); +} +nav #nav-messages-link.on .icon.s22.mail, +nav #nav-messages-link.selected .icon.s22.mail { + background-image: url("icons/messages_on.png"); +} nav #nav-apps-link.selected { background-color: #364e59; } diff --git a/view/theme/quattro/icons.less b/view/theme/quattro/icons.less index f9be4cc723..13a2b49bba 100644 --- a/view/theme/quattro/icons.less +++ b/view/theme/quattro/icons.less @@ -3,6 +3,8 @@ .icons(@size: 22) { &.notify { background-image: url("../../../images/icons/@{size}/notify_off.png"); } + &.intro { background-image: url("icons/contacts_off.png"); } + &.mail { background-image: url("icons/messages_off.png"); } &.gear { background-image: url("../../../images/icons/@{size}/gear.png"); } &.like { background-image: url("icons/like.png"); } diff --git a/view/theme/quattro/icons/contacts3.png b/view/theme/quattro/icons/contacts3.png new file mode 100644 index 0000000000000000000000000000000000000000..8a3e69ec1f55d283e7e352b723e0b3ca66877b0e GIT binary patch literal 559 zcmV+~0?_@5P)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2iyYz z5i&XXrG9?^00FN_L_t(I%k7oFYZPG^gr6sO3GoMrh<2tG45Sk*L<#_V3+9y;4d!IF)!;i_uH{ zQIcco?9_}K1psMPH(A?pHR!yyIFRJ$c8Y%i8~rGNhfTg`)W!6&0fy@8PIbEn-0!J6 zkz`JNpJd)~$!Q{41?~=~WH^|x&{=h^c{;xH&9pw%b)8{P=~4AslIz{Pn=X%%JXVhY z7n7{0CmYuScYv35U4PsXMJeT``T#iGDBP6Lk&`6f)T>Dbz(#v{RaIMDSV}poK1#CG zYsDlaNqgXxx&}N=vZ($5ZYNo<>-x8)l<(?%w_ZD;Q;4tXvxX2gz`G>ph7BpZCGEM| x2YhHqTaMGfmzjV0G&afy6Y6nj@5k}~@dq9uzLjY7>6icj002ovPDHLkV1h8h?m++m literal 0 HcmV?d00001 diff --git a/view/theme/quattro/icons/contacts_off.png b/view/theme/quattro/icons/contacts_off.png new file mode 100644 index 0000000000000000000000000000000000000000..4345d473afe89bb703f8a4c915c61866e5160155 GIT binary patch literal 424 zcmV;Z0ayNsP)@;wfzp!r>DUR?y28ksb55OeEGQ7?08N;vK z`9(}(^FA|9N_^NT6qR8GLk|^iIa0(c^xg-YmH5yd**}QuyTCU=km4wIgFlxOwy4+k zUEn5;Bk?^<<7YwGd{-Z^g`{j0u~vK07rrrQD|XsQ>sb*zf=^g4srWTsVhw+C<4D3) zn`orJ3HKG}Ed;9C&$3LmlG zNbAj{QmtL0zeJFBc8-GpY$g7Ug{}bgA5a*;-@>(ggR{qYHoGI^dg0kRZvOylu1B^B S7FkCC0000}U=DE| zmJJc3l3F>$By34)81Vy=-s^hofpdQ1AUvNpW>Dg&+W>csLzBQ1&`yw+zCFODT49yi zl2nAdGul@A9-VVkm5u=0z`dd95?BL~dxPpcyx3LQxpW2(z=Gp!z%Kyxm>>72RFDG&GOVo70#pco&n* z<7z$Yth2j4HZjhPx(Kt5NwUJ)EZD=fh&L;E_YcqyxQo4lW$a)p;whAk1KzG*Xu9w-bwaE z@0)Juv5rOD!hWOI(EWH8lj&={Z=T{foBth4c!I+UK7}4eTZ(rl*^_qdo2S^uo4nQ- zL)^nrwZBKH4ddBJX1jj7QbFJ2IiBKb>Z53D_*AX8qLp}mrYkN)@22hc84vL?eLUTs z5xk)bMpI6s+J~4n^Be)8GL2QyZM(>8ew^ uQtn5@MB0000F(FVg zgg~ckeW*e~Z2WcTXM2^ZG2qq%2e0S*BVNzBMu3Kh8x0hL8Yhx)7Qwo2hT25H2-xr& z1^pw`Y=Dt~BXA3(SDJ_1)Luuq@B)mlFt3}A?S%qh4NOfaE-(){skQ48R871B9)N9! zd5CSTS%tW2#51r29)W$sD~Id7xl3z*aQz{82WI{VhZ-K59?Y3pQ+a4PAV`Ybi_elW zNl%jIl3vY;oN{e$PG(JE{QHb(*yA1W0W5%f;1qC9t}V>jwe4|JSL8OB0B_ETYk5~! zboFr##K4_1u9-IWaogmT*H0V9UenNymC5TmE6V%K*~Y1y70Cr-T=e85(f=Q0aN{rH W9%m!!sJh4i0000 {{* {{$langselector}} *}} @@ -44,6 +39,26 @@ {{/if}} + {{if $nav.introductions}} + + {{/if}} + + {{if $nav.messages}} + + {{/if}} + + + {{if $nav.notifications}}