OSEF
 
AccueilAccueil  Dernières imagesDernières images  RechercherRechercher  S'enregistrerS'enregistrer  ConnexionConnexion  
-14%
Le deal à ne pas rater :
Lave-linge hublot HOOVER HWP 10 kg (Induction, 1600 trs/min, Classe ...
299.99 € 349.99 €
Voir le deal

Partagez

Personnalisation des balises

Kiowa
Kiowa
Admin
۞ Mails : 75
۞ Date d'inscription : 16/10/2010

MessageSujet: Personnalisation des balises Personnalisation des balises EmptyLun 11 Fév - 10:42
Code:
.quote{
  background: url(http://d22.e-loader.net/LAG4kyyda1.png), url(http://d18.e-loader.net/Z6Ka7bVVj6.png);
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
  background-color: #c0c0c0;
  height: 42px;
  padding:15px 45px 15px 45px;
  color: #656564;
  text-align: justify;
  border: 1px dotted #f3f3f3;
  box-shadow:2px 2px 5px #666;
}

.code{/*Code dans les messages*/
  background-color: #c0c0c0;
  padding:15px 15px 15px 45px;
  color: #737372;
  text-align: justify;
  border: 1px dotted #f3f3f3;
  box-shadow:2px 2px 5px #666;
  max-height: 200px;
  overflow: auto;
}

/* Spoiler */
.spoiler_closed {/* Apparence du spoiler fermé*/
  display:block;
  line-height: 125%;
/*Mettre ici vos propriétés décoratives*/
      background-color: #c0c0c0;
  color: #656564;
  text-align: justify;
  border: 1px dotted #f3f3f3;
  box-shadow:2px 2px 5px #666;

  }
.spoiler_closed.hidden {
  display:none;
  }

.spoiler_content {/*apparence du spoiler ouvert*/
  display:block;
  line-height: 125%;
/*mettre ici vos propriété décoratives*/
    background-color: #c0c0c0;
  height: 42px;
  padding:15px 45px 15px 45px;
  color: #656564;
  text-align: justify;
  border: 1px dotted #f3f3f3;
  box-shadow:2px 2px 5px #666;
  }

.spoiler_content.hidden {
  display:none;
  }
https://kiowa-sokio.keuf.net
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Kiowa Forever :: Anciennes Zone :: Démo :: CSS & HTM-