meggi meg

Объявление

Да можно подумать, что я горю желанием быть в его жизни. Я всегда верила, что подобное счастье тоже, знаете ли, нужно заслужить. В моей голове было ещё много подобных мыслей, но вот озвучивать их я что-то не решалась и это было удивительно. Обычно я не утруждала себя молчанием, стараясь сразу высказать собеседнику все, что я о нем думаю, не играя в дружелюбие, если и правда не испытывала его к человеку. Мама всегда отчитывала меня за мой язык без костей и мозги без фильтров, хотя довольно часто и сама грешила подобным. Я вообще была очень похожа на свою мать. Думать мне следовало как можно быстрее. Мужчина явно не был настроен на долгий разговор, да и ждать пока я взвешу все «за» и «против» не собирался, о чем, собственно, и сообщил, весьма раздражённым голосом. Ну конечно, чего уж тут думать, сам владелец фирмы предлагает мне, глупой девице, работу, а я тут ещё и раздумываю. Интересно, а ему могло прийти в голову, что это в принципе не работа мечты, вернее не моей мечты? читать полностью
- ты намекаешь на то что хочешь скриптонита?
- Мне нравится скриптонит хд
- я знаю хд ты любишь узкоглазых

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

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


Вы здесь » meggi meg » ГОРОД » скрипты


скрипты

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

1

личная страница

<!-- скрыть личные страницы -->
<script language="JavaScript">
str=document.URL
if(str.substring(str.lastIndexOf('/')+1)=="" || str.substring(str.lastIndexOf('/')+1)=="index.php")
   document.write("<style>#forum_f20{display:none}</style>")
</script>

в профиль
<a href=#tid=36><img src="картинка" onclick="iconRedir(this)"></a>

<!-- Всплывающая таблица с вкладками, в топике, с инфой о персонаже -->
<style type="text/css">
/*Подвижка иконки*/
img.a-info{
  margin-top: 50px!important;
  margin-left: 100px!important;
  width:30px;  /*Размер иконки*/
}
/*Подвижка всплывающей подсказки иконки*/
.tipsy.a-info{
  margin-top: 0px!important;
  margin-left:0px!important;
  font: normal normal 400 11px/16.5px Verdana;
}
/*сдвиг таблицы*/ .my-tabs{
  margin-top: 10px!important;  /*сдвиг таблицы вверх от положения иконки*/
  margin-left: 50px;  /*сдвиг таблицы вправо от положения иконки*/
}
/*Цвет фона и бордюров таблицы*/
.my-tabs>.tab-a,.my-tabs>span{
  background:transparent!important;
  border-color: transparent!important;
}
</style>
<link rel="stylesheet" type="text/css" href="http://forumstatic.ru/files/0013/44/56/73823.css" />
<script img-data="http://sa.uplds.ru/SoT3N.png" src="http://forumstatic.ru/files/0013/44/56/57946.js" forum="20"></script>
<!--//End//Всплывающая таблица с вкладками, в топике, с инфой о персонаже// -->
</style>

<!-- Переадресация клика со своей Иконки для Вспл. таблицы в топике -->
<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>

<!----  включить html на личной странице---->
<script type="text/javascript">
$(function(){$('img.a-info,.my-tabs>span').live('click',function(){$("li.tab-a").map(function(){HTMLinPost.parseTags($(this).attr("data-group-id",0))});});});
</script>

0

2

Таблицу в пост можно вставить с помощью кнопки таблица, а чтобы добавить свое оформление, нужно воспользоваться кодами, которые отличаются  по синтаксису от html:

tr valign

Задает выравнивание по высоте.
Возможные значения: top, middle (по-умолчанию), bottom

td width

Задает ширину ячейки. Формат: *%, *px, auto (по-умолчанию)

td colspan

Устанавливает число ячеек, которые должны быть объединены по горизонтали.
Например, при colspan=2 ячейка будет занимать место двух.

td rowspan

Устанавливает число ячеек, которые должны быть объединены по вертикали.
Например, при rowspan=2 ячейка будет занимать место двух.

td bgcolor

Задает цвет фона ячейки.

