Шитпостинг

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

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


Вы здесь » Шитпостинг » Вопросы по скриптам » tratata


tratata

Сообщений 31 страница 40 из 44

31

<!-- Предпросмотр и Редактирование постов в Топике v3.00 -->
<style type="text/css">
#post-form.moved-form {
margin:17px 0;
outline:#E07171 dashed 2px;
}
#down-Arrow img {
background: 0 1px  url(http://s7.uploads.ru/eoiJv.png) no-repeat;
  opacity:1.0;
  transition-duration: .1s;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  -ms-transition-duration: .1s; /* IE9+ */
}
#down-Arrow img:hover {
background-position:  0 2px;
opacity:0.96;
}
#post-form h2.load small{
display:inline-block!important;
}
#regim-checkbox {
float:left;
display:inline-block;
position:relative;
z-index:100;
margin-left:-29px;
margin-top: 2px;
padding-left: 10px;
padding-right: 17px;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0013/61/e9/90516.js"></script>

<!-- Предпросмотр и Редактирование постов в Топике v3.00 -->
<style type="text/css">
#post-form.moved-form {
margin:17px 0;
outline:#E07171 dashed 2px;
}
#down-Arrow img {
background: 0 1px  url(http://s7.uploads.ru/eoiJv.png) no-repeat;
  opacity:1.0;
  transition-duration: .1s;
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  -ms-transition-duration: .1s; /* IE9+ */
}
#down-Arrow img:hover {
background-position:  0 2px;
opacity:0.96;
}
#post-form h2.load small{
display:inline-block!important;
}
#regim-checkbox {
float:left;
display:inline-block;
position:relative;
z-index:100;
margin-left:-29px;
margin-top: 2px;
padding-left: 10px;
padding-right: 17px;
}
</style>
<script type="text/javascript" src="https://forumstatic.ru/files/0013/61/e9/90516.js"></script>

Отредактировано E2 (2014-01-22 08:50 pm)

32

Свернутый текст

<nav id="dr-menu" class="dr-menu">
    <div class="dr-trigger"><span class="dr-icon dr-icon-menu"></span><a class="dr-label">Account</a></div>
    <ul>
    <br>

        <li><a class="dr-icon dr-icon-camera" href="#">Videos</a></li>
        <li><a class="dr-icon dr-icon-heart" href="#">Favorites</a></li>
        <li><a class="dr-icon dr-icon-bullhorn" href="#">Subscriptions</a></li>
        <li><a class="dr-icon dr-icon-download" href="#">Downloads</a></li>
        <li><a class="dr-icon dr-icon-settings" href="#">Settings</a></li>
        <li><a class="dr-icon dr-icon-switch" href="#">Logout</a></li>
    </ul>
</nav>

<style>
.dr-menu {
    width: 100%;
    max-width: 200px;
    min-width: 20px;
    position: relative;
    font-size: 1.3em;
    line-height: 2.5;
    font-weight: 400;
    color: #fff;
    padding-top: 2em;
}
.dr-menu > div  {
    cursor: pointer;
    position: absolute;
    width: 100%;
    z-index: 100;
}
.dr-menu > div .dr-icon {
    top: 0;
    left: 0;
    position: absolute;
    font-size: 150%;
    line-height: 1.6;
    padding: 0 10px;
    transition: all 0.4s ease;
}
.dr-menu.dr-menu-open > div .dr-icon {
    color: #60a773;
    left: 100%;
    transform: translateX(-100%);
}
.dr-menu > div .dr-icon:after {
    content: "\e008";
    position: absolute;
    font-size: 50%;
    line-height: 3.25;
    left: -10%;
    opacity: 0;
}
.dr-menu.dr-menu-open > div .dr-icon:after {
    opacity: 1;
}
.dr-menu > div .dr-label {
    padding-left: 3em;
    position: relative;
    display: block;
    color: #60a773;
    font-size: 0.9em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 2.75;
    transition: all 0.2s ease-in;
}

