Résolu How to Add SParkle / Glow in "New" post INdicator ?

Discussion dans 'Résolu' créé par codered101, 12 Août 2016.

  1. codered101

    codered101 Membre

    Inscrit:
    30 Juillet 2016
    Messages:
    93
    J'aime reçus:
    5
    Points:
    713
    Hye there !
    Does someone has ANy idea that how can we Add Sparkle / Glow / Breathing in the "NEW" post indicator
    in
    message.css
    =============================
    TuxSrxAbJBPdUEYmYrCN9UfA7wJvRCLS.png
    ===============

    Any help will be appreciated
     

      L'auteur de la discussion a jugé qu'une réponse pertinente à répondu à l'interrogation de son topic. Cliquez ici pour la voir.

    Dernière édition par un modérateur: 11 Mars 2017
  2. Sι∂яα∂ι

    Sι∂яα∂ι Administrateur

    Inscrit:
    25 Juin 2014
    Messages:
    32 280
    J'aime reçus:
    121 191
    Points:
    13 043
    If you wanna custom the CSS, it's template : message.css
    The class to edit is : .message .newIndicator
    then add this :
    Code:
    background:url('path/picture.gif');
    Pay attention, you need to edit path/picture.gif , remplace it by a sparkling animated gif
     
    SyTry apprécie ceci.
  3. codered101

    codered101 Membre

    Inscrit:
    30 Juillet 2016
    Messages:
    93
    J'aime reçus:
    5
    Points:
    713
    .message .newIndicator
    {
    @property "messageNewIndicator";
    font-weight: bold;
    font-size: 14px;
    color: @primaryLighterStill;
    background-color: @uix_tertiaryColor;
    background-repeat: repeat-x;
    background-position: top;
    padding: 3px 6px;
    margin: 10px -21px 5px 5px;
    border-radius: @uix_globalBorderRadius;
    border-top-right-radius: 0;
    display: block;
    float: right;
    position: relative;
    margin-right: -21px !important;
    @property "/messageNewIndicator";

    margin-right: -{xen:calc '@content.padding-right + 5'}px;
    }
    ==========================================
    where to Add or i can add it anywhere in this code ??
     
  4. Sι∂яα∂ι

    Sι∂яα∂ι Administrateur

    Inscrit:
    25 Juin 2014
    Messages:
    32 280
    J'aime reçus:
    121 191
    Points:
    13 043
    Exactly :)
     

      Cette réponse a aidé l'auteur de la discussion.

    SyTry apprécie ceci.

Partager cette page

  1. Ce site utilise des cookies. En continuant à utiliser ce site, vous acceptez l'utilisation des cookies.
    Rejeter la notice