Например, bgcolor=#808080 или bgcolor=gray.

0

3

/*Статус картинки со статистикой 24*/
#pun-stats ul.container {
   background-attachment: scroll;
   background-clip: border-box;
   background-color: transparent;
   background-image: url("");
   background-origin: padding-box;
   background-position: 0px 30px;
   background-repeat: no-repeat;
   background-size: auto;
   padding-left: 85px;
   padding-top: -25px;
}

0

4

#viewprofile div.container ul td#profile-left{
    left: 400px;
    top: 500px;
    padding: 15px!important;
    position:absolute ;
}

0

5

фон

цельная картинка растянутая на экран фиксированно

body {
background: url(http://forumstatic.ru/files/0011/57/96/60156.png) no-repeat fixed top center;
background-color: #0c0c0d; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

0

6

<!--Своя картинка или Слово в Панель навигации -->
<script>var Img_Word=1;   //0-Картинка;1-Cлово /Ставим картинку или Слово ?
   navlinks=new Array(

  "navindex","forum",   // Форум
  "navuserlist","users", // Участники
  "navsearch","search",  // Поиск
  "navprofile","prof", // Профиль
  "navpm","mess",      // Сообщения
  "navadmin","ams",   // Администрирование
  "navregister","join us", // Регистрация
  "navlogin","come in",   // Войти
  "navlogout","good bye" // Выход - !ПОСЛЕДНИЙ элемент без запятой

)

var s,i;for (i=0; i < navlinks.length; i++){s=navlinks[i+1];
   if(!Img_Word){s='<img class="navlinks" src="'+s+'" border="0" />'}
   $("#"+navlinks[i]+" a").html("<span>"+s+"</span>");i++;}
</script>

Свернутый текст

color: transparent;
    background: #020202 !important;

    background-clip: text !important;
    -webkit-background-clip: text !important;
    -moz-background-clip: text !important;
    -o-background-clip: text !important;
   
    text-shadow: -1px 2px 0px rgb(6, 1, 0), -1px 3px 1px rgb(74, 72, 69);

0

7

категория с фиксированным фоном

#pun-index .category h2 {
    width: 878px;
    height: 40px;
    margin: 20px 0 20px -4px !important;
    padding: 30px 0 0 0;
    text-align: center;
    border-bottom: 1px solid #959595;
    border-top: 1px solid #959595;
    box-shadow: 0 0 4px #fff inset, 0 0 0 2px #191919 inset;
    background: url(http://forumstatic.ru/files/0011/57/96/44012.png) no-repeat fixed center 10px;
    background-size: cover;
}

#pun-index .category h2 span {
  color: #bcbcbc !important;
  font-size: 11px;
  font-family: Russo One!important;
  text-transform: uppercase;
  letter-spacing: 8px;
    }

0

8

иконки смс в форумах

#pun-viewforum table Div.icon {
    background: url("https://funkyimg.com/i/2YLDR.png") no-repeat;
    display: block;
    float: right;
    width: 10px;
    height: 10px;
    border: 1px solid #bbc1bd;
}

#pun-viewforum TR.inew Div.icon {
    background: url("https://funkyimg.com/i/2YLDQ.png") no-repeat;}

#pun-viewforum TR.isticky Div.icon {
    background: url("https://funkyimg.com/i/2YLDR.png") no-repeat;
    border: 1px solid #6e1919;
}

#pun-viewforum TR.iclosed Div.icon {
    background: url("https://funkyimg.com/i/2YLDR.png") no-repeat;
    border: 1px solid #6e1919;
}

