the test of us

Объявление

XX.02 — новость
XX.02 — новость, но подлинбше
XX.02 — вообще длинная новость жесть
XX.02 — тейк ооон мииии тееейк миии оооооон ай'л бии гооон ин э дэй ор ту

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » the test of us » кордицепс однобокий » Гостевая


Гостевая

Сообщений 1 страница 4 из 4

1

Но пока это просто склад внешек.

Накануне:
Тимофей Шаламе
Фиби Тонкин
Софи Карсон

клюшка для гольфа:
оскар айзеку
педро бальмаседа паскаль

чайный гриб с адрией архоной

0

2

ЛЗ

Код:
<br><center><div class="name"><a href="ссылка на анкету">имя</a></div>
<div class="inf">описание</center>

Скрипты эти нам нужны?

Код:
<!-- Всплывающая таблица с вкладками, в топике, с инфой о персонаже -->
<style type="text/css">
 /*Подвижка иконки*/
    img.a-info{
      margin-top: -3px!important;
      margin-left: 173px!important;
      width:30px;  /*Размер иконки*/
    }
    /*Подвижка всплывающей подсказки иконки*/
    .tipsy.a-info{
      margin-top: -2px!important;
      margin-left:-6px!important;
      font: normal normal 400 11px/16.5px Arial;
    }
    /*сдвиг таблицы*/ .my-tabs{
      margin-top: -73px;  /*сдвиг таблицы вверх от положения иконки*/
      margin-left:200px;  /*сдвиг таблицы вправо от положения иконки*/
    }
    /*Цвет фона и бордюров таблицы*/
    .my-tabs>.tab-a,.my-tabs>span{
      background: url("https://i.ibb.co/QP38RKk/2.png") no-repeat; /* Алена - тело таблицы */
    border: 0px;     
color: #191b1a !important;
    }
/*Стиль иконки в мини-профиле*/
img.a-info{
  padding:2px;
  display:block!important;
  cursor:pointer;
  /*border-radius:50%;*/
  position:absolute;
  text-align:left!important;
}
/* Затемняющий фон */
#pre-wrap {
 margin:0;
 top:0;bottom:0;
 left:0;right:0;
 width:100%;
 height:100%;
 position:fixed;
 z-index:20000;
 background: rgba(0,0,0,.65);
}
/*Подвижка иконки закрытия таблички*/
.my-tabs > img.close {
    float: right;
    margin: -15px 78px 0 0!important;
    width: 20px;
}
/* Корневой таб(UL) */
.my-tabs{
 display:block;
 z-index:30000;
 position:absolute;
 max-height:500px;  /*максимальная высота таблички*/
}
/* Стиль "Ушка" вкладок */
.my-tabs>span{
    opacity: 1;
    color: #1b2f32;
    cursor: pointer;
    display: flex;
    position: relative;
    /* z-index: 122; */
    text-align: center;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
    font: 'Montserrat Alternates' 400 13px;
    margin-top: 3px;
    top: 96px;
    right: -529px;
    background: url(https://i.ibb.co/gdf45Pd/lenta.png);
    width: 138px;
    height: 25px;
    align-items: center;
    align-content: center;
    justify-content: center;
}
/* Cдвиг самого первого "Уха" 
.my-tabs>span:first-child{
 margin-left: 20px;
}*/
/* Активное "Ушко" */
.my-tabs>span.selected{
 opacity:1;
      background: url("https://i.ibb.co/gdf45Pd/lenta.png"); /* Алена - активная вкладка */
 margin-top: 0px;
margin-left: 83px;
transition: 2s;
}
/* Стиль вкладки(LI)*/
.my-tabs>.tab-a{
 width:640px;
 height:430px;
 position:absolute;z-index:1;
margin-top: 8px;
 display:none;
 overflow-y:auto;
 overflow-x:hidden;  
 text-align:center;
 vertical-align:middle;
 padding:0px!important;
}
/*Отступ контента вкладки сверху*/
.tab-a .post-content{
 margin-top:1.4em;
 display:inline-block;
padding-left: 30px;
}
</style>
<script img-data="https://sa.uplds.ru/SoT3N.png" src="https://forumstatic.ru/files/0013/44/56/57946.js" forum="16"></script>
<!--//End//Всплывающая таблица с вкладками, в топике, с инфой о персонаже// -->

<!-- Переадресация клика со своей Иконки для Вспл. таблицы в топике -->
<style>.post-author img.a-info{display:none!important}</style>
<script type="text/javascript">
function iconRedir(that) {
    $(that).parents('.post-author').find('.post-img-Sp.a-info')[0].click();
};
</script>

+1

3

Говновоз говновоз говновоз

Не отчистить говна от колёс

+1

4

Код:
<!--взаимная реклама-->
<script>function getUrlParameterByName( name,href )
{name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^&#]*)"; var regex = new RegExp( regexS ); var results = regex.exec( href ); if( results == null ) return ""; else return decodeURIComponent(results[1].replace(/\+/g, " "));}
function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min)) + min;}
function copyAdvertisingToClipboard(event, elem) {event.preventDefault(); var url = $(elem).closest('.post').find('.permalink').attr('href'); var $temp = $("<textarea id='temp' style='float:right'>"); $(elem).append($temp); var advertiseCode = advertiseCodes[getRandomInt(0, advertiseCodes.length)]; var text = advertiseCode + '[url=' + url + ']ваша реклама[/url]'; $temp.val(text).select(); document.execCommand("copy"); $temp.remove();}
function addAdvertiseLink(topicId) { var url = window.location.href; if (getUrlParameterByName('id', url) == topicId) { $('.post').each(function() { var $li = $('<li>').attr('class', 'pl-advlink').append('<a href="#" onclick="copyAdvertisingToClipboard(event, this);">Взаимная реклама</a>'); $(this).find('.post-links ul').append($li); }) } }

var advertiseCodes = [];
advertiseCodes.push('[align=center][url=https://rockland.rusff.me/][img]https://i.ibb.co/02xz9Yy/1.png[/img][/url][/align]' +'\n');
addAdvertiseLink(1322);
</script>
<!--конец-->

0


Вы здесь » the test of us » кордицепс однобокий » Гостевая


Рейтинг форумов | Создать форум бесплатно