Перейти до змісту
Домент ipb-board.ru продається.

Новый социальный футер

Рекомендовані відповіді

Опубліковано
  • Адміністратор

Screenshot_1.png

Админ Панель-Внешний вид-Ваш стиль-Список форумов-boardIndexTemplate вставте куда вам будет удобно:

<div class="footer">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
  <div id="button"><i class="fa fa-share-alt"></i></div>
<div id="containerbg">
<div id="contbg">
<div class="footer">
	   <h3><i class="fa fa-share-alt"></i>&nbsp; Поделитесь</h3></br>
<div class="share42init"></div>
<script type="text/javascript" src="http://сайта ви.com/share42/share42.js"></script>
<div class='design'><a href="http://silencebgsoftware.com/index.php?/user/1-silence/" style="color: #fafafa;"><i class="fa fa-paint-brush"></i>&nbsp; </a></div>

Админ Панель-Внешний вид-Ваш стиль-CSS-ipb_styles.css добавить у самий ныз:

.footer #button{
width: 15px;
font-size: 26px;
border-radius: 35px;
margin-left: 12px;
position: relative;
transition: all 1s ease;
-webkit-animation: pulsate 1s ease-out;
animation: pulsate 1s ease-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}

.footer {
text-align:center;
	bottom:0;
	left:0;
	position:fixed;
    width: 100%;
    height: 2em;
    overflow:hidden;
    margin:0 auto;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	z-index:999;
}
.footer:hover {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
	height: 14em;
}
.footer #containerbg{
margin-top: 40px;
width: 100%;
height: 100%;
color: #fafafa;
position: relative;
top: 0;
left: 0;
background: #283A4A;
border-top: solid 1px #fafafa;
}
.footer #contbg{
  position:relative;
  top:-45px;
  right:190px;
	width:150px;
	height:auto;
	margin:0 auto;
}

.footer h3{
margin-top: 70px;
border-bottom: solid 1px #fafafa;
text-shadow: rgba(0,0,0,0.85) 0px 1px 4px;
font-weight: 300;
font-size: 20px;
line-height: 30px;
font-family: 'Helveticaneue','Open Sans','Yanone Kaffeesatz',"Trebuchet MS",Arial,Helvetica,sans-serif;
}

.design{
font-size: 16px;
line-height: 30px;
}
.design:hover{
background: #cd3816;
}

Распакуйте и загрузите папку share42 в корень вашего форума

share42.zip

Для публікації повідомлень створіть обліковий запис або авторизуйтесь