/* CS3.3 иконка важных*/
TR.isticky Div.icon {
    background-image : url(https://funkyimg.com/i/31uJT.png);
    background-repeat: no-repeat;
}

/* CS3.4 иконка закрытых*/
TR.iclosed Div.icon {
    background-image : url(https://funkyimg.com/i/31uJS.png);
    background-repeat: no-repeat;
}

0

9

онлайн офлайн картинкой

<!---- онлайн-офлайн картинкой ---->
<script  type="text/javascript"> var L0='<img class="imgON_Off" src="';
    var L1='" style="position:absolute;width:33px;margin: -13px 0 0 178px;display:block;" />';

    var ImgON="https://funkyimg.com/i/2UWRr.png";  // Картинка Online;
    var ImgOff="https://funkyimg.com/i/2UWSn.png";  // Картинка OffLine;

    $("#pun-viewtopic .post .post-author > ul").each(function ()   {
    if ($(this).find(".pa-online").html()!=null){$(this).append(L0+ImgON+L1)
        }else $(this).append(L0+ImgOff+L1);
    });
</script>

<!---- для отображения картинок онлайн-офлайн ---->
<style type="text/css">
.pa-online {
display:none;
}
</style>

0

10

Перенос колонок тем и сообщений под описание форума  V.2

штмл низ
<!-- Перенос Колонок тем и сообщений под Описание Форума / Deff, Alex_63 -->
<script type="text/javascript">
(function(){
   $.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});}
   function appendTopicS(){
     $('.category td.tcl .tclcon,#f-subforums td.tcl .tclcon').each(function() {
       var L=$(this).parents('tr:first');
       var str='<br><div class="Add"><div class="Tems_And_messages">Teм: <span class="right">'+L.find('td.tc2').text()+'</span></div>\
       <div style="margin-left:12px;" class="Tems_And_messages">Cообщений: <span class="right">'+L.find('td.tc3').text()+'</span></div>\
       </div>';$(str).appendTo(this);
     });
   }
   if($('#pun-index').length){appendTopicS ();}
   if($('#pun-viewforum').length){
     var summ=$('.main table[summary]').attr('summary').split(': ')[1].substr(0,1);
     if(summ=='#'||summ==String.fromCharCode(173))$.catch('#f-subforums',function(){appendTopicS()});
   }
}());
</script>

в цсс или штмл верх
<style type="text/css">
#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}
.Tems_And_messages {
  display:inline-block;
  width:116px;
}
.main table .Add {
  display: inline-block;
  background-color: #DBE9F3;
  border-radius: 6px;
  padding: 1px 7px;
  box-shadow: inset 0 0 1.4em rgba(57, 111, 177, 0.8);
}
.Tems_And_messages .right{
  float:right;
}
</style>

0

11

<!-- Правка глюка Репы при  отсутствии скриптов  руссфф  v3-->
<script> if($('#pun-viewtopic').length)$(window).load(function () {
if(!($('#pun-reputation').length&&$('#pun-ulinks  li.item7 a:not([href$="show_replies"])').length))
FORUM.PartnerVote = function() { return true; };
});
</script>

+отключание коментариев к репе (не перезагружает страницы)
<script>$(window).load(function () {
FORUM.PartnerVote = function() { return true; };
});
</script>

0

12

/* РАСПОЛОЖЕНИЕ КАЖДОЙ ИКОНКИ КРУПНОЙ НАВИГАЦИИ*/

/* ГЛАВНАЯ */
#navindex {position: absolute; top: 18px!important; left: 257px!important; height: 32px!important;}

/* УЧАСТНИКИ */
#navuserlist {position: absolute; top: 9px!important; left: 370px!important; height: 32px!important;}

/* ПОИСК */
#navsearch {position: absolute; top: 9px!important; left: 513px!important; height: 32px!important;}

/* ПРОФИЛЬ */
#navprofile {position: absolute; top: 9px!important; left: 649px!important; height: 32px!important;}

/* СООБЩЕНИЯ */
#navpm {position: absolute; top: 9px!important; left: 771px!important; height: 32px!important;}

/* ВЫХОД */
#navlogout { position: absolute; top: 9px!important; left: 911px!important; height: 32px!important;}

/* РЕГИСТРАЦИЯ */
#navregister {position: absolute; top: 9px!important; left: 644px!important; height: 32px!important;}

/* ВХОД */
#navlogin { position: absolute; top: 9px!important; left: 775px!important; height: 32px!important;}

/* ПИАР */
#navpr_1 {position: absolute; top: 9px!important; left: 901px!important; width: 84px; height: 38px; background: url(--) no-repeat top center;}

/* АДМИНКА */
#navadmin {position: absolute; top: 4px!important; left: 1055px!important; height: 32px!important;}

0

13

<span class="tooltip"><a href="ссыл">neil</a>
<em><p>какой-то текст</p></em></span>

.tooltip {
    position: relative;
    display: inline
}
.tooltip em {
    display: inline;
    transform: scale(0);
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
    color: #333;
    font-family: arial !important;
    font-size: 10px !important;
    font-style: normal;
    line-height: 9px;
    left: -125px !important;
    padding: 15px;
    position: absolute;
    overflow-y: hidden;
    text-align: center;
    width: 150px;
    top:20px;
    border-radius: 1px !important;
}
.tooltip:hover em {
    background: #dcdcdc;
    border-radius: 1px !important;
    color: #101010;
    font-family: roboto !important;
    font-size: 10px !important;
    font-style: normal;
    line-height: 12px;
    left: -125px !important;
    position: absolute;
    text-align: justify;
    overflow-y: hidden;
    width: 150px;
    z-index: 99;
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
}

.tooltip a {
    font-family: roboto;
    color: #d6d5d4 !important;
    letter-spacing: 1px;
    font-size: 9px;
    text-shadow: -1px 1px #1d2c35;
}

0

14

.punbb .quote-box cite, .punbb .code-box strong.legend {
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 6px;
    font-weight: bold;
    color: #7c7e7c !important;
    text-shadow: 0 1px 1px #eae7e7;
    border-bottom: dashed 1px;
    letter-spacing: 1px;
    }

0

15

li.pa-avatar.item2 {
    width: 220px;
    padding-bottom: 80px !important;
    padding-top: 6px !important;
    margin-left: -30px;
    margin-bottom: 52px!important;
    margin: px 0 0px 0px;
    background: url(https://i.imgur.com/dhDpHKv.jpg) 0px bottom no-repeat,
    url(https://i.imgur.com/S9Smz4o.jpg) 0px top no-repeat,
    url(https://i.imgur.com/4ppnVgf.jpg) 0px repeat-y;
}

0

16

перенос колонки тем-смс под описание подфорума

штмл низ

<!-- Перенос Колонок тем и сообщений под Описание Форума / Deff, Alex_63 -->
<script type="text/javascript">
(function(){
   $.catch = function(a,f){$(function(){var t,i=0;function s(){i++;if(i>120)return;t=setTimeout(function(){if(!$(a).length){s();return};f()},100);}s();});}
   function appendTopicS(){
     $('.category td.tcl .tclcon,#f-subforums td.tcl .tclcon').each(function() {
       var L=$(this).parents('tr:first');
       var str='<br><div class="Add"><div class="Tems_And_messages">Teм: <span class="right">'+L.find('td.tc2').text()+'</span></div>\
       <div style="margin-left:12px;" class="Tems_And_messages">Cообщений: <span class="right">'+L.find('td.tc3').text()+'</span></div>\
       </div>';$(str).appendTo(this);
     });
   }
   if($('#pun-index').length){appendTopicS ();}
   if($('#pun-viewforum').length){
     var summ=$('.main table[summary]').attr('summary').split(': ')[1].substr(0,1);
     if(summ=='#'||summ==String.fromCharCode(173))$.catch('#f-subforums',function(){appendTopicS()});
   }
}());
</script>

цсс

/*---- перенос тем и смс под описание подфорума ----*/
#pun-index .category .tc2,#pun-index .category .tc3,
#f-subforums .tc2,#f-subforums .tc3{
  display:none!important;
}

.Tems_And_messages {
    display: inline-block;
    width: 90px;
    position: relative;
    top: -3px;
    left: 115px;
}

.main table .Add {
    color: #478d8f;
    font-weight: 900;
    text-transform: lowercase;
    text-shadow: 0 1px 0 #d2f2f2;
    display: inline-block;
    padding: 3px 11px;
}

.Tems_And_messages .right{
  text-align:right;
}

0

17

/* ГЛАВНАЯ */
#navindex {position: absolute; left: -13px!important; height: 32px!important;}

/* УЧАСТНИКИ */
#navuserlist {position: absolute; left: 74px!important; height: 32px!important;}

/* ПОИСК */
#navsearch {position: absolute; left: 157px!important; height: 32px!important;}

/* ПРОФИЛЬ */
#navprofile {position: absolute; left: 636px!important; height: 32px!important;}

/* СООБЩЕНИЯ */
#navpm {position: absolute; left: 705px!important; height: 32px!important;}

/* ВЫХОД */
#navlogout { position: absolute; left: 835px!important; height: 32px!important;}

/* РЕГИСТРАЦИЯ */
#navregister {position: absolute; left: 635px!important; height: 32px!important;}

/* ВХОД */
#navlogin { position: absolute; left: 768px!important; height: 32px!important;}

/* ПИАР */
#navpr_1 {position: absolute; left: 835px!important; width: 84px; height: 38px; background: url(--) no-repeat top center;}

/* АДМИНКА */
#navadmin {position: absolute; left: 768px!important; height: 32px!important;}

0

18

<!-- случайная картинки в футере -->
<div id="My_IMG" style="position: absolute; margin: -191px 0 0 92px!important; width: 684px; height: 147px; text-align: center;">
<img height="147" border="1" src="Ссылка на 1-ю картинку"/>
<script type="text/javascript">
var tik = 7000;  // Время отображения(в дан.случ. 7сек);
ImgA = new Array (

   "http://forumstatic.ru/files/0011/c3/3f/43728.png",
   "http://forumstatic.ru/files/0011/c3/3f/19655.png",
   "http://forumstatic.ru/files/0011/c3/3f/56556.png",
   "http://forumstatic.ru/files/0011/c3/3f/58009.png",
   "http://forumstatic.ru/files/0011/c3/3f/45379.png",
   "http://forumstatic.ru/files/0011/c3/3f/85525.png",

"End");var i=Math.round(Math.random()*(ImgA.length-1));randomIMG(i);function randomIMG(i){if( i >= ImgA.length-1){i=0};$("#My_IMG img").attr("src",ImgA[i]);var i=Math.round(Math.random()*(ImgA.length-1));j = i;timerID = setTimeout("randomIMG(j)",tik);};</script></div><!-- /End/Случ.Картинк. -->

</div>

0

19

#p1099156 .post-author,
#p1099156 .post-sig,
#p1099156 .pl-email,
#p1099156 .pl-website{
   display: none !important;
}
#p1099156  .post-body,
#p1099156 .post-links,
#p1099156 .post-links ul,
#p1099156  h3>span{
    margin-left: 0 !important;
}

0

20

замена плюсов минуов на свое

<style type="text/css">
.pa-respect a[href*="&v=0&cod"],
.pa-respect a[href*="&v=1&cod"]{
   display:inline-block;
   margin-top:-7px;
}
.pa-respect a[href*="&v=1&cod"] img,
.pa-respect a[href*="&v=0&cod"] img {
  visibility:hidden;
  /*размеры для картинок  +/- */
  height:34px;
  width:34px;
}
.pa-respect a[href*="&v=1&cod"]{
   background:url(http://s3.uploads.ru/cyQa5.png) center 100% no-repeat; /*картинка для +*/
}
.pa-respect a[href*="&v=0&cod"] {
   background:url(http://s2.uploads.ru/ijAu3.png) center  100% no-repeat; /*картинка для  - */
}
</style>

0

21

#pun .quote-box cite, #pun .code-box strong.legend {
    display: block;
    background: rgba(0,0,0,.04);
    padding: 5px 0px 5px 0px !important;
    font-size: 9px;
    text-transform: uppercase;
    font-family: lora;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: -10px !important;
    margin-left: -10px !important;
    margin-right: -10px !important;
    border-bottom: 1px solid #b1b1a4;
    box-shadow: 0 1px 0 0px rgba(255,255,255,.15);
    text-align: center;
}

0

22

<!-- быстрый плюс в теме -->

[*code]<!--HTML--><!-- быстрый плюс в теме -->
<script type="text/javascript">
RusffCore.sets.reputation = 0;
FORUM.PartnerVote = function (){return true};
</script>
<!-- конец -->[*/code]

0

23

<!-- НАЧАЛО. аватар на главной  -->
<style>.status_userava>img{width: 56px;height: 56px;border-radius: 10px;}</style>
<script>$('#pun-status>p').prepend('<span class="status_userava"><img src="'+(window.UserAvatar?UserAvatar:'http://forumstatic.ru/files/001a/ae/63/60611.jpg')+'"/></span>')</script>
<!-- КОНЕЦ. аватар на главной  -->

0

24

#profile-right li#pa-fld3 {
    text-align: center;
    border: 1px solid #33402b;
    margin: 20px 0 0 0;
    width: 10px;
    height: 20px;
    color: #000;
    /* top: 10px; */
    /* padding: 13px; */
    position: absolute;
    display: block;
}

0

25

<style>.NoComments{
  float:right;
  margin-top:33px;
  cursor:pointer;
  position:relative;
  z-index:100;
  width:30px;height:30px;
  background:url(http://forumstatic.ru/files/0014/cc/0a/74970.png);
  background-size:cover;
}
</style>
<!-- Быстрые Плюсы без комментариев ©Deff-->
<script type="text/javascript" >
if($('#pun-viewtopic').length)$(function(){
   $('<div class="NoComments" title="+ Без комментариев!"></div>').insertAfter($('.post .post-vote'));
   $('.post .NoComments').click(function(){
       $('#pun-reputation').hide();
       $(this).prev('.post-vote').find('a.positive').click();
       $('#pun-reputation .inner.post_reputation h1>span').text('Поднять  репутацию');
       $('#pun-reputation').find('input#reputationButtonSend').click();
       setTimeout(function(){$('#pun-reputation .bg.post_reputation, #pun-reputation .inner.post_reputation').hide();$('#pun-reputation').show()},130);
   });
});
</script>

0

26

<!-- НАЧАЛО. аватар на главной  -->
<style>.status_userava>img{
width: 30px;
    height: 30px;
    position: absolute;
    left: 1px;
    top: 0px;
    opacity: .5;
    filter: grayscale(1);
    transform: rotate(-90deg);
}</style>
<script>$('#pun-status>p').prepend('<span class="status_userava"><img src="'+(window.UserAvatar?UserAvatar:'http://forumstatic.ru/files/001a/ae/63/60611.jpg')+'"/></span>')</script> 

<!-- КОНЕЦ. аватар на главной  -->

0

27

https://support.rusff.me/viewtopic.php?id=3842#p79003

Панель смайлов над полем ответа с разделами и спецразделом для собственного набора стикеров пользователей.

0

28

<!--Убираем смайлы-->
<style>
#form-buttons td#button-smile {
display:none;
}
</style>

0

29

#pun-index .category table {
    margin-left: 0px;
    border-spacing: 0px 10px;
    border: 1px dashed #c9c9c9;
    border-radius: 30px;
}

0

30

навигация следущая за страницей

#pun-navlinks.section.fixed {
    position: sticky;
    z-index: 10;
    top: 0 !important;
    margin-left: -22px!important;
    width: 1006px !important;
    background: #d7c8b6;
    /* border-bottom: 1px solid #916200; */
    padding: 7px 0 7px 0;
}

<!---- прокрутка навигации вместе с форумом ---->
<script>
$(window).scroll(function() {
  if ($(window).scrollTop() >= 370) {
    $('#pun-navlinks').addClass('fixed');
    $('#pun-ulinks').addClass('fixed2');
  } else {
    $('#pun-navlinks').removeClass('fixed');
    $('#pun-ulinks').removeClass('fixed2');
  }
});
</script>

0

31

