Черновики Французского романа плаща и шпаги

User info

Welcome, Guest! Please login or register.



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

Posts 11 to 14 of 14

11

<!--кнопки вверх вниз-->
<div class="go-up" id='ToTop'><img src="https://forumstatic.ru/files/0016/e0/e3/61926.png" border="0" /></div>
<div class="go-down" id='OnBottom'><img src="https://forumstatic.ru/files/0016/e0/e3/89179.png" border="0" /></div>
<style>
.go-up,.go-down {
display:none;
position:fixed; /*позиционируем*/
right:30px; /*указываем положение, если слева - left*/
z-index:9999; /*показываем поверх все элементов на странице*/
cursor:pointer;
opacity:.9; /*прозрачность*/
margin-bottom:90px; /*отступ снизу (можно не указывать)*/
width:64px; /*ширина кнопки*/
height:107px; /*высота кнопки*/
}
.go-up {
bottom:200px; /*положение от низа окна браузера верхняя кнопка*/
}
.go-down {
bottom:80px; /*положение от низа окна браузера нижняя кнопка кнопка*/
}
.go-down:hover,.go-up:hover {
opacity:1;
}
</style>

<!--кнопки вверх вниз-->
<script type="text/javascript">
$(function(){
if ($(window).scrollTop()>="250") $("#ToTop").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()<="250") $("#ToTop").fadeOut("slow")
  else $("#ToTop").fadeIn("slow")
});
if ($(window).scrollTop()<=$(document).height()-"999") $("#OnBottom").fadeIn("slow")
$(window).scroll(function(){
  if ($(window).scrollTop()>=$(document).height()-"999") $("#OnBottom").fadeOut("slow")
  else $("#OnBottom").fadeIn("slow")
});
$("#ToTop").click(function(){$("html,body").animate({scrollTop:0},"slow")})
$("#OnBottom").click(function(){$("html,body").animate({scrollTop:$(document).height()},"slow")})
});
</script>

12

<script type="text/javascript">
        $(document).ready(function(){
        myarray=new Array(
        "Страницы истории", "https://forumstatic.ru/files/0016/e0/e3/47363.png",

        "Маргиналии, сноски, пометки", "https://forumstatic.ru/files/0016/e0/e3/11248.png",
        "Черновики и наброски", "https://forumstatic.ru/files/0016/e0/e3/69732.png",
        "Предания, тайны и легенды", "https://forumstatic.ru/files/0016/e0/e3/27529.png",
   "Между строк", "https://forumstatic.ru/files/0016/e0/e3/75479.png",
   "Вместо эпилога", "https://forumstatic.ru/files/0016/e0/e3/52559.png",

        "Статистика форума", "https://forumstatic.ru/files/0016/e0/e3/62970.png"
                   
        )
                $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i)
                {
        for(q=0;q<myarray.length;q++)
  {
        var cssObj = {
            "height":"50px",
"width":"700px",
"margin-left": "100px",
          "background-color": "transparent",
           "background-image":"url("+myarray[q+1]+")",
           "background-position":"50% 50%",
           "background-repeat":"no-repeat", 
           "font-size": "0"   
        }
                if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
                q++}
            });
        });
        </script>

<script type="text/javascript">
        $(document).ready(function(){
        myarray=new Array(

        "Часть третья Вместо предисловия", "https://forumstatic.ru/files/0016/e0/e3/75097.png",
   
   "Часть вторая Страницы истории", "https://forumstatic.ru/files/0016/e0/e3/67221.png",
   "Часть первая Страницы истории", "https://forumstatic.ru/files/0016/e0/e3/38747.jpg"
                   
        )
                $("#pun-index div.category h2,#pun-index #pun-stats h2").each(function (i)
                {
        for(q=0;q<myarray.length;q++)
  {
        var cssObj = {
            "height":"137px",
"width":"750px",
"margin-left": "100px",
          "background-color": "transparent",
           "background-image":"url("+myarray[q+1]+")",
           "background-position":"50% 50%",
           "background-repeat":"no-repeat", 
           "font-size": "0"   
        }
                if($(this).children("span").text()==myarray[q])$(this).css(cssObj);
                q++}
            });
        });
        </script>

13

[img]https://forumstatic.ru/files/0016/e0/e3/11082.png[/img]
[img]http://savepic.net/7446436.jpg[/img]
[img]http://savepic.net/7443364.jpg[/img]

14

[dice=5808-1:10:0:Shoot] Попал, промазал, убил



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