.dr-menu.dr-menu-open > div .dr-label {
    transform: translateY(-90%);
}
.dr-menu ul {
    padding: 0;
    margin: 0 3em 0 0;
    list-style: none;
    opacity: 0;
    position: relative;
    z-index: 0;
    pointer-events: none;
    transition: opacity 0s linear 205ms;
}
.dr-menu.dr-menu-open ul {
    opacity: 1;
    z-index: 200;
    pointer-events: auto;
    transition: opacity 0s linear 0s;
}
.dr-menu ul li {
    display: block;
    margin: 0 0 5px 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dr-menu.dr-menu-open ul li {
    opacity: 1;
}
.dr-menu.dr-menu-open ul li:nth-child(2) {
    transition-delay: 35ms;
}

.dr-menu.dr-menu-open ul li:nth-child(3) {
    transition-delay: 70ms;
}

.dr-menu.dr-menu-open ul li:nth-child(4) {
    transition-delay: 105ms;
}

.dr-menu.dr-menu-open ul li:nth-child(5) {
    transition-delay: 140ms;
}

.dr-menu.dr-menu-open ul li:nth-child(6) {
    transition-delay: 175ms;
}

.dr-menu.dr-menu-open ul li:nth-child(7) {
    transition-delay: 205ms;
}
.dr-menu ul li a {
    display: inline-block;
    padding: 0 20px;
    color: #fff;
}
.dr-menu ul li a:hover {
    color: #60a773;
}
.dr-icon:before,
.dr-icon:after {
    position: relative;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.dr-menu ul .dr-icon:before {
    margin-right: 15px;
}

.dr-icon-bullhorn:before {
    content: "\e000";
}

.dr-icon-camera:before {
    content: "\e002";
}

.dr-icon-heart:before {
    content: "\e003";
}

.dr-icon-settings:before {
    content: "\e004";
}

.dr-icon-switch:before {
    content: "\e005";
}

.dr-icon-download:before {
    content: "\e006";
}

.dr-icon-user:before {
    content: "\e001";
}

.dr-icon-menu:before {
    content: "\e007";
}

@font-face {
font-family: 'icomoon';
src:url('https://cloclo9.datacloudmail.ru/view//WEB/icomoon.eot');
src:url('https://cloclo9.datacloudmail.ru/view//WEB/icomoon.eot?#iefix') format('embedded-opentype'),
    url('https://cloclo9.datacloudmail.ru/view//WEB/icomoon.woff') format('woff'),
    url('https://cloclo9.datacloudmail.ru/view//WEB/icomoon.ttf') format('truetype'),
    url('https://cloclo9.datacloudmail.ru/view//WEB/icomoon.dev.svg#icomoon') format('svg');

</style>

<script>
var YTMenu = (function() {

    function init() {

        [].slice.call( document.querySelectorAll( '.dr-menu' ) ).forEach( function( el, i ) {

            var trigger = el.querySelector( 'div.dr-trigger' ),
                icon = trigger.querySelector( 'span.dr-icon-menu' ),
                open = false;

            trigger.addEventListener( 'click', function( event ) {
                if( !open ) {
                    el.className += ' dr-menu-open';
                    open = true;
                }
            }, false );

            icon.addEventListener( 'click', function( event ) {
                if( open ) {
                    event.stopPropagation();
                    open = false;
                    el.className = el.className.replace(/\bdr-menu-open\b/,'');
                    return false;
                }
            }, false );

        } );

    }

    init();

})();

</script>

33

http://hostiza.ru/1390886567.zip

34

http://hostiza.ru/1390838497.jpg

35

вот еще глюк майбб: скрытый текст без рамочки  :playful:


так реализуется

Код:
[video][hide=9999][/hide][/video]

36

123

37

лол!

38

5 апреля, то есть три дня назад, началось невиданное падение посещаемости с Google.ru, нашей опоры. Причиной сильного падения посещаемости стал фильтр, под который мы смогли угодить. Не могу дать гарантий, что мы сможем выкарабкаться с этой чудовищной пропасти. Я стараюсь исправить все что только можно, трачу время на скрытие фильтрованных тем, но тем не менее, что будет дальше знает только google... Первый раз за два года мы близки к гибели. Если форум умрет, я обязательно посвещу ему длинную статью о всей его жизни.. Ведь за два года мы сделали очень многое, мы не раз помогали людям, нас не раз благодарили... Жизнь или смерть — покажет только время. Тем не менее нам очень хочется жить...
08.03.13

39

ssdsdsd

40

asdssddsds

Быстрый ответ

Напишите ваше сообщение и нажмите «Отправить»



Вы здесь » Шитпостинг » Вопросы по скриптам » tratata