123
Название темы прям во всю длину контейнера, эффект допплера, граница
Сообщений 1 страница 4 из 4
Поделиться211.03.2025 16:49
<!-- wowhead -->
<script type="text/javascript" src="https://static.wowhead.com/widgets/power.js"></script>
<script>
var wowhead_tooltips = { "colorlinks": true, "iconizelinks": true, "renamelinks": true }
</script>
<script type="text/javascript">
var a = document.getElementsByTagName("a")
for( i=0; i<a.length; i++ ){
if( a[i].href.indexOf("https://" + document.domain + "/click.php?https://") != -1 )
{a[i].href = "https://" + a[i].href.substring(a[i].href.lastIndexOf("https://")+7)}
}
</script>
Поделиться312.03.2025 04:09
Этот пидрила сбоит ппц
<!-- Обтекание текста слева/справа -->
<style type="text/css">
.post-content p{clear:both}.post-content abbr[title^="float:"]{text-decoration:none;pointer-events:none;margin:.5em}
.post-content abbr[title="float:left"]{float:left}.post-content abbr[title="float:right"]{float:right}
</style>
<script type="text/javascript">
FORUM.set('editor.addition.tags.float_left', {name:'Обтекание слева',onclick:function(){bbcode('','');}});
FORUM.set('editor.addition.tags.float_right', {name:'Обтекание справа',onclick:function(){bbcode('','');}});
</script>
Поделиться414.03.2025 14:30
<!--Стрелочки-->
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery('.yrarrows .top').click(function () {
jQuery('html, body').stop().animate({scrollLeft: 0, scrollTop:0}, 1000);
return false;
});
jQuery('.yrarrows .bottom').click(function () {
jQuery('html, body').stop().animate({scrollLeft: 0, scrollTop:jQuery('body').height() - jQuery(window).height()}, 1000);
return false;
});
});
</script>
<div class="yrarrows" style="position:fixed; right:0.3%; bottom:45%;"><a title="Наверх" href="#top" class="top"><img src="https://forumstatic.ru/files/0011/93/3d/41028.png" alt="В верх страницы" border="0"></a>
<br/><br/>
<a href="#bottom" class="bottom" title="Вниз"><img src="https://forumstatic.ru/files/0011/93/3d/40956.png" alt="В низ страницы" border="0"></a></div>