Salut !
J'ai un léger soucis que je n'arrive pas à régler avec les catégories : [HTML5 & CSS3] - Catégories & forums modernes proposé par Fangs. (Ici)
Alors, le codage marche nickel, c'est plus un soucis de personnalisation. Voici l'image :
Voilà, donc j'ai beau modifier le CSS je n'arrive pas à espacer les catégories ni en largeur ni en hauteur. Une idée ? Le CSS proposé par Fangs :
J'ai un léger soucis que je n'arrive pas à régler avec les catégories : [HTML5 & CSS3] - Catégories & forums modernes proposé par Fangs. (Ici)
Alors, le codage marche nickel, c'est plus un soucis de personnalisation. Voici l'image :
- Spoiler:
Voilà, donc j'ai beau modifier le CSS je n'arrive pas à espacer les catégories ni en largeur ni en hauteur. Une idée ? Le CSS proposé par Fangs :
- Code:
/* DEBUT MISE EN PAGE CATEGORIES ET FORUMS - FANGS */
.categorie {
position: relative;
clear: both;
height: 50px;
position: relative;
margin-top: 50px;
margin-bottom: -18px;
margin-left: 35px;
z-index: 2;
}
.categorie_txt {
position: relative;
font-size: 40px;
font-family: 'Josefin Slab', Georgia, serif;
color: #fff;
text-shadow: 1px 1px 2px #000;
text-align: right;
}
.forum {
width: 980px;
margin: auto !important;
}
.forum_case {
float: left;
width: 490px;
height: 245px;
background-color: #111418;
}
.description {
position: relative;
width:490px;
height: 245px;
margin: 0 !important;
padding: 0 !important;
}
.bottom_section {
position: relative;
margin-top: -40px;
width: 490px;
height: 40px;
background-color: #fff;
opacity: 0.3;
}
.bottom_border {
position: relative;
margin-top: -40px;
width: 490px;
height: 40px;
border-top: 1px solid #fff;
}
.tnm {
position: relative;
margin-top: -30px;
height: 30px;
width: 480px;
margin-right: 11px;
text-align: right;
font-size: 12px;
color: #ffffff;
text-shadow: 1px 1px 2px #000;
font-family: Georgia, Arial, serif;
}
.forum_name {
position: relative;
margin-top: -30px;
height: 30px;
width: 480px;
margin-left: 10px;
z-index: 2;
}
.forum_link {
color: #fff !important;
text-shadow: 1px 1px 2px #000;
font-variant: small-caps !important;
text-decoration: none;
font-size: 16px;
font-family: Georgia, Arial, serif;
}
.description_img {
position: relative;
width: 490px;
height: 245px;
margin-top: -245px;
-webkit-transition: 1s;
transition: 1s;
-webkit-transform: all;
transform: all;
}
.description_img:hover {
position: relative;
width: 490px;
height: 245px;
margin-top: -245px;
-webkit-transition: 1s;
transition: 1s;
-webkit-transform: all;
transform: all;
opacity: 0.2;
}
.description_txt {
position: relative;
width: 460px;
height: 215px;
padding: 15px;
color: #fff;
text-shadow: 1px 1px 2px #000;
font-size: 12px;
font-family: Georgia, Arial, serif;
text-align: justify;
}
/* FIN MISE EN PAGE CATEGORIES ET FORUMS - FANGS */
Dernière édition par Voyageur-B21E3 le Mer 9 Nov 2016 - 0:11, édité 1 fois