Единый форум поддержки

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

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


Вы здесь » Единый форум поддержки » Форум для новичков » Новогодние украшения


Новогодние украшения

Сообщений 381 страница 400 из 1011

381

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

Время указывается в конце и все без запятых
("7 February 2014 19:00");

Ха! Сработало!!! Deff, в сотый раз СПАСИБО!

0

382

Sportbar.mybb
ПОСТАВИЛА СЕБЕ ТАКОЙ ЖЕ СКРИН,МНЕ КАЖЕТСЯ ОН КАК ТО НЕ КОРРЕКТНО ОТОБРАЖАЕТСЯ http://kees.3bb.ru/

0

383

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

ПОСТАВИЛА СЕБЕ ТАКОЙ ЖЕ СКРИН,МНЕ КАЖЕТСЯ ОН КАК ТО НЕ КОРРЕКТНО ОТОБРАЖАЕТСЯ http://kees.3bb.ru/

вообще не вижу у вас на форуме

0

384

Скоро так сказать НГ, тему прикрепляю..

+4

385

Вот нашел: Елка: До Нового Года осталось... Идея интересная, несколько доработать надо, но может кому пригодится:

ЕЛКА: ДО НОВОГО ГОДА ОСТАЛОСЬ...

Будем делать новогоднюю ёлку с обратным отсчетом времени до Нового года. Ёлка сделана на CSS3, а счетчик использует jQuery плагин. И плюс шарики с пожеланиями.

Разметка HTML

<div class="text">

Код:
До Нового Года осталось...</div>
<div class="fir-tree">
    <div class="stem"></div>
    <div class="conf-stem"></div>
    <div class="a"></div>
    <div class="b"></div>
    <div class="c"></div>
    <div class="d"></div>
    <div class="e"></div>

    <div class="f"></div>
    <div class="g"></div>
    <div class="h"></div>
    <div class="i"></div>
    <div class="j"></div>
    <div class="k"></div>
    <div class="l"></div>

    <div id="bauble-container">
        <div id="star-five"></div>
        <div class="desc">
            <div class="bauble red-bauble" id="bauble1"></div>
            <small>Дед Мороз прислал нам ёлку,<br/> Огоньки на ней зажёг,<br/> И блестят на ней иголки,<br/> А на веточках - снежок!</small>
        </div>
    
        <div class="desc">
            <div class="bauble blue-bauble" id="bauble2"></div>
            <small>Засверкай, огнями елка,<br/> Hac на праздник позови!<br/> Все желания исполни,<br/> Все мечты осуществи!</small>
        </div>

        <div class="desc">
            <div class="bauble yellow-bauble" id="bauble3"></div>
            <small>Стоит она пушистая,<br/> От снега серебристая!<br/> Красивые иголки<br/> У новогодней ёлки. </small>
        </div>

        <div class="desc">
            <div class="bauble green-bauble" id="bauble4"></div>
            <small>Здравствуй, праздник новогодний,<br/> Праздник ёлки и зимы!<br/> Всех друзей своих сегодня<br/> Позовём на ёлку мы. </small>
        </div>

        <div class="desc">
            <div class="bauble yellow-bauble" id="bauble5" style="margin-left: 70px"></div>
            <small>Стоит она пушистая,<br/> От снега серебристая!<br/> Красивые иголки<br/> У новогодней ёлки. </small>
        </div>

        <div class="desc">
            <div class="bauble red-bauble" id="bauble6"></div>
            <small>Висят на ветках шарики,<br/> Волшебные фонарики,<br/> И бусы и снежинки,<br/> И голубые льдинки!</small>
        </div>

        <div class="desc">
            <div class="bauble blue-bauble" id="bauble7" style="margin-left: 20px"></div>
            <small>Висят на ветках шарики,<br/> Волшебные фонарики,<br/> И бусы и снежинки,<br/> И голубые льдинки!</small>
        </div>

        <div class="desc">
            <div class="bauble red-bauble" id="bauble8" style="margin-left: 80px"></div>
            <small>Висят на ветках шарики,<br/> Волшебные фонарики,<br/> И бусы и снежинки,<br/> И голубые льдинки!</small>
        </div>

        <div class="desc">
            <div class="bauble yellow-bauble" id="bauble9" style="margin-left: 0px;"></div>
            <small>Стоит она пушистая,<br/> От снега серебристая!<br/> Красивые иголки<br/> У новогодней ёлки.</small>
        </div>

        <div class="desc">
            <div class="bauble green-bauble" id="bauble10" style="margin-left: 100px"></div>
            <small>Дети водят хоровод,<br/> Хлопают в ладоши.<br/> Здравствуй, здравствуй,<br/> Новый год! Ты такой хороший!</small>
        </div>

        <div class="desc">
            <div class="bauble withe-bauble" id="bauble11"></div>
            <small>Засверкай, огнями елка,<br/> Hac на праздник позови!<br/> Все желания исполни,<br/> Все мечты осуществи!</small>
        </div>

        <div class="desc">
            <div class="bauble yellow-bauble" id="bauble12" style="margin-left: 120px; margin-top:-5px;"></div>
            <small>Висят на ветках шарики,<br/> Волшебные фонарики,<br/> И бусы и снежинки,<br/> И голубые льдинки!</small>
        </div>

    </div>

    <div class="timer">
        <div id="defaultCountdown"></div>
    </div>

</div>
CSS
Код:
body {
    background: White;
}

.text {

   margin: 0 auto;
    width: 800px;
    font-size: 40px;
    color: #000; 
    font-family:  Verdana, Arial;
    text-align: center;
    font-weight:bold;
    text-shadow: 4px 4px 7px rgba(0,0,0,0.2),
                 0px -6px 38px rgba(255,255,255,0.3);
}

.fir-tree {
    position: absolute;
    top: 80%;
    left: 45%;
    width: 100px;
    height: 30px;
}

.fir-tree .conf-stem {
    position: absolute;
    top: 14px;
    width: 100px;
    border-bottom: 16px solid Silver;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    height: 0;    
}

.fir-tree .stem {
    position: absolute;
    top: -120%;
    left: 41%;
    width: 30px;
    height: 60px;
    background: Brown;
}
 
.fir-tree .a {
    position: inherit;
    top: -430%;
    left: -65%;
    width:0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-bottom: 120px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px; 
}

.fir-tree .b {
    position: inherit;
    top: -485%;
    left: -55%;
    width:0;
    height: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-bottom: 110px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.fir-tree .c {
    position: inherit;
    top: -535%;
    left: -45%;
    width:0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 100px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.fir-tree .d {
    position: inherit;
    top: -585%;
    left: -35%;
    width:0;
    height: 0;
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-bottom: 90px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.fir-tree .e {
    position: inherit;
    top: -635%;
    left: -25%;
    width:0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-bottom: 80px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px; 
}

.fir-tree .f {
    position: inherit;
    top: -685%;
    left: -15%;
    width:0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 70px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.fir-tree .g {
    position: inherit;
    top: -725%;
    left: -5%;
    width:0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 60px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.fir-tree .h {
    position: inherit;
    top: -765%;
    left: 5%;
    width:0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.fir-tree .i {
    position: inherit;
    top: -805%;
    left: 15%;
    width:0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.fir-tree .j {
    position: inherit;
    top: -835%;
    left: 25%;
    width:0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.fir-tree .k {
    position: inherit;
    top: -855%;
    left: 35%;
    width:0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.fir-tree .l {
    position: inherit;
    top: -872%;
    left: 45%;
    width:0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid Green;
/* Only FF, Safari, Chrome (I don't use this in IE and Opera because this function doesn't work correctly) */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.fir-tree .timer{
    position: absolute;
    top: -670%;
    left: 10%;
    z-index: 50;
    font-size: 15px;
    color: #ffffff; 
    font-family:  Verdana, Arial;
}



/* Timer */
.countdown_show1 .countdown_section {
    width: 200%;
}
.countdown_show2 .countdown_section {
    width: 100%;
}
.countdown_show3 .countdown_section {
    width: 100%;
}
.countdown_show4 .countdown_section {
    width: 100%;
}
.countdown_show5 .countdown_section {
    width: 100%;
}
.countdown_show6 .countdown_section {
    width: 100%;
}
.countdown_show7 .countdown_section {
    width: 60%;
}
.countdown_section {
    display: block;
    float: left;
    font-size: 80%;
    text-align: center;
}
.countdown_amount {
    font-size: 200%;
}
.countdown_descr {
    display: block;
    width: 100%;
}
#bauble-container
{
  list-style: none; /* Remove bullets */
  width: 100px;
  padding: 0; 
  position: absolute;
  top: -250px;
}

#bauble-container div
{
  height: 10px;
  margin-bottom: 10px;
}


/* Style the bauble */
.bauble
{
    -moz-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: 0 0 5px #777777;
    box-shadow: 0 0 5px #777777;
    -webkit-box-shadow: 0 0 5px #777777;

    border: 1px solid rgba(0,0,0,0.3);
    position: relative;
    height: 10px;
    width: 10px;
    z-index: 9999;
    
    -moz-animation:loading 10s linear infinite;
    -webkit-animation:loading 10s linear infinite;
    -ms-animation:loading 10s linear infinite;
    -o-animation:loading 10s linear infinite;
    animation:loading 10s linear infinite;
}
#bauble1 { 
-moz-animation-delay:1.5s; 
-webkit-animation-delay:1.5s; 
-ms-animation-delay:1.5s; 
-o-animation-delay:1.5s; 
animation-delay:1.5s; 
}
#bauble2 { 
-moz-animation-delay:3s; 
-webkit-animation-delay:3s; 
-ms-animation-delay:3s; 
-o-animation-delay:3s; 
animation-delay:3s; 
}
#bauble3 { 
-moz-animation-delay:0.5s; 
-webkit-animation-delay:0.5s; 
-ms-animation-delay:0.5s; 
-o-animation-delay:0.5s; 
animation-delay:0.5s; 
}
#bauble4 { 
-moz-animation-delay:2s; 
-webkit-animation-delay:2s; 
-ms-animation-delay:2s; 
-o-animation-delay:2s; 
animation-delay:2s; 
}
#bauble5 { 
-moz-animation-delay:2.5s; 
-webkit-animation-delay:2.5s; 
-ms-animation-delay:2.5s; 
-o-animation-delay:2.5s; 
animation-delay:2.5s; 
}
#bauble6 { 
-moz-animation-delay:3.5s; 
-webkit-animation-delay:3.5s; 
-ms-animation-delay:3.5s; 
-o-animation-delay:3.5s; 
animation-delay:3.5s;  
}
#bauble7 { 
-moz-animation-delay:4s; 
-webkit-animation-delay:4s; 
-ms-animation-delay:4s; 
-o-animation-delay:4s; 
animation-delay:4s;  
}
#bauble8 { 
-moz-animation-delay:5s; 
-webkit-animation-delay:5s; 
-ms-animation-delay:5s; 
-o-animation-delay:5s; 
animation-delay:5s;  
}
#bauble9 { 
-moz-animation-delay:4.5s; 
-webkit-animation-delay:4.5s; 
-ms-animation-delay:4.5s; 
-o-animation-delay:4.5s; 
animation-delay:4.5s; 
}
#bauble10 { 
-moz-animation-delay:1.5s; 
-webkit-animation-delay:1.5s; 
-ms-animation-delay:1.5s; 
-o-animation-delay:1.5s; 
animation-delay:1.5s; 
}
#bauble11 { 
-moz-animation-delay:2.5s; 
-webkit-animation-delay:2.5s; 
-ms-animation-delay:2.5s; 
-o-animation-delay:2.5s; 
animation-delay:2.5s; 
}
#bauble12 { 
-moz-animation-delay:3.5s; 
-webkit-animation-delay:3.5s; 
-ms-animation-delay:3.5s; 
-o-animation-delay:3.5s; 
animation-delay:3.5s; 
}

