Glad
{ Membre }
Messages : 14
| Salut a tous Bon alors mon probleme est le suivant: Je vien de finir mon code pour mon fofo Le voici - Code:
-
/* GENERAL */
.bodylinewidth { width: 950px; margin-left: auto; margin-right: auto; margin-top: -8px; margin-bottom: -8px; }
.bodyline { background: url(http://img11.hostingpics.net/pics/206630backbodyline.jpg) repeat; border: 1px solid #6f4521; box-shadow: 0px 0px 20px #000000; -moz-box-shadow: 0px 0px 20px #000000; -htm-box-shadow: 0px 0px 20px #000000; -webkit-box-shadow: 0px 0px 20px #000000; -o-box-shadow: 0px 0px 20px #000000; }
a:link, a:hover { text-decoration: none !important; text-shadow: 1px 1px 0px #000000; }
/* NAVIGATION */
.mainmenu img { background: transparent; transition: 1s; -moz-transition: 1s; -o-transition: 1s; -htm-transition: 1s; -webkit-transition: 1s; } .mainmenu img:hover { background: #e4d3a1; transition: 1s; -moz-transition: 1s; -o-transition: 1s; -htm-transition: 1s; -webkit-transition: 1s; }
/* CATEGORIES */
.forumline { width: 98%; margin-left: auto; margin-right: auto; margin-top: 10px; margin-bottom: 10px; background: url(http://img11.hostingpics.net/pics/294867fondforumline.jpg) top right repeat-y #282122; border: 1px solid #362d2c; box-shadow: 0px 0px 5px #000000; -moz-box-shadow: 0px 0px 5px #000000; -htm-box-shadow: 0px 0px 5px #000000; -o-box-shadow: 0px 0px 5px #000000; -webkit-box-shadow: 0px 0px 5px #000000; }
a.forumlink { display: block; font-size: 15px; font-variant: small-caps; letter-spacing: 2px; border-bottom: 1px solid #413e3a; padding-bottom: 3px; padding-left: 0; margin-bottom: 3px; transition: 1s; -moz-transition: 1s; -o-transition: 1s; -htm-transition: 1s; -webkit-transition: 1s; } a.forumlink:hover { padding-left: 15px; border-bottom: 1px solid #e4dcd4; transition: 1s; -moz-transition: 1s; -o-transition: 1s; -htm-transition: 1s; -webkit-transition: 1s; } .stats_last { width: 15px; height: 80px; background: #3c3430; border: 1px solid #4f5650; box-shadow: 0px 0px 2px #c2b4b1; opacity: 0.6; -moz-opacity: 0.6; -khtml-opacity: 0.6; filter: alpha(opacity=60); transition: 1s; -moz-transition: 1s; -o-transition: 1s; -htm-transition: 1s; -webkit-transition: 1s; } .stats_last:hover { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); transition: 1s; -moz-transition: 1s; -o-transition: 1s; -htm-transition: 1s; -webkit-transition: 1s; } .stats { display: block; text-align: center; font-size: 10px; margin-bottom: 10px; } .last { display: block; text-align: center; font-size: 11px; }
/* MESSAGES */
.cattitle { display: block; font-size: 15px; color: #676d66; } .profil { width: 200px; padding: 4px; background: #3c3430; border: 1px solid #4f5650; box-shadow: 0px 0px 2px #c2b4b1; opacity: 0.6; -moz-opacity: 0.6; -khtml-opacity: 0.6; filter: alpha(opacity=60); transition: 1s; -moz-transition: 1s; -o-transition: 1s; -htm-transition: 1s; -webkit-transition: 1s; text-align: center; } .profil:hover { opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100); transition: 1s; -moz-transition: 1s; -o-transition: 1s; -htm-transition: 1s; -webkit-transition: 1s; } .profil_avatar img { background: #1d1818; padding: 2px; border: 1px solid #b3a699; margin-top: 10px; margin-bottom: 10px; } .postbody { display: block; font-size: 11px; text-align: justify; padding: 5px; } .message_contenu { background: #332e2d; border: 1px solid #3a3635; padding: 10px; line-height: 14px; }
.spoiler_closed, .spoiler_content, .quote { display:block; background: #736e62; color: #1d1818; border: 1px solid #736e62; padding: 5px; } .code { background: #1d1818; color: #736e62; padding: 5px; border: 2px inset #000000; }
/* BORDURES */
.row3Right { border: none !important; } .thHead { border: none !important; } .thCornerL, .thCornerR, .thTop { border: none !important; } .thLeft, .thRight { border-left: none !important; border-right: none !important; } .catLeft, .catRight { border: none! important; } .catHead { border: none !important; } .catBottom { border: none !important; }
/* FOOTER */
#page-footer a { font-size: 10px; } Je pensais avoir fini...et là surprise je voie ça la police des racines est beaucoup trop grande mais je n'arrive pas a la reduire Voila @+ | | |
|
Nihil
{ Modérateur }
Messages : 1216
| La prochaine fois pense à donner le lien de du forum en question Est ce que tu as aussi touché les templates ? As tu mis les titre dans des balises "h1" ? Si oui, le problème vient de là. Par défaut le navigateur applique un style aux balises h1 (des marges ainsi qu'une taille de police haute) | | |
|
Glad
{ Membre }
Messages : 14
| http://blod.forumgratuit.org/forum dsl d'avoir oublié comment est ce que je doit faire pour les sortir? j'essaye mais le probleme persiste :/ | | |
|
Nihil
{ Modérateur }
Messages : 1216
| - Nihil a écrit:
- As tu mis les titre dans des balises "h1" ?
Peut être l'as tu changé dans le template Ou alors, dans le panneau de configuration, là où tu règles le nom des forum, des catégories, as tu mis le texte dans une balise "h1" ? | | |
|