<!--Своя картинка или Слово в Панель навигации -->
<script>var Img_Word=0;   //0-Картинка;1-Cлово /Ставим картинку или Слово ?
   navlinks=new Array(

  "navindex","https://forumstatic.ru/files/0011/c3/3f/82724.png",   // Форум
  "navuserlist","https://forumstatic.ru/files/0011/c3/3f/92513.png", // Участники
  "navsearch","https://forumstatic.ru/files/0011/c3/3f/81551.png",  // Поиск
  "navprofile","https://forumstatic.ru/files/0011/c3/3f/33158.png", // Профиль
  "navpm","https://forumstatic.ru/files/0011/c3/3f/94209.png",      // Сообщения
  "navadmin","https://forumstatic.ru/files/0011/c3/3f/42312.png",   // Администрирование
  "navregister","https://forumstatic.ru/files/0011/c3/3f/12035.png", // Регистрация
  "navlogin","https://forumstatic.ru/files/0011/c3/3f/43296.png",   // Войти
  "navlogout","https://forumstatic.ru/files/0011/c3/3f/36212.png" // Выход - !ПОСЛЕДНИЙ элемент без запятой
)
var s,i;for (i=0; i < navlinks.length; i++){s=navlinks[i+1];
   if(!Img_Word){s='<img class="navlinks" src="'+s+'" border="0" />'}
   $("#"+navlinks[i]+"> a").html("<span>"+s+"</span>");i++;}
</script>

0

32

#pun-index #pun-main .category .container, .post-box, #pun-viewforum #pun-main .category .container, #pun-respect #pun-main .container, #pun-positive #pun-main .container, #pun-online #pun-main .section.online-list .container, #pun-messages #messages .fs-box, #pun-searchtopics #pun-main .forum .container, table#filetable {
    padding: 20px;
    border-radius: 0px;
    position: relative;
    background: #afadac;
    background: url(//forumstatic.ru/files/001b/c7/88/63885.png) top center;
    color: #000000;
    border: 1px solid #f7f0e847;
    border-radius: 20px;
    margin-bottom: 20px!important;
}

0

33

https://forumd.ru/viewtopic.php?id=7043
плеер

0

34

https://forumd.ru/viewtopic.php?id=7177

0

35

<!-- Кнопка отключения мгновенного предпросмотра -->
    <style>#togglePreview{float:right;margin-top: -27px!important;margin-bottom: 20px!important;margin-right: -15px!important;}</style>
    <script type="text/javascript">(function (){
      var a='Включить быстрый предпросмотр';
      var b='Отключить быстрый предпросмотр';
      var d='_PreviewToggle';
      setCookiePPrev=function(a,b,c){if(c){var d=new Date();d.setTime(d.getTime()+c);}if(a && b)document.cookie=a+'='+b+(c ? '; expires='+d.toUTCString() : '');else return false;}
      getCookiePPrev=function(a){var b=new RegExp(a+'=([^;]){1,}');var c=b.exec(document.cookie);if(c)c=c[0].split('=');else return false;return c[1] ? c[1] : false;}
      $('<small id="togglePreview"><input type="button" class="button" value="'+ b +'" onclick="togglePreview(this)"/></small>').insertAfter('#post fieldset:last legend');
      var x = ParseContent;
      window.togglePreview = function(sel){//alert(sel.value);
        if(sel.value==a){sel.value=b;setCookiePPrev(d,'0',-1000);ParseContent=x;ParseContent();$('#post-preview').show(); return}
        if(sel.value==b){sel.value=a;setCookiePPrev(d,'OFF',30*3600*24*30*1000);if($('#pun-viewtopic').length){$('#post-preview').hide()}ParseContent=function(){return};return}
      }; if(getCookiePPrev(d)=='OFF'){$('#togglePreview>.button').click()};
    }())
    </script>

<!-- Мгновенный предпросмотр сообщения © Alex_63 -->
    <script type="text/javascript">
    var PPREV = {};
    PPREV.position = 0; //Положение окна Предпросмотра: 0 - над полем ввода, 1 - под полем ввода, 2 - справа
    PPREV.quote_cite = 'написал(а):'; //Надпись в окне цитаты
    </script>
    <script type="text/javascript" src="https://forumstatic.ru/files/0015/c4/3f/10524.js"></script>

0

36

https://fonts.google.com/icons?selected … o_outline:

0

37

https://codepen.io/davidseguin/pen/xNgwQM

0


Вы здесь » meggi meg » ГОРОД » скрипты