@keyframes loading {
    0%{transform:scale(1,1);}
     30%{transform:scale(0.5,0.5);}
     60%{transform:scale(1.2,1.2);}
    100%{transform:scale(1,1);}
}
@-moz-keyframes loading {
    0%{-moz-transform:scale(1,1);}
     30%{-moz-transform:scale(0.5,0.5);}
     60%{-moz-transform:scale(1.2,1.2);}
    100%{-moz-transform:scale(1,1);}    
}
@-webkit-keyframes loading {
    0%{-webkit-transform:scale(1,1);}
     30%{-webkit-transform:scale(0.5,0.5);}
     60%{-webkit-transform:scale(1.2,1.2);}
    100%{-webkit-transform:scale(1,1);}    
}
@-ms-keyframes loading {
    0%{-ms-transform:scale(1,1);}
     30%{-ms-transform:scale(0.5,0.5);}
     60%{-ms-transform:scale(1.2,1.2);}
    100%{-ms-transform:scale(1,1);}
}
@-o-keyframes loading {
    0%{-o-transform:scale(1,1);}
     30%{-o-transform:scale(0.5,0.5);}
     60%{-o-transform:scale(1.2,1.2);}
    100%{-o-transform:scale(1,1);}
}

/* Colorize them */
.red-bauble
{
    background: #c8171f;
    background: -moz-radial-gradient(center 45deg,circle cover, #f9d0be, #c8171f);
    background: -webkit-radial-gradient(center,circle cover, #f9d0be, #c8171f);
    margin-left: 50px;
}

.blue-bauble
{
    background: #00a1ee; /* Fallback */
    background: -moz-radial-gradient(center 45deg,circle cover, #cde6f9, #00a1ee);
    background: -webkit-radial-gradient(center,circle cover, #cde6f9, #00a1ee);
    margin-left: 40px;
}

.yellow-bauble
{
    background: #fcb83d; /* Fallback */    
    background: -moz-radial-gradient(center 45deg,circle cover, #fcf3a6, #fcb83d);
    background: -webkit-radial-gradient(center,circle cover, #fcf3a6, #fcb83d);
    margin-left: 60px;
}

.green-bauble
{
    background: #4d8d00; /* Fallback */
    background: -moz-radial-gradient(center 45deg,circle cover, #d1e5b2, #4d8d00);
    background: -webkit-radial-gradient(center,circle cover, #d1e5b2, #4d8d00);
    margin-left: 30px;
}
.withe-bauble
{
    background: #fff; /* Fallback */
    background: -moz-radial-gradient(center 45deg,circle cover, #fff, #000);
    background: -webkit-radial-gradient(center, circle cover, rgba(255,255,255,1) 0%,rgba(0,0,0,0) 100%);
    margin-left: -20px;
}

.desc{
    width:10px;
    position: relative;
}
.desc small { 
    background:Azure; 
    text-align:center; 
    width:220px; 
    padding:5px; 
    border: 1px solid Highlight; 
    border-radius:3px; 
    display:none; 
    color: ActiveCaption; 
    font-size:0.8em; 
    text-indent:0;
    z-index: 9999;    
}

.desc:hover small { 
    display:block; 
    position:absolute; 
    top:0px; 
    left:50%; 
    margin:-70px; 
    z-index:9999; 
    -moz-animation:mymove .25s linear;  
    -webkit-animation:mymove .25s linear; 
} 
#star-five {
   margin: 0;
   position: absolute;
   display: block;
   color: red;
   width: 0px;
    left:45px;
    top: -15px;
   height: 0px !important;
   border-right:  10px solid transparent;
   border-bottom: 8px  solid red;
   border-left:   10px solid transparent;
   -moz-transform:    rotate(35deg);
   -webkit-transform: rotate(35deg);
   -ms-transform:     rotate(35deg);
   -o-transform:      rotate(35deg);
    box-shadow:0 0 9px red;
}
#star-five:before {
   border-bottom: 6px solid red;
   border-left: 3px solid transparent;
   border-right: 3px solid transparent;
   position: absolute;
   height: 0;
   width: 0;
   top: -4px;
   left: -6px;
   display: block;
   content: '';
   -webkit-transform: rotate(-35deg);
   -moz-transform:    rotate(-35deg);
   -ms-transform:     rotate(-35deg);
   -o-transform:      rotate(-35deg);
   box-shadow:0 0 9px red;
}
#star-five:after {
   position: absolute;
   display: block;
   color: red;
   top: 0px;
   left: -10px;
   width: 0px;
   height: 0px;
   border-right: 10px solid transparent;
   border-bottom: 8px solid red;
   border-left: 10px solid transparent;
   -webkit-transform: rotate(-70deg);
   -moz-transform:    rotate(-70deg);
   -ms-transform:     rotate(-70deg);
   -o-transform:      rotate(-70deg);
   content: '';
    box-shadow:0 0 9px red;
}
javascript
Код:
<script type="text/javascript">
    $(function () {
        var austDay = new Date(2011, 1, 1, 00, 00, 00) ;
        austDay = new Date(austDay.getFullYear() + 1, 1 - 1, 1);
        $('#defaultCountdown').countdown({until: austDay});
        $('#year').text(austDay.getFullYear());
    });
</script>

+1

386

Привет всем! Скрипты классные, некоторые к себе на форум поставил, по старым темам тоже полазил, жаль, что если все сразу да понаставить, дребедень получается, а то бы все и поставил)
Я вот по какому вопросу - полазил я по темам, и попалсяя скрипт с елочной гирляндой вдоль верха форума. А он не работает. Попробовал другой, а он черезчур... ну, с дизайном в художественном плане не вяжется. Вот код скрипта, вставлял в ХТМЛ-верх, автор/ктовыложил Fover.

Код:
<script type="text/javascript" src="http://forumstatic.ru/files/0013/49/9f/40966.js"></script>

0

387

Трансформероман написал(а):

Привет всем! Скрипты классные, некоторые к себе на форум поставил, по старым темам тоже полазил, жаль, что если все сразу да понаставить, дребедень получается, а то бы все и поставил)
Я вот по какому вопросу - полазил я по темам, и попалсяя скрипт с елочной гирляндой вдоль верха форума. А он не работает. Попробовал другой, а он черезчур... ну, с дизайном в художественном плане не вяжется. Вот код скрипта, вставлял в ХТМЛ-верх, автор/ктовыложил Fover.

есть  классный скрипт на гирлянду звуковую

HTML вверх

<!--Новогодняя гирлянда из шаров со звуком-->
<link rel="stylesheet" href="http://forumstatic.ru/files/0008/3e/ff/77702.css">
<script type="text/javascript" src="http://www.patmax.eu/J1/121209091631.js"></script>
<script type="text/javascript" src="http://www.patmax.eu/J1/121216092959.js"></script>
<script type="text/javascript" src="http://forumstatic.ru/files/0013/65/ed/78242.js"></script>
<!--окончание гирлянды-->

0

388

Трансформероман
Проверил, скрипт рабочий. Вы его ставили в HTML-верх, а его надо ставить в HTML-низ! Уже неоднократно об этом писалось, что скрипты ставятся в HTML-низ (кроме некоторых исключений, когда скрипты ставятся в HTML-верх, Форму ответа и Объявления, о которых пишется непосредственно в самом посте).

Отредактировано Reysler (Вс, 23 Ноя 2014 22:26:53)

0

389

Музыкальное поздравление с Новым Годом

(Спасибо Deff за помощь в адаптации для myBB)

Скриншоты:

В обычном состоянии выглядывает дед мороз

http://savepic.org/6540235m.jpg

При наведении на него курсора появляется олень

http://savepic.ru/6329211m.jpg

Кликнув на картинку откроется окно с музыкальной открыткой

http://savepic.org/6517707m.jpg

Установка:

В HTML-верх

<style>
#ded-moroz {
position:fixed;
background:url(http://forumstatic.ru/files/000a/45/08/50082.png) 100%  100% no-repeat;
bottom:0;
height:200px;
width:99px;
right:0;
}
#ded-moroz:hover {
position:fixed;
background:url(http://forumstatic.ru/files/000a/45/08/59685.png)100% 100% no-repeat;
bottom:0;
height:250px;
width:220px;
right:0;
}
</style>

В HTML-низ

СКРИПТ

<!--Контент всплывающего Окна для музыкальной позравлялки -->
<script type="text/javascript">

function contentPage_NewYar (){ /*==123==;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>С Новым 2015 Годом !</title>
<link rel="stylesheet" type="text/css" media="all" href="http://forumstatic.ru/files/000a/45/08/43781.css"/>

</head>
<body>

<!-- Фон открытки -->
<style type="text/css">
#newyear{
background:url(http://sa.uploads.ru/hAQlK.jpg) no-repeat top center;
}
</style>

<!-- отступы текста внутри картинки -->
<style type="text/css">
.newyear-pozdrava{
padding:150px 90px 90px !important;
}
</style>

<!-- оформление текста заголовка -->
<style type="text/css">
.newyear-pozdrava-title{
text-align:center;font:italic 32px/32px Georgia;color:#B22222;text-shadow:2px 2px 2px #fff !important;
}
</style>

<!-- оформление текста поздравления -->
<style type="text/css">
.newyear-pozdrava-desc{
text-align:justify;font:italic 21px/21px Georgia;color: #D0B857;text-shadow:1px 1px 0px #ff0000;line-height:1.2 !important;
}
</style>

<script type="text/javascript" src="http://forumstatic.ru/files/000a/45/08/53378.js"><\/script>
<script type="text/javascript">
$$r(function() {
$$i({
    create:'script',
    attribute: {
    'type':'text/javascript',
    'src':'http://forumstatic.ru/files/0013/61/d9/37360.js'
    },
    insert:$$().body,
    onready:function() {
    modules.sound.start({'music': 'http://megascripts.ru/demo/ded-moroz/jingle-bells.mp3'});
    $$('sound_s_el_m').$$('width','1px').$$('height','1px').$$('overflow','hidden');
    }
});
});
<\/script>

<div id="newyear">
<div class="newyear-sneg-layer1"></div>
<div class="newyear-sneg-layer2"></div>

<div class="newyear-pozdrava">
<div class="newyear-pozdrava-title">С Новым 2015 Годом !!!</div><br>
<div class="newyear-pozdrava-desc">
Желаю в наступающем новом году, чтобы Вы нашли волшебную шкатулку и достали из нее любовь и достаток в свой дом, улыбки друзей, уважение коллег, признание начальства, здоровье для себя и своих близких, удачу во всех делах, хорошее настроение, улыбки и море позитива на весь год.<br>
Удачи, море веселья и всего самого наилучшего Вам.<br> С наступающим Новым 2015 Годом дорогие друзья!!!<br><br>Администратор форума udomovogo.rusff.ru
</div>
</div>
</div>

</body>
</html>
==123==;*/
} contentPage_NewYar = contentPage_NewYar.toString().split('==123==;')[1].replace(/<\\\/script/gim,'<'+'/script');
</script>

<a href="#" target="_blank" onClick="popupWin = window.open('', 'new_year', 'width=834, height=602, top='+((screen.height-700)/2)+',left='+((screen.width-850)/2)+', resizable=yes, scrollbars=no, status=yes');popupWin.document.write(contentPage_NewYar);popupWin.document.close();popupWin.focus(); return false;"><div id="ded-moroz"></div></a>

Заголовок и текст поздравления меняйте на свои.

ДЕМО


Вариант без текста в скрипте.
Просто рисуете в фотошопе или заказываете где либо картинку с необходимым текстом и в скрипте меняете фон.

В HTML-верх так же ставите код

<style>
#ded-moroz {
position:fixed;
background:url(http://forumstatic.ru/files/000a/45/08/50082.png) 100%  100% no-repeat;
bottom:0;
height:200px;
width:99px;
right:0;
}
#ded-moroz:hover {
position:fixed;
background:url(http://forumstatic.ru/files/000a/45/08/59685.png)100% 100% no-repeat;
bottom:0;
height:250px;
width:220px;
right:0;
}
</style>

А это ставите в HTML-низ

СКРИПТ

<!--Контент всплывающего Окна для музыкальной позравлялки -->
<script type="text/javascript">
function contentPage_NewYar (){ /*==123==;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>С Новым 2015 Годом !</title>
<link rel="stylesheet" type="text/css" media="all" href="http://forumstatic.ru/files/000a/45/08/43781.css"/>
</head>
<body>
<!-- Фон открытки -->
<style type="text/css">
#newyear{
background:url(ссылка на картинку фон) no-repeat top center;
}
</style>

<script type="text/javascript" src="http://forumstatic.ru/files/000a/45/08/53378.js"><\/script>
<script type="text/javascript">
$$r(function() {
$$i({
    create:'script',
    attribute: {
    'type':'text/javascript',
    'src':'http://forumstatic.ru/files/0013/61/d9/37360.js'
    },
    insert:$$().body,
    onready:function() {
    modules.sound.start({'music': 'http://megascripts.ru/demo/ded-moroz/jingle-bells.mp3'});
    $$('sound_s_el_m').$$('width','1px').$$('height','1px').$$('overflow','hidden');
    }
});
});
<\/script>
<div id="newyear">
<div class="newyear-sneg-layer1"></div>
<div class="newyear-sneg-layer2"></div>
<div class="newyear-pozdrava">

</div>
</div>
</body>
</html>
==123==;*/
} contentPage_NewYar = contentPage_NewYar.toString().split('==123==;')[1].replace(/<\\\/script/gim,'<'+'/script');
</script>
<a href="#" target="_blank" onClick="popupWin = window.open('', 'new_year', 'width=834, height=602, top='+((screen.height-700)/2)+',left='+((screen.width-850)/2)+', resizable=yes, scrollbars=no, status=yes');popupWin.document.write(contentPage_NewYar);popupWin.document.close();popupWin.focus(); return false;"><div id="ded-moroz"></div></a>

Код для фона выделен красным цветом
Картинка должна быть размером 830х600px

Пример картинки

http://savepic.org/6519564m.jpg

+11

390

Домовой написал(а):

Музыкальное поздравление с Новым Годом

(Спасибо Deff за помощь в адаптации для myBB)

спасибо, установила, посмотрела, все работает  :cool:

0

391

Домовой написал(а):

389

:cool: вот это супер! Спасибо вам с Деффом огромное!

0

392

Спасибо за музыкальное поздравление!!!!

0

393

Домовой написал(а):

Музыкальное поздравление с Новым Годом
(Спасибо Deff за помощь в адаптации для myBB)

Спасибо вам огромное за музыкальное поздравление!!!!
Олень просто Суперский!!! http://smayls.ru/data/smiles/smayliki-privetstvie-282.gif

0

394

Класс!
Спасибо, Домовой!  Спасибо, Дефф! 
(и - да, олень афигенный! )

http://s6.uploads.ru/bljkn.gif

http://s7.uploads.ru/t/rybe0.jpg

Отредактировано Dango (Чт, 27 Ноя 2014 17:54:13)

0

395

Кликнув на картинку откроется окно с музыкальной открыткой

Здравствуйте! Что-то не открывается открытка на нашем форуме http://yarparaplan.webtalk.ru/ Так, сообразила. Доработаю попозже.

Не, все же не получается почему-то.. ( В чем причина, подскажите пожалуйста.

Отредактировано Feya (Пн, 1 Дек 2014 17:35:28)

0

396

Feya, не наю, у меня всё открылось: http://sa.uploads.ru/qpTVO.png

+1

397

Feya, я тоже посмотрел, работает.
Только вам надо в настройках поменять размер окна в соответствии с картинкой.

+1

398

Feya

Вот подогнал размеры картинки к требуемым => http://sa.uploads.ru/zWBMI.jpg

0

399

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

Вот подогнал размеры картинки к требуемым

Спасибо!!  :blush:  Поняла, что размер тут имеет значение, но уже не успела на работе подправить, убегать пришлось. :)

А можно само поздравление сместить в верхнюю часть фонового снимка нашего города??  :flirt: Надеюсь, я не очень нахальна? )) Кстати, поздравляю всех с первым днем зимы!  :)

0

400

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

А можно само поздравление сместить в верхнюю часть фонового снимка нашего города??

В скрипте найдите код

<!-- отступы текста внутри картинки -->
<style type="text/css">
.newyear-pozdrava{
padding:150px 90px 90px !important;
}
</style>

В коде значение 150px поменяйте на меньшее значение. К примеру 50px

0


Вы здесь » Единый форум поддержки » Форум для новичков » Новогодние украшения