Здесь делается вжух 🪄

    the best: post, episode, couple: Darren/Anthony

    Sound Of The Machine

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

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


    Вы здесь » Sound Of The Machine » the angel of the odd: » графика/скрипты


    графика/скрипты

    Сообщений 1 страница 30 из 31

    1

    я в ахуе

    0

    2

    https://i.imgur.com/tA5hHT2.png https://i.imgur.com/8uynWY5.png https://i.imgur.com/3ns9FA9.png

    0

    3

    https://i.imgur.com/zFDILuc.png
    https://i.imgur.com/zBC4dff.png

    [nick]TREVOR CUNNINGHAM[/nick]

    0

    4

    https://i.imgur.com/9tSxvYy.jpg
    https://i.imgur.com/MGCUyJm.jpg
    https://i.imgur.com/Ng5wlnV.jpg
    или
    https://i.imgur.com/mnDl7cF.jpg

    0

    5

    https://i.imgur.com/PDihVaH.png

    https://i.imgur.com/Ng5wlnV.jpg

    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/PDihVaH.png[/img][/url][/align]
    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/Ng5wlnV.jpg[/img][/url][/align]

    https://i.imgur.com/9tSxvYy.jpg

    https://i.imgur.com/MGCUyJm.jpg

    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/9tSxvYy.jpg[/img][/url][/align]
    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/MGCUyJm.jpg[/img][/url][/align]

    +1

    6

    https://i.imgur.com/2kNplPK.png
    https://i.imgur.com/lRBSYpE.png

    +1

    7

    https://i.imgur.com/jnaigd8.png

    +1

    8

    <!--дикий макс-->
    <script type="text/javascript">
    $("<div id='ded'><a href='https://nobalance.ru/profile.php?id=5' target='_blank' original-title='дед'>*</a></div>").insertBefore($("div.post-author"));
    </script>
    <style>div#ded a {position: absolute;
        color: #ff5200!important;
        text-transform: uppercase;
        font-size: 70px;
        font-weight: 100;
        margin-top: -29px!important;
        margin-left: 216px;
        font-family: 'arial black';
        letter-spacing: 0px;
        z-index: 999;}</style>
    <!--дико извиняется-->

    +1

    9

    сердечко макса
    Код:
    div .post-rating p>a {
        text-align: center;
        outline: 1px solid transparent;
        font-weight: 700;
        cursor: pointer;
        animation: fave-heart 1s steps(28);
        background: url(https://cssanimation.rocks/images/posts/steps/heart.png) no-repeat;
        /* background-size: 38px auto; */
        position: relative;
        padding-left: 12px;
        padding-top: 32px;
        z-index: 100;
        width: 77px;
        height: 63px;
        text-align: center;
        font-size: 12px !important;
        display: inline-block;
        vertical-align: middle;
        line-height: 34px;
        letter-spacing: -1px;
        color: #336B5E;
    }
    
    div .post-rating p>a:hover {
        background-position: -2800px 0px;
        transition: background 1s steps(28);
        color: aliceblue!important;
    }
    
    @keyframes fave-heart {
      0% {
        background-position: 0 0;
      }
      100% {
        background-position: -2800px 0;
      }
    }

    +1

    10

    картинкой

    Код:
    .pa-fld3 a {
        position: absolute;
        color: #ff5200 !important;
        text-transform: uppercase;
        font-size: 0px;
        font-weight: 100;
        margin-top: 5px!important;
        margin-left: 204px;
        width: 32px;
        height: 32px;
        background: url(https://i.imgur.com/3WXjd5i.png) no-repeat;
    }
    
    .pa-fld3 a:before {
        content: '';
    
    }

    иконкой

    Код:
    .pa-fld3 a {
        position: absolute;
        color: #ff5200 !important;
        text-transform: uppercase;
        font-size: 0px;
        font-weight: 100;
        margin-top: 5px!important;
        margin-left: 204px;
    }
    
    .pa-fld3 a:before {
    content: "\f186";
        font-family: FontAwesomeSolid;
        font-size: 15px;
        padding: 5px;
        color: #1f2326;
    }

    +1

    11

    [html]
    <p class="gradient">
    мечта может стать опасной, если потерять контроль.
    </p>

    <style>
    .gradient {
      color: transparent;   
      -webkit-background-clip: text;
      background-clip: text;
      background-image: linear-gradient(to right, #008080, #800000);
            display: table;
    }
    </style>[/html]

    звуки макса
    Код:
    <!-- Music menu THX homoludens -->
    
       <audio id="sound-link1" preload="auto">
          <source src="https://forumstatic.ru/files/0017/50/e4/20407.ogg" type="audio/ogg">
       </audio>
    
     <audio id="sound-link2" preload="auto">
          <source src="https://forumstatic.ru/files/0017/50/e4/10968.ogg" type="audio/ogg">
      </audio>
    
     <audio id="sound-link3" preload="auto">
          <source src="https://forumstatic.ru/files/0017/50/e4/96564.ogg" type="audio/ogg">
      </audio>
    
    <script>
    var audio1 = $("#sound-link1")[0];
    $(".CLASS1").mouseover(function() {
      audio1.play();
    });
    
    var audio2 = $("#sound-link2")[0];
    $(".CLASS2").mouseover(function() {
      audio2.play();
    });
    
    var audio3 = $("#sound-link3")[0];
    $(".CLASS3").mouseover(function() {
      audio3.play();
    });
    </script>
    <!-- Конец -->

    +1

    12

    <! -- скрипт навигации выпадающим окном [основа скрипт вкладок https://imagiart.ru/, переработка вещего духа] -->
    <script type="text/javascript" src="https://forumstatic.ru/files/001a/18/bd/96460.js"></script>
    <div class="spirit-navigation" id="navig-batton" title="навигация">НАВИГАЦИЯ</div>
    <div id="navigblock" style="display:none"><div class="sslka">
    <!-- важные ссылки -->
    <a href="http://repatriates.rusff.me/viewtopic.php?id=37#p3973">ИНФОРМАЦИЯ О МИРЕ</a>
    <a href="http://repatriates.rusff.me/viewtopic.php?id=36#p3972">СЮЖЕТ + ХРОНОЛОГИЯ</a>
    <a href="http://repatriates.rusff.me/viewtopic.php?id=34#p3967">ОРГАНИЗАЦИИ</a>
    <a href="http://repatriates.rusff.me/viewtopic.php?id=46#p3997">ЗАНЯТЫЕ ВНЕШНОСТИ</a>
    <a href="http://repatriates.rusff.me/viewtopic.php?id=11#p19">БИРЖА ТРУДА</a>
    <a href="http://repatriates.rusff.me/viewtopic.php?id=38#p3989">ПРАВИЛА И ФАК</a>
    <a href="http://repatriates.rusff.me/viewtopic.php?id=39#p3990">НУЖНЫЕ ПЕРСОНАЖИ</a>
    </div></div>
    /* НАСТРОЙКА НАВИГАЦИИ */
    .forminput {
    width: 230px;
    height: 25px;
    font-size: 10px!important;
    font-family: 'roboto'!important;
    font-weight: 80000!important;
    background-color: #eae9e97d!important;
    border-style: solid 1px;
    border-color: #eae9e9;
    color: #000000!important;
    padding: 0px 0px 0px 3px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    }

    0

    13

    #p79,максек написал(а):

    сердечко макса

    Код:
    gfhg

    0

    14

    новые

    0

    15

    новое еще

    0

    16

    https://i.imgur.com/Cv1PRIu.png

    Код:
    <a href="https://nobalance.ru//" target="_blank"><img src="https://i.imgur.com/Cv1PRIu.png" width="88" height="31"></a>
    Код:
    [url=https://yourbalance.rusff.me/][img]https://i.imgur.com/Cv1PRIu.png[/img][/url]

    0

    17

    https://i.imgur.com/ymPuMCJ.png https://i.imgur.com/wGtMx5c.png https://i.imgur.com/a0wSPY6.png

    0

    18

    Full Moon - The Black Ghosts
    Decode  - Paramore
    Eyes On Fire - Blue Foundation
    Supermassive Black Hole - Muse
    Possibility - Lykke Li
    Friends - Band Of Skulls
    Rosyln - Bon Iver, St. Vincent

    0

    19

    https://i.imgur.com/lbCnJFu.png

    https://i.imgur.com/QhK430x.png

    https://i.imgur.com/PYa0dzk.png

    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/lbCnJFu.png[/img][/url][/align]
    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/QhK430x.png[/img][/url][/align]
    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/PYa0dzk.png[/img][/url][/align]

    0

    20

    https://i.imgur.com/8SqMpx6.png
    https://i.imgur.com/Kebxf0J.png

    0

    21

    https://i.imgur.com/kBp3qPK.png

    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/kBp3qPK.png[/img][/url][/align]

    0

    22

    выбор шрифта и цвета (второе окно стиля, конец):

    #form-buttons td {
        height: 33px;
        font-family: fa-solid;
        position: relative;
        opacity: 0.75;
        background-image: none !important;
    color: black;
    }

    в идеале - выбрать какой-то один и с ним работать.

    доступные загруженные шрифты:

    font-family: fa-thin;
        font-family: fa-solid;
        font-family: fa-regular;
        font-family: fa-light;
        font-family: fa-duotone;
        font-family: fa-brands;

    после этого можно спокойно перебивать иконочки в блоках типа

    Код:
    #button-font:before {
        content: "\ea6d";
        font-size: 15px;
    }

    ссылочка стандартная, дублирую: https://fontawesome.com/search
    сортировка слева = разные варианты шрифта

    если выбранный шрифт (прописанный в участке кода из начала сообщения) не подходит какой-то иконке, можно точечно его переназначить, добавив строку с нужным шрифтом, например

    Код:
    #button-font:before {
        content: "\ea6d";
        font-size: 15px;
        font-family: fa-regular;
    }

    +1

    23

    .Feels_like_I_ve_frozen_in_my_skin__in_my_head____ {
      font-size: 6px;
      font-family: "Arial";
      color: rgb(255, 255, 255);
      font-weight: bold;
      text-transform: uppercase;
      line-height: 2.491;
      text-align: right;
      position: absolute;
      left: 400.563px;
      top: 325.703px;
      z-index: 61;
    }

    +1

    24

    новые

    0

    25

    новые маме посмотреть

    0

    26

    https://i.imgur.com/XYSTacR.png

    0

    27

    мэбдина
    https://i.imgur.com/2zZZDvy.png

    0

    28

    https://i.imgur.com/aLitu5a.png

    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/aLitu5a.png[/img][/url][/align]

    https://i.imgur.com/2zZZDvy.png

    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/2zZZDvy.png[/img][/url][/align]

    https://i.imgur.com/XYSTacR.png

    Код:
    [align=center][url=https://yourbalance.rusff.me/][img]https://i.imgur.com/XYSTacR.png[/img][/url][/align]

    0

    29

    баннер
    https://i.imgur.com/UBF5r7A.png
    баннер на рено
    https://i.imgur.com/yk3MTGN.png

    +1

    30

    https://i.imgur.com/0OQBHb2.png https://i.imgur.com/uLDS6m4.png https://i.imgur.com/Dp55K2q.png

    +1


    Вы здесь » Sound Of The Machine » the angel of the odd: » графика/скрипты


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