1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 01:08:19 +03:00

fix contacts

This commit is contained in:
Mzhelskiy Maxim 2011-08-21 17:39:15 +00:00
parent 04db5e2f8c
commit 502989e6ab
3 changed files with 15 additions and 2 deletions

View file

@ -10,12 +10,12 @@
{/if}
<div class="block">
<div class="block contacts nostyle">
{if $oUserProfile->getProfileIcq()}
<h2>{$aLang.profile_social_contacts}</h2>
<ul>
{if $oUserProfile->getProfileIcq()}
<li>ICQ: <a href="http://www.icq.com/people/about_me.php?uin={$oUserProfile->getProfileIcq()|escape:'html'}" target="_blank">{$oUserProfile->getProfileIcq()}</a></li>
<li class="icq"><a href="http://www.icq.com/people/about_me.php?uin={$oUserProfile->getProfileIcq()|escape:'html'}" target="_blank">{$oUserProfile->getProfileIcq()}</a></li>
{/if}
</ul>
{/if}

View file

@ -1,9 +1,22 @@
.block { padding: 15px 20px; background: #fff; margin-bottom: 15px; border: 1px solid #ddd; border-radius: 7px; box-shadow: 0 0 5px #eee; }
.block h2 { font-size: 20px; font-family: Tahoma, sans-serif; }
.block.nostyle { padding: 20px 25px; background: none; margin: 0px; border: none; box-shadow: none;}
.block .bottom { padding-top: 5px; font-size: 11px; text-align: right; }
.block .bottom a { }
/* Contacts */
.block.contacts img { padding: 7px; border: 1px solid #ccc; }
.block.contacts ul { margin-top: 5px; }
.block.contacts ul li { padding: 3px 0 3px 25px; }
.block.contacts ul li.icq { background: url(../images/icons-contacts.gif) no-repeat scroll 0px 2px; }
.block.contacts ul li.jabber { background: url(../images/icons-contacts.gif) no-repeat scroll 0px -23px; }
.block.contacts ul li.skype { background: url(../images/icons-contacts.gif) no-repeat scroll 0px -47px; margin-bottom: 10px; }
.block.contacts ul li.lj { background: url(../images/icons-contacts.gif) no-repeat scroll 0px -73px; }
.block.contacts ul li.vk { background: url(../images/icons-contacts.gif) no-repeat scroll 0px -99px; margin-bottom: 10px; }
.block.contacts ul li.email { background: url(../images/icons-contacts.gif) no-repeat scroll 0px -122px; }
.block.contacts ul li.phone { background: url(../images/icons-contacts.gif) no-repeat scroll 0px -145px; }
/* Stream */
.block.stream ul.list { border-top: 1px solid #eee; font-size: 11px; line-height: 16px; color: #999; }
.block.stream ul.list li { padding: 5px 6px 6px; border-bottom: 1px solid #eee; }

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB