***
дизайн
Страница: 1
Сообщений 1 страница 4 из 4
Поделиться22022-02-27 02:03:57
цитата с рамочками
Код:
.punbb .quote-box, .punbb .code-box { background: url(https://forumstatic.ru/files/001b/6a/63/24855.png) bottom right no-repeat, url(https://forumstatic.ru/files/001b/6a/63/66305.png) bottom left no-repeat, url(https://forumstatic.ru/files/001b/6a/63/63117.png) top right no-repeat, url(https://forumstatic.ru/files/001b/6a/63/33757.png) top left no-repeat, url(https://forumstatic.ru/files/001b/6a/63/67268.png) top center repeat-x, url(https://forumstatic.ru/files/001b/6a/63/97085.png) bottom center repeat-x, url(https://forumstatic.ru/files/001b/6a/63/26268.png) center right repeat-y, url(https://forumstatic.ru/files/001b/6a/63/29367.png) center left repeat-y, url(https://forumstatic.ru/files/001b/6a/63/23982.png) repeat; border-radius: 14px; }
Поделиться32022-02-27 13:37:51
Код:
<!—— Добавление нового тега для Варнинга ——> <script> $(".post .post-content").each(function(){ var L = $(this).html(); var arr = L.split("[warning]"); var R = arr[0]; for (var i = 1; i < arr.length; i++) { var st = arr[i]; var text = st.substring(0, st.indexOf("[/warning]")); var another = st.substring(st.indexOf("[/warning]")+10); // 12 – длина закрывающего тега. В нашем случае – 12: [/mybb] R += "<span class=warning>" + text + "</span>" + another; } $(this).html(R); }); </script>
Поделиться42022-02-27 19:33:20
профиль с дивами
Код:
<table class="info-profile"><tr class="tr1"><td colspan="2"><div title="Класс Евклид" class="rang_e">Е</div></td><td colspan="2"><div title="Уровень доступа">2</div></td><td colspan="2"><div title="Ранг">С</div></td><td colspan="2" rowspan="2"><div class="in0" title="Медицинская служба">0</div></td></tr><tr class="tr2"><td colspan="3"><div title="Личное дело"><a href="https://kekokek.rusff.me/">SCP-289</a></div></td><td colspan="3"><div title="Канадские доллары">200$</div></td></tr></table>
Страница: 1