Ajouter du code en plus

A mettre dans le menu de gauche du site.

Paramètres -> Modifier le head.

<style type="text/css">

 

/*<![CDATA[*/

 

.jtpl-content,

.cc-m-gallery-slider ul img,

img,

 .j-module a:link img, .j-module a:visited img, .j-static-page a:link img, .j-static-:visited img,

.cc-imagewrapper img {border-radius:4px;}

 

.jtpl-sidebar{border-radius:0px;}

 

.jtpl-subnavigation {border-radius:0px;}

  

  div.n.clearover.j-blogarticle a.blogreadmore {margin-top:0px;}

    .sidebar-options div.n.clearover.j-blogarticle a.blogreadmore {text-align:center;}

    .sidebar-options div.n.clearover.j-blogarticle .blogreadmore {width:100%; margin-top:0px;}

    div.n.clearover.j-blogarticle {border-bottom: 1px solid #666;}

    .sidebar-options div.n.clearover.j-blogarticle {border-bottom: none;}

    

img[alt="clair"]:hover {

filter: brightness(1.5);

-webkit-filter: brightness(1.5);

-moz-filter: brightness(1.5);

-o-filter: brightness(1.5);

-ms-filter: brightness(1.5);

 

img[alt="gros"] {

transition: all .2s ease-in-out;

 -webkit-transition: all .2s ease-in-out;

 -moz-transition: all .2s ease-in-out;

 -o-transition: all .2s ease-in-out;

 -ms-transition: all .2s ease-in-out;

}

 

img[alt="gros"]:hover {

transform: scale(1.05);

 -webkit-transform: scale(1.05); 

 -moz-transform: scale(1.05);

 -o-transform: scale(1.05);       

}    

 

 

#cc-website-title span.j-website-title-content{

text-shadow: 1px 1px 2px black;

}

 

/*]]>*/

 

</style>

 

Slogan avec ombre

#cc-website-title span.j-website-title-content{

text-shadow: 1px 1px 2px black;

}


Afficher des slogans différents

<style type="text/css">

/*<![CDATA[*/

#cc-website-title span.j-website-title-content {

    color:transparent;

    text-shadow:none;

}

#cc-website-title span.j-website-title-content:before {

    content:"Mon nouveau texte de remplacement";

    color:white;

    text-shadow: 1px 1px 2px black;

}

/*]]>*/

</style>