Здесь делается вжух с:

+

    hagalnaudhj3

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

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


    Вы здесь » hagalnaudhj3 » Тестовый форум » Тестовое сообщение


    Тестовое сообщение

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

    1

    Благодарим за выбор нашего сервиса!

    0

    2

    новое

    0

    3

    https://forumupload.ru/uploads/0019/a4/9b/6/324249.png  https://forumupload.ru/uploads/0019/a4/9b/6/276918.png  https://forumupload.ru/uploads/0019/a4/9b/6/515950.png new

    0

    4

    hagalnaud написал(а):

    Благодарим за выбор нашего сервиса!

    0

    5

    в
    hagalnaud написал(а):

    Благодарим за выбор нашего сервиса!

    0

    6

    :root {
    --font-title: IBMPlexSans;
    --color-accent: hsl(231.43deg 34.19% 39.55%);
    --color-accent2: hsl(227.24deg 42.89% 76.19%);
        --basebg: #d2d0cd;
        --bordercolor: #777777;
        --punbg: #d2d0cc;
        --postbg: #d9d9d9;
        --authorbg: #0000000d;
        --textcolor: #1e1919;
        --urlhover: #121212;}

    .violet {--color-accent: hsl(271.89deg 28.95% 47.62%);
        --color-accent2: hsl(272deg 18.52% 52.35%);
        --punbg: #dfdee7;
    }

    .orange {--color-accent: hsl(22.66deg 76.12% 35.28%);
        --color-accent2: hsl(22.83deg 61.99% 48.52%);
        --punbg: #ede9e3;
    }

    .green {
        --color-accent: hsl(0deg 81.76% 30.25%);
        --color-accent2: hsl(0deg 52.44% 50.49%);
        --punbg: #e4e1e1;
    }

    .blue {--color-accent: hsl(211.47deg 58.11% 26.62%);
        --color-accent2: hsl(212.22deg 50.15% 71.41%);
        --punbg: #d9dee4;
    }

    body.dark {
        background-image: url(https://forumstatic.ru/files/001c/0a/60/75820.jpg);
        background-color: black;
        }
    .dark .go-up, .dark .go-down {
        filter: invert(1);
    }
    .styleone {
        background: url(https://forumstatic.ru/files/001c/0a/60/51136.png?v=1) no-repeat left;
    }
    .styletwo {
        background: url(https://forumstatic.ru/files/001c/0a/60/42608.png) no-repeat right;
    }

    0

    7

    Код:
    <!-- тихая цитата -->
    <script type="text/javascript">
    // Цикл для каждого элемента с классом post
    document.querySelectorAll('.post').forEach(post => {
        const postId = post.id; // Получаем ID поста
    
        // Находим элемент с классом pl-quote внутри текущего поста
        const quoteButton = post.querySelector('.pl-quote');
    
        // Создаем новую кнопку для особого цитирования
        const shyQuoteButton = document.createElement('li');
        shyQuoteButton.className = 'pl-shyquote';
        shyQuoteButton.innerHTML = '<a href="javascript:quotetwo(\'' + postId + '\')">особая цитата</a>';
    
        // Вставляем новую кнопку после кнопки цитирования
        quoteButton.parentNode.insertBefore(shyQuoteButton, quoteButton.nextSibling);
    });
    
    window.quotetwo=e=f=function(e,t,i){var n="";if(window.getSelection&&!$.browser.opera?n=window.getSelection().toString():document.getSelection?n=document.getSelection():document.selection&&(n=document.selection.createRange().text),""==n||void 0===n||null==n){var a=document.getElementById("p"+t+"-content");if($.browser.msie)(o=document.body.createTextRange()).moveToElementText(a),o.select(),n=document.selection.createRange().text;else if($.browser.mozilla){var o,r=window.getSelection();(o=document.createRange()).selectNodeContents(a),r.removeAllRanges(),r.addRange(o),n=window.getSelection().toString()}else n="",$("#p"+t+"-content > p").each((function(e){p=$(this).html().replace(/<br([\/ ]){0,2}>/gi,"\n"),el=$('<div style="display:none"></div>'),$(el).append(p),n+=$(el).text()+"\n\n"})),n=n.replace(/\r\n/g,"\n").replace(/\n\n\n/g,"\n\n");if(""==n||void 0===n||null==n)return void FORUM.get("editor.quote.quote_fail()")}if($.browser.mozilla&&-1!=n.indexOf("http://")){var l=new Array,s="";$("#p"+t+"-content img").each((function(e){s=$(this).attr("src"),l.length>0&&-1!=l.join(",").indexOf(s)||(n=n.replace(new RegExp(s,"g"),"[img]"+s+"[/img]"),l.push(s))}))}insert('[block="newquote"]'+$.trim(n)+"[/block]\n")}
    
    </script>

    0


    Вы здесь » hagalnaudhj3 » Тестовый форум » Тестовое сообщение


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