Jump to content

NoventinhaGF

Newbie
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Language
    Portugese
  • Software
    IPS4
  • Version
    4.4.8

Contact Methods

NoventinhaGF's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post
  • Reacting Well

Recent Badges

1

Reputation

  1. Thank you very much WF, and especially @ Oni who solved my problem
  2. I've been trying all day, tweaked the code, changed names and added rgb colors, it didn't work! How do I manage to point the animation to a specific group?
  3. First of all thanks for helping me. Forgive me because I'm a bit of a layman. This code you sent, I put in custom.css, and the other one I applied to the group, only the icon is working (rotating) but the colors in the Group are not! What do I do?
  4. Hi guys, could you please help me? I want to apply these effects, colors changing and icon moving."Wlasciciel" I have the code, but I don't know how to apply it correctly, if you can help me please video-1630048160.mp4 html <span class="rangaGA"><i class="fa-duotone fa-circle-dashed fa-spin"></i> Właściciel</span> css @media all{*, .ipsApp input[type="search"] { box-sizing: border-box; }}@media all{.rangaGA { animation: 3s linear 0s infinite alternate none running bounce_owner; font-weight: 700; }}@media all{.rangaGA { animation-duration: 15s; animation-iteration-count: infinite; animation-name: bounce_owner; color: rgb(0, 0, 0); font-weight: bold; text-shadow: 1px 1px 12px !important; }}@media all{.fa-spin { animation: 2s linear 0s infinite normal none running fa-spin; }}@media all{*, .ipsApp input[type="search"] { box-sizing: border-box; }}
×
×
  • Create New...