Recherche outil en ligne qui compresse intelligemment le css

Voir le sujet précédent Voir le sujet suivant Aller en bas

Résolu Recherche outil en ligne qui compresse intelligemment le css

Message par demeter1 Jeu 20 Oct 2016 - 17:09

Détails techniques


Version du forum : phpBB2
Poste occupé : Administrateur
Navigateur(s) concerné(s) : Opera
Personnes concernées par le problème : Moi uniquement
Lien du forum : http://altitudetropicale.forums-actifs.com/index.forum

Description du problème

Bonjour à tous,
connaitriez vous un outil en ligne qui serait capable d'opérer une compression de ce style :

Code:
td.row1.browse-arrows,
td.row1.messaging.gensmall,
td.row2.browse-arrows,
td.row2.messaging.gensmall {
    background: #4f7801;
    background: -webkit-linear-gradient(#4f7801, #182400);
    background: -o-linear-gradient(#4f7801, #182400);
    background: -moz-linear-gradient(#4f7801, #182400);
    background: linear-gradient(#4f7801, #182400);
    height: 62px!important;
    background-position: center bottom;
    background-repeat: repeat-x;
    border: none;
    border-collapse: collapse;
}
#Zzpreview_overlay .Zzpreview_close {
    background: #4f7801;
    background: -webkit-linear-gradient(#4f7801, #182400);
    background: -o-linear-gradient(#4f7801, #182400);
    background: -moz-linear-gradient(#4f7801, #182400);
    background: linear-gradient(#4f7801, #182400);
    display: inline-block;
    padding: 0 15px;
    height: 34px!important;
    line-height: 32px;
    border: 3px double #182400;
    border-radius: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    text-indent: 2px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-top: 2%;
    margin-right: 45%
}

en
Code:
td.row1.browse-arrows,
td.row1.messaging.gensmall,
td.row2.browse-arrows,
td.row2.messaging.gensmall {
    height: 62px!important;
    background-position: center bottom;
    background-repeat: repeat-x;
    border: none;
    border-collapse: collapse;
}
#Zzpreview_overlay .Zzpreview_close {
    display: inline-block;
    padding: 0 15px;
    height: 34px!important;
    line-height: 32px;
    border: 3px double #182400;
    border-radius: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    text-indent: 2px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    margin-top: 2%;
    margin-right: 45%
}
td.row1.browse-arrows,
td.row1.messaging.gensmall,
td.row2.browse-arrows,
td.row2.messaging.gensmall,
#Zzpreview_overlay .Zzpreview_close {
    background: #4f7801;
    background: -webkit-linear-gradient(#4f7801, #182400);
    background: -o-linear-gradient(#4f7801, #182400);
    background: -moz-linear-gradient(#4f7801, #182400);
    background: linear-gradient(#4f7801, #182400);
}

Merci par avance pour votre aide.


Dernière édition par demeter1 le Sam 22 Oct 2016 - 18:19, édité 1 fois
demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Résolu Re: Recherche outil en ligne qui compresse intelligemment le css

Message par demeter1 Sam 22 Oct 2016 - 18:18

Trouvé. pour ceux que cela intéresse
https://cssminifier.com
demeter1

demeter1
Membre actif

Masculin
Messages : 8993
Inscrit(e) le : 23/01/2009

https://altitudetropicale.forums-actifs.com/
demeter1 a été remercié(e) par l'auteur de ce sujet.

Voir le sujet précédent Voir le sujet suivant Revenir en haut

- Sujets similaires

Permission de ce forum:
Vous ne pouvez pas répondre aux sujets dans ce forum