Tag "101010" sur Forum Test





Forum Test

Forum test pour codage
 
AccueilAccueil  Dernières imagesDernières images  RechercherRechercher  S'enregistrerS'enregistrer  ConnexionConnexion  

2 résultats trouvés pour 101010

AuteurMessage
Tag 101010 sur Forum Test  FolderSujet: Index-Box Le Réel ! CSS
patoche

Réponses: 3
Vues: 2445

Rechercher dans: JavaScript et HTML   Tag 101010 sur Forum Test  EmptySujet: Index-Box Le Réel ! CSS    Tag 101010 sur Forum Test  EmptyJeu 25 Aoû - 2:54



                                           


                                            
   

                                   * De la Réalité ...
Aux  Fantasmes...
                    
   

                                                 
   

                                                
   

nous fêtons Aujourd'hui les :Saints  ;                                                                    

                                                                                          
   

                                                                             Javascript is disable - http://www.supportduweb.com/ - Générateur de boutons de traduction                                                                    
   
             

                                                                        

                                                                          Bonjour {USERNAME} , tu as actuellement {USERCOUNTPOST} messages     et ta dernière visite date du  {USERLASTVISIT} Merci de ta visite à bientôt !  ;                                              
Tag 101010 sur Forum Test  FolderSujet: Index-Box Le Réel ! CSS
patoche

Réponses: 3
Vues: 2445

Rechercher dans: JavaScript et HTML   Tag 101010 sur Forum Test  EmptySujet: Index-Box Le Réel ! CSS    Tag 101010 sur Forum Test  EmptyLun 23 Mai - 21:51
/*CSS index-box en hover*/

/*catéorie*/
/*Bloc qui contient chaque catégorie*/
.cate_bloc {
  background: url(https://i.servimg.com/u/f86/19/41/06/64/84920011.gif);
   box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  -o-box-shadow: 0px 0px 10px #000000;
  -htm-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
  border-radius: 50px 50px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  border: 4px solid #353535;
  border-left: 2px solid #353535;
  border-right: 2px solid #353535;
}

/*Titre de catégorie*/
.cate_title h2 {
  color: #FFFFFF;
  font-family: UnifrakturMaguntia;
  font-weight: bold;
  font-size: 30;
  margin: 10px;
  text-align: center;
  letter-spacing: 0px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
/*Titre de catégorie au survol*/
.cate_title h2:hover {
  color: #AA0000;
  letter-spacing: 3px;
}

/*Bloc de chaque forum sans le NewOldLock*/
.forum_fbloc {
  position: relative;
  margin-top: 50px;
  margin-left: 20px;
  margin-rigth: 20px;
  margin-bottom: 20px;
   background: url(https://i.servimg.com/u/f86/19/41/06/64/bleucl14.jpg);
    box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  -o-box-shadow: 0px 0px 10px #000000;
  -htm-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
  border: 4px solid #101010;
  border-left: 2px solid #101010;
  border-right: 2px solid #101010;
  width: 999px;
  height: 130px;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #220DBF;
  font-family: UnifrakturMaguntia;
  font-weight: bold;
  font-size: 10px;
}

/*Titre de forum*/
.forumlink_span {
  display: block;
  position: absolute;
  top: -50px;
  left: -2px;
  width: 795px;
  text-align: left;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
/*Lien du titre de forum*/
a.forumlink {
  font-family: UnifrakturMaguntia;
  font-weight: bold;
  font-style: italic;
  font-size: 13px;
  color: #AA0000!important;
  text-decoration: none!important;
}
/*Titre de forum au survol de l'image*/
.forum_fbloc:hover .forumlink_span {
  left: 200px;
}

/*Image de chaque forum*/
.forum_img {
  dispay: block;
  z-index: 1;
  position: absolute;
  top: -3px;
  left: -2px;
  width: 999px;
  height: 160px;
  box-shadow: 0 0 15px 5px #353535;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
/*Disparition de l'image au survol*/
.forum_fbloc:hover .forum_img {
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/*Description de forum*/
.forum_desc {
   background: url(https://i.servimg.com/u/f84/19/40/89/22/jaune_10.jpg);
   box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  -o-box-shadow: 0px 0px 10px #000000;
  -htm-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
  border: solid 2px #DD6900;
  margin-top: 16px;
  padding: 5px;
  width: 420px;
  height: 105px;
  font-family: UnifrakturMaguntia ! Important;
  color: #220DBF !important;
  font-weight: bold;
  font-size: 11px;
  overflow: auto;
  text-align: justify;
}

/*Sous_forums*/
.forum_sf {
   background: url(https://i.servimg.com/u/f84/19/40/89/22/jaune_10.jpg);
    box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  -o-box-shadow: 0px 0px 10px #000000;
  -htm-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
  border: solid 2px #DD6900;
  padding: 5px;
  width: 150px;
  height: 105px;
  overflow: auto;
  text-align: center;
}
/*Liens des Sous_forums*/
.forum_sf a.gensmall {
  font-family: UnifrakturMaguntia;
  color: #220DBF;
  font-size: 11px;
  font-weight: bold;
}

/*Bloc des stats et dernier message*/
.forum_stats_last {
  background: url(https://i.servimg.com/u/f84/19/40/89/22/jaune_10.jpg);
   box-shadow: 0px 0px 10px #000000;
  -moz-box-shadow: 0px 0px 10px #000000;
  -o-box-shadow: 0px 0px 10px #000000;
  -htm-box-shadow: 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 0px 10px #000000;
  border: solid 2px #DD6900;
  padding: 5px;
  width: 150px;
  height: 105px;
  font-family: UnifrakturMaguntia;
  font-weight: bold;
  font-size: 10px;
}
/*Couleur des liens dans ce bloc*/
.forum_last a, .forum_sf a.gensmall {
  color: #220DBF;
}
/*Couleur des liens au survol dans ce bloc*/
.forum_last a:hover, .forum_sf a.gensmall:hover {
  color: #AA0000;
}
/*Stats*/
.forum_stats {
  font-size: 13px;
  display: block;
  border-bottom: 2px solid #AA0000;
  padding: 5px;
}
/*Dernier message*/
.forum_last {
  display: block;
  padding-top: 10px;
}
.forum_last a.gensmall {
  font-size: 14px;
}

/*Image NewOldLock*/
.forum_newoldlock {
  margin-top: 30px;
  margin-left: 25px;
  width: 125px;
  height: 125px;
  box-shadow: 0 0 15px 5px #353535;
}
Revenir en haut 
Page 1 sur 1
Sauter vers: