Jump to content

Dean Spencer

Members
  • Posts

    73
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Dean Spencer

  1. @TAMAN  I wanted to add my custom CSS code but when I try to save it it tells me, this cannot be saved.  Meanwhile it saves fine on any other theme

     

    The code is a class for Rainbow Username Group  

    and a group called OG  which is a Gradient Purple to pink 

     

    The code has no errors and works fine on other themes 

     

    .ultimate{
      background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #FF3D3D), color-stop(0.15, #FF5C5C), color-stop(0.3, #FFB05C), color-stop(0.45, #FFD105), color-stop(0.6, #71FF05),color-stop(0.75, #5CC9FF), color-stop(0.9, #8A5CFF), color-stop(1, #FF5CE9) );
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        font-weight: bold;
    }
    
    .OG{
      background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #673AB7), color-stop(1, #ad00ff) );
        color: transparent;
        -webkit-background-clip: text;
        background-clip: text;
        font-weight: bold;
      font-style: italic;
    }

     

  2. 3 minutes ago, EmpireKickass said:

    Already mention about an fix :

    go to the profile template file and find:

    
    <div class='ipsPad'>

    Change to:

    
    <div class='ipsAreaBackground_light ipsPad'>

     

    Oh, it works great now, thanks!

×
×
  • Create New...