Annonces
Livre d'or

Par rusti

Merci a tout(e)s l'équipe phpboost Super taff je vous est adopter !!

Livre d'or

Mini sondage
Disposez-vous de PHP 5 chez votre hébergeur ?








Résultats

 
   Le 12/08/09 à 13h13 Citer      

Administrateur

Chef de projet
Développement Noyau

Sexe:
Inscrit le: 27/02/09
Messages: 7992
Lieu: Alsace
Reprise du message précédent

Oui pour le moment j'ai enlevé le lien du pack extensible, pour éviter que les gens le récupère, je vais le débuger et vous le proposerai ensuite :)

pm http://www.phpboost.com    
   Le 12/08/09 à 13h16 Citer      

Booster Fuzil

Groupe: Membre

Sexe:
Inscrit le: 07/07/09
Messages: 66
Lieu: Nord de la Fran...
oki nickel ^^ je vais profiter pour étudier pbt ^^
____________________
Balam

pm balam.web@gmail.com http://cyber-nux.fr    
   Le 13/08/09 à 14h37 Citer      

Booster Bazooka

Groupe: Membre

Sexe:
Inscrit le: 29/10/08
Messages: 106
Lieu: Angers (49)
génial :)
j'ai insérer les images etc ... il donne pas mal ^^
merci beaucoup :top
si y a encore des modification il sera possible de les afficher sur le sujet ?

pm    
   Le 18/08/09 à 21h09 Citer      

Administrateur

Chef de projet
Développement Noyau

Sexe:
Inscrit le: 27/02/09
Messages: 7992
Lieu: Alsace
Thème mise à jour

Modification au niveau de la transparance sur le forum et les commentaires

Blacktransparancy.zip

pm http://www.phpboost.com    
   Le 19/08/09 à 03h58 Citer      

Booster Bazooka

Groupe: Membre

Sexe:
Inscrit le: 29/10/08
Messages: 106
Lieu: Angers (49)
bonsoir reidlos ,
Est t'il possible de mettre sur le forum les modifications que tu as faite et dans qu'elle fichier si possible ?
Merci beaucoup :)

pm    
   Le 19/08/09 à 06h03 Citer      

Administrateur

Chef de projet
Développement Noyau

Sexe:
Inscrit le: 27/02/09
Messages: 7992
Lieu: Alsace
Content et forum. Css + une image content2 dans le dossier images

pm http://www.phpboost.com    
Guy
   Le 19/08/09 à 10h03 Citer      

Booster Fuzil

Groupe: Membre

Sexe:
Inscrit le: 17/10/08
Messages: 73
Lieu: La Drôme, ALLEX
ReidLos ça ne correspond toujours pas, voir le résulta ici !

Copie d'écran du forum actuel : http://jeremiepassions.free.fr/image1.bmp
Maintenant fond gris plus alignée sur la colonne de gauche et signature suivant la taille en blanc ?

Et pourquoi pas l'éditeur BBcode en gris aussi ?


Merci.
Guy
____________________
Il ne faut pas se moquer des chiens avant d'être sorti du village.[message personnel]

Administrateur des sites : http://www.sdat26.fr et http://www.aventure-paintball.fr en PhpBoost et aussi http://www.ambulance-pensu.com

pm http://forum.aventures-paintball.com    
Guy
   Le 19/08/09 à 17h02 Citer      

Booster Fuzil

Groupe: Membre

Sexe:
Inscrit le: 17/10/08
Messages: 73
Lieu: La Drôme, ALLEX
Fichier content.css proposé en contribution et modifié par moi pour résoudre mon problème, non du fichier : content.css (thème BlackTransparency)

Il permet de transformer le fond du forum qui est blanc d'origine, en gris avec écriture blanche !

voir ici : http://forum.aventures-paintball.com/forum/topic-89+reglement-des-forums.php

voir sur forum ici pour solution et fichier content.css à disposition : http://www.phpboost.com/forum/topic-7330.php#m66837



Edité par Guy Le 19/08/09 à 17h19
____________________
Il ne faut pas se moquer des chiens avant d'être sorti du village.[message personnel]

Administrateur des sites : http://www.sdat26.fr et http://www.aventure-paintball.fr en PhpBoost et aussi http://www.ambulance-pensu.com

pm http://forum.aventures-paintball.com    
   Le 19/08/09 à 17h18 Citer      

Administrateur

Chef de projet
Développement Noyau

Sexe:
Inscrit le: 27/02/09
Messages: 7992
Lieu: Alsace
je ne suis pas persoader que ça vienne de moi, mais plutot d'un problème de cache... bref je regarde, ce thème n'est pas terminé donc voilà...

pm http://www.phpboost.com    
   Le 30/08/09 à 16h11 Citer      

Booster Fronde

Groupe: Membre

Sexe:
Inscrit le: 30/08/09
Messages: 2


Bonjour, j'ai un p'tit souci avec ce thème,lorsque je crée un sujet ou repond a un post le texte n'entre pas complétement dans le cadre,le cadre me coupe le texte donc mon texte n'est pas complet.

voici en image sa sera plus explicite:

Caché:

pm    
   Le 31/08/09 à 01h02 Citer      

Administrateur

Chef de projet
Développement Noyau

Sexe:
Inscrit le: 27/02/09
Messages: 7992
Lieu: Alsace
remplace tout ton content.css par :


Code CSS :
/* --------------------------------------
		content.css
Contient les formulaires, les modules (et modules minis), et messages.
--------------------------------------*/ 
 
table {
	border-spacing:0px;
	border-collapse:collapse;
}
 
/* Conteneur */
div.block_container {
    width:auto;
	margin:10px auto;
    border:1px #cccccc solid;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}
div.block_contents {
    width:auto;
    padding:10px;
	border:none;
	text-align:justify;
} 
/* Entête de conteneur et des tableaux */
div.block_top, table tr:first-child th {
    padding:5px 6px;
    color:#FFFFFF;
    background: url(images/msg_top_row.png) repeat-x;
    text-align:left;
    font-size:0.75em;
    font-weight:bold;
    text-transform:uppercase;
}
.block_top {
	margin-top:-1px;
	-moz-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
table th:first-child{
	-moz-border-radius-topleft:4px;
	-khtml-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
    border-radius:5px;
}
table th:last-child{
	-moz-border-radius-topright:4px;
	-khtml-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
    border-radius:5px;
}
 
hr {
    background:#C4CED6;
    border:none;
    margin:1px auto;
    height:1px;
    width:99%;
}
 
ul.list {
	text-align:left;
	margin-left:20px;
	list-style-image: url(images/li.png)
}
 
/* Titres */
h1 {
    color:#5C5C5C;
    font-size:18px;
}
 
h2.title {
    font-size:16px;
    font-weight:bold;
}
 
/* Titres */
h3.title {
    font-size:12px;
    font-weight:bold;
    display:inline;
}
 
/* Sous-Titres */
h5.sub_title { /* Titre des menu */
    font-size:12px;
    color:#ffffff;
	padding-top:5px;
}
 
h3.menu_vertical_0 a{ /* Titre des menu */
	padding-top:5px;
}
 
h6.sub_title2 { /* Sous titre dans les menu */
    font-size:12px;
    font-weight:bold;
    padding-top:4px;
    text-indent:10px;
    width:155px;
    height:32px;
    color:#515C68;
}
 
/* Formulaires 
--------------------------------------*/
.fieldset_mini {
    width:540px;
    margin:auto;
    margin-top:20px;
}
 
input, textarea, optgroup, select, .xmlhttprequest_preview{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-size:11px;
	vertical-align:middle;
	border-left:1px solid #6993AE;
	border-top:1px solid #6993AE;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;	
	color:#2E3B5F;
	padding:1px 2px;
}
 
input:hover, textarea:hover{
	border:1px solid #213D4F;
	background-color:#FFFFFF; 
}
 
input:focus, textarea:focus{
	border:1px solid #0B6ABF;
	background-color:#f5fbff;
}
 
fieldset textarea.post {
	width:90%;
	display:inline;		
}
 
textarea {
    display:block;
    width:94%;
    margin:auto;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
input.text{
	padding:2px;	
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
 
input.submit{
	padding:1px 2px;
	font-family:Verdana, 'Bitstream Vera Sans', Times, serif;
	border:1px solid #515C68;	
	border-top:1px solid #8498ae;	
	color:#515C68;	
	font-weight:bold;
	font-size:10px;
	background:#A9CEE9 url(images/form.png) repeat-x;	
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
 
input[type=checkbox] { 
	border:none;
	background:none;
}
 
input.file{
	border:1px solid #515C68;	
	border-top:1px solid #8498ae;	
	color:#2E3B5F;	
	padding:1px;
	font-weight:bold;
	font-size:10px;
}
 
input.reset{
	padding:1px 2px;
	font-family:Verdana, 'Bitstream Vera Sans', Times, serif;
	border:1px solid #515C68;	
	border-top:1px solid #8498ae;	
	color:#E10000;
	font-weight:bold;
	font-size:10px;
	background:url(images/form.png) repeat-x;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
 
input.reset:hover, input.submit:hover{
	border:1px solid #11365f;
	cursor:pointer;
	color:#3776ba;
}
 
optgroup, select{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	cursor:pointer;
	vertical-align:middle;
	width:auto;		
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
 
optgroup {
    font-weight:bold;
    border:none;
    border-bottom:1px solid #5B5A5A;
}
 
option {
    padding:0px 3px;
}
 
legend {
	padding:1px 0;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-size:0.85em;
	font-weight:bold;
	border:1px solid #CCCCCC;
	padding:2px 10px;
	margin-top:-0.4em;
	margin-left:0.5em;
	position:relative;
	text-transform:none;
	line-height:1.5em;
	color:#ffffff;
	top:0;
	vertical-align:middle;
	text-transform:uppercase;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
* html legend {
    margin:0 0 -10px -7px;
    line-height:1em;
    font-size:.85em;
}
 
fieldset{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	margin:20px 0;
	padding:6px;
	border:1px solid #CCCCCC;
	color:#ffffff;
	background: url (images/bg.png);
	position:relative;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
fieldset.fieldset_submit{
	margin-top:-10px;
	padding-bottom:15px;
	width:99%;
	text-align:center;
	background:none;
	border:none;
}
 
fieldset.fieldset_submit legend {
    display:none;
}
 
fieldset dl {
    height:1%;
    overflow:hidden;
    margin-bottom:16px;
    font-size:11px;
}
 
fieldset dl.overflow_visible {
    overflow:visible;
}
 
html>body fieldset dl {
    height:auto;
    min-height:20px;
}
 
fieldset dt {
    width:45%;
    text-align:left;
    padding-top:3px;
}
 
fieldset dd {
    margin:0 0 0 45%;
    padding:0 0 0 5px;
    border:none;
    vertical-align:top;
    font-size:11px;
}
 
dt {
    float:left;
    width:auto;
}
 
dt span {
    padding:0 5px 0 0;
}
 
label {
    cursor:pointer;
}
 
fieldset label {
    font-size:11px;
    text-align:left;
    font-weight:bold;
    color:#ffffff;
}
 
dd label {
    white-space:nowrap;
    margin:0 10px 0 0;
    font-weight:normal;
    color:#ffffff;
}
 
dt span {
    font-size:10px;
    color:#cccccc;
}
 
label img {
    vertical-align:middle;
}
 
fieldset dl dd label:hover {
    color:#183A4F;
}
 
/* Messages postés par les membres (messages privés, commentaires, etc...) 
--------------------------------------*/
    /* Classe du lien du pseudo des messages */
a.msg_link_pseudo {
	font-size:11px;
    color:#e8eaeb;
    font-weight:bold;
}
 
a.msg_link_pseudo:hover {
    color:#f2fbff;
    font-weight:bold;
}
 
.msg_position { /* Conteneur des messages */
    width:98%;
    margin:auto;
    background:#000;
}
 
.msg_container,.msg_container2 {
    /* Case contenant l'ensemble du message */
    background:transparent url(images/content2.png) repeat-y center;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    clear:both;
}
 
.msg_container2 {
    /*  Case contenant l'ensemble du message => Couleur alternative */
    background:#ffffff;
}
 
/* Barre supérieur des messages */
.msg_top_l{
	margin-right:0px !important;
	margin-right:-3px;
	height:34px;
	width:28px;
	background: url(images/msg_top_l.png) no-repeat left;
	float:left;
}
 
.msg_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	height:34px;
	width:21px;
	background: url(images/msg_top_r.png) no-repeat right;
	float:right;
}
 
.msg_top {
	height:25px;
	background:#FFFFFF url(images/msg_top.png) repeat-x;
	padding-left:6px;
	margin-left:20px;
	margin-right:15px;
	padding-top:9px;
}
 
.msg_top a {
    color:#FFFFFF;
}
 
.msg_pseudo_mbr { /* Pseudo du membre */
    width:127px;
    background:#5D7C94 url(images/msg_top_row.png) repeat-x;
    padding:2px 4px;
    float:left;
    margin-right:0px !important;
    margin-right:-3px;
    margin-left:-127px !important;
    margin-left:-64px;
    margin-top:-4px;
}
 
.msg_top_row {
    /* Case au dessus du message, indique la date et les boutons d'administration */
    height:16px;
    background: url(images/msg_top_row.png) repeat-x;
    font-size:11px;
    color:#e8eaeb;
    margin-right:30px;
    padding-top:4px;
    padding-left:127px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
}
 
.msg_info_mbr { /* Case des informations du membre */
    background:#000000;
    width:127px;
    padding:4px;
    float:left;
    font-size:10px;
    border-right:1px dotted #C4CED6;
}
 
.msg_contents_container {
    /* Case contenant l'ensemble du message, infos membre + contenu */
    margin-right:1px;
    background:#000000;
}
 
.msg_contents,.msg_contents2 { /* Case du message */
    background:transparent url(images/content2.png) repeat-y center;
	color:#FFF;
    padding:0px 15px;
    border-left:1px dotted #C4CED6;
}
 
.msg_contents2 { /* Case du message => Couleur alternative */
    background:transparent url(images/content2.png) repeat-y center;
	color:#FFF;
    padding:0px 15px;
    border-left:1px dotted #C4CED6;
}
 
.msg_contents_overflow {
    /* Case du contents du message, évite que les images trop grandes déforme */
    width:99%;
    height:auto;
    min-height:80px;
    overflow:auto;
    padding:10px 0px;
}
 
.msg_sign,.msg_sign2 { /* Signature du membre */
    background:transparent url(images/content2.png) repeat-y center;
    padding:4px;
    font-size:11px;
    margin-left:135px;
    border-left:1px dotted #C4CED6;
	margin-right:30px;
}
 
.msg_sign2 { /* Signature du membre => Couleur alternative */
    background:#FFFFFF;
}
 
.msg_sign_overflow { /* Signature du membre, fixe la hauteur maximale */
    height:auto !important;
    height:80px;
    width:99%;
    max-height:80px;
    max-width:99%;
    overflow:hidden;
}
 
.msg_bottom_l { /* Barre inférieure des messages */
 
}
 
.msg_bottom_r {
 
}
 
.msg_bottom {
    height:23px;
    background:#000000;
    padding-top:6px;
    padding-left:6px;
	margin-right:30px;
 
}
 
/* Modules
--------------------------------------*/ /* Conteneur des modules */
.module_position {
    width:98%;
    margin:auto;
}
 
 
.module_top_l { /* Barre supérieure des modules */
 
}
 
.module_top_r {
 
}
 
.module_top {
    height:32px;
    text-indent:10px;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    border-bottom:2px solid #ffffff;
	background : url(images/module-top.png) repeat-x;
	-moz-border-radius-topright:12px;
	-moz-border-radius-topleft:12px;
	-khtml-border-radius-topright:12px;
	-khtml-border-radius-toprleft:12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-top-left-radius:12px;
}
 
.module_top a {
 
}
 
.module_contents { /* Contenu des modules */
    padding:20px 15px;
    padding-bottom:15px;
    clear:both;
	background : url(images/content.png) repeat;
    text-align:justify;
}
 
.module_bottom_l { /* Barre inférieure des modules */
 
}
 
.module_bottom_r {
 
}
 
.module_bottom {
    height:22px;
    padding-top:2px;
    padding-left:6px;
    font-size:12px;
	background : url(images/module-bottom.png) repeat-x;
 
}
 
 
/* Tableau global, utilisé dans les différents modules */
.module_table {
    width:98%;
    margin:auto;
	border-spacing:0px;
	border-collapse:separate;
	padding:0px;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
*+html .module_table { /* Hack ie7 */
	border-collapse:collapse;
}
 
/* Modules minis
--------------------------------------*/
.module_mini_container { /*Placement des mini modules */
    width:180px;
    margin:0px;
    margin-bottom:10px;
    border-spacing:1px;
	padding:5px;
 
}
 
.module_mini_top {
    height:32px;
    font-weight:bold;
    text-align:center;
	background: url(images/mini-top.png) no-repeat;
	margin-bottom:3px;
}
 
.module_mini_contents {
    border-top:none;
    border-bottom:none;
    text-align:center;
	margin-bottom:-10px;
	background: url(images/menucontent.png) repeat-y;
	margin-top:-3px;
 
}
 
.module_mini_bottom { /* Bordure inférieure des modules minis */
    height:32px;
	margin-top:10px;
	background: url(images/mini-bottom.png) no-repeat;
}
 
.label {
    font-weight:bold;
    font-size:11px;
    color:#476a7f;
}
 


et dit moi

pm http://www.phpboost.com    
   Le 02/09/09 à 11h40 Citer      

Booster Fronde

Groupe: Membre

Sexe:
Inscrit le: 30/08/09
Messages: 2
bonjour merci pour ta réponse .

Donc sa fonctionne,plus de problèmes de ce coté par contre maintenant sa me laisse un espace vide a coté du profil et le post ce trouve sous le profil est-il possible de le mettre a coté de ce profil pour remplir l'espace vide?.

Et ne pas avoir ce problème de post ?

L'aperçus:

Caché:



pm    
   Le 02/09/09 à 12h25 Citer      

Administrateur

Chef de projet
Développement Noyau

Sexe:
Inscrit le: 27/02/09
Messages: 7992
Lieu: Alsace
Tu pourrait essayer ça stp :

Code CSS :
/* --------------------------------------
		content.css
Contient les formulaires, les modules (et modules minis), et messages.
--------------------------------------*/ 
 
table {
	border-spacing:0px;
	border-collapse:collapse;
}
 
/* Conteneur */
div.block_container {
    width:auto;
	margin:10px auto;
    border:1px #cccccc solid;
    -moz-border-radius:12px;
    -khtml-border-radius:12px;
    -webkit-border-radius:12px;
    border-radius:12px;
}
div.block_contents {
    width:auto;
    padding:10px;
	border:none;
	text-align:justify;
} 
/* Entête de conteneur et des tableaux */
div.block_top, table tr:first-child th {
    padding:5px 6px;
    color:#FFFFFF;
    background: url(images/msg_top_row.png) repeat-x;
    text-align:left;
    font-size:0.75em;
    font-weight:bold;
    text-transform:uppercase;
}
.block_top {
	margin-top:-1px;
	-moz-border-radius:4px 4px 0px 0px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
table th:first-child{
	-moz-border-radius-topleft:4px;
	-khtml-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
    border-radius:5px;
}
table th:last-child{
	-moz-border-radius-topright:4px;
	-khtml-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
    border-radius:5px;
}
 
hr {
    background:#C4CED6;
    border:none;
    margin:1px auto;
    height:1px;
    width:99%;
}
 
ul.list {
	text-align:left;
	margin-left:20px;
	list-style-image: url(images/li.png)
}
 
/* Titres */
h1 {
    color:#5C5C5C;
    font-size:18px;
}
 
h2.title {
    font-size:16px;
    font-weight:bold;
}
 
/* Titres */
h3.title {
    font-size:12px;
    font-weight:bold;
    display:inline;
}
 
/* Sous-Titres */
h5.sub_title { /* Titre des menu */
    font-size:12px;
    color:#ffffff;
	padding-top:5px;
}
 
h3.menu_vertical_0 a{ /* Titre des menu */
	padding-top:5px;
}
 
h6.sub_title2 { /* Sous titre dans les menu */
    font-size:12px;
    font-weight:bold;
    padding-top:4px;
    text-indent:10px;
    width:155px;
    height:32px;
    color:#515C68;
}
 
/* Formulaires 
--------------------------------------*/
.fieldset_mini {
    width:540px;
    margin:auto;
    margin-top:20px;
}
 
input, textarea, optgroup, select, .xmlhttprequest_preview{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-size:11px;
	vertical-align:middle;
	border-left:1px solid #6993AE;
	border-top:1px solid #6993AE;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-color:#FFFFFF;	
	color:#2E3B5F;
	padding:1px 2px;
}
 
input:hover, textarea:hover{
	border:1px solid #213D4F;
	background-color:#FFFFFF; 
}
 
input:focus, textarea:focus{
	border:1px solid #0B6ABF;
	background-color:#f5fbff;
}
 
fieldset textarea.post {
	width:90%;
	display:inline;		
}
 
textarea {
    display:block;
    width:94%;
    margin:auto;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
input.text{
	padding:2px;	
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
 
input.submit{
	padding:1px 2px;
	font-family:Verdana, 'Bitstream Vera Sans', Times, serif;
	border:1px solid #515C68;	
	border-top:1px solid #8498ae;	
	color:#515C68;	
	font-weight:bold;
	font-size:10px;
	background:#A9CEE9 url(images/form.png) repeat-x;	
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
 
input[type=checkbox] { 
	border:none;
	background:none;
}
 
input.file{
	border:1px solid #515C68;	
	border-top:1px solid #8498ae;	
	color:#2E3B5F;	
	padding:1px;
	font-weight:bold;
	font-size:10px;
}
 
input.reset{
	padding:1px 2px;
	font-family:Verdana, 'Bitstream Vera Sans', Times, serif;
	border:1px solid #515C68;	
	border-top:1px solid #8498ae;	
	color:#E10000;
	font-weight:bold;
	font-size:10px;
	background:url(images/form.png) repeat-x;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
 
input.reset:hover, input.submit:hover{
	border:1px solid #11365f;
	cursor:pointer;
	color:#3776ba;
}
 
optgroup, select{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	cursor:pointer;
	vertical-align:middle;
	width:auto;		
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
 
optgroup {
    font-weight:bold;
    border:none;
    border-bottom:1px solid #5B5A5A;
}
 
option {
    padding:0px 3px;
}
 
legend {
	padding:1px 0;
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	font-size:0.85em;
	font-weight:bold;
	border:1px solid #CCCCCC;
	padding:2px 10px;
	margin-top:-0.4em;
	margin-left:0.5em;
	position:relative;
	text-transform:none;
	line-height:1.5em;
	color:#ffffff;
	top:0;
	vertical-align:middle;
	text-transform:uppercase;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
}
* html legend {
    margin:0 0 -10px -7px;
    line-height:1em;
    font-size:.85em;
}
 
fieldset{
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,'Bitstream Vera Sans',Times,serif;
	margin:20px 0;
	padding:6px;
	border:1px solid #CCCCCC;
	color:#ffffff;
	background: url (images/bg.png);
	position:relative;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
fieldset.fieldset_submit{
	margin-top:-10px;
	padding-bottom:15px;
	width:99%;
	text-align:center;
	background:none;
	border:none;
}
 
fieldset.fieldset_submit legend {
    display:none;
}
 
fieldset dl {
    height:1%;
    overflow:hidden;
    margin-bottom:16px;
    font-size:11px;
}
 
fieldset dl.overflow_visible {
    overflow:visible;
}
 
html>body fieldset dl {
    height:auto;
    min-height:20px;
}
 
fieldset dt {
    width:45%;
    text-align:left;
    padding-top:3px;
}
 
fieldset dd {
    margin:0 0 0 45%;
    padding:0 0 0 5px;
    border:none;
    vertical-align:top;
    font-size:11px;
}
 
dt {
    float:left;
    width:auto;
}
 
dt span {
    padding:0 5px 0 0;
}
 
label {
    cursor:pointer;
}
 
fieldset label {
    font-size:11px;
    text-align:left;
    font-weight:bold;
    color:#ffffff;
}
 
dd label {
    white-space:nowrap;
    margin:0 10px 0 0;
    font-weight:normal;
    color:#ffffff;
}
 
dt span {
    font-size:10px;
    color:#cccccc;
}
 
label img {
    vertical-align:middle;
}
 
fieldset dl dd label:hover {
    color:#183A4F;
}
 
/* Messages postés par les membres (messages privés, commentaires, etc...) 
--------------------------------------*/
    /* Classe du lien du pseudo des messages */
a.msg_link_pseudo {
	font-size:11px;
    color:#e8eaeb;
    font-weight:bold;
}
 
a.msg_link_pseudo:hover {
    color:#252525;
    font-weight:bold;
}
 
.msg_position { /* Conteneur des messages */
    width:98%;
    margin:auto;
    background:#252525;
}
 
.msg_container,.msg_container2 {
    /* Case contenant l'ensemble du message */
    background:#252525 url(images/border.png) repeat-y right;
    margin-left:1px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
    clear:both;
}
 
.msg_container2 {
    /*  Case contenant l'ensemble du message => Couleur alternative */
    background:#252525;
}
 
/* Barre supérieur des messages */
.msg_top_l{
	margin-right:0px !important;
	margin-right:-3px;
	height:34px;
	width:28px;
	background: url(images/msg_top_l.png) no-repeat left;
	float:left;
}
 
.msg_top_r{
	margin-left:0px !important;
	margin-left:-3px;
	height:34px;
	width:21px;
	background: url(images/msg_top_r.png) no-repeat right;
	float:right;
}
 
.msg_top {
	height:25px;
	background:#252525 url(images/msg_top.png) repeat-x;
	padding-left:6px;
	margin-left:20px;
	margin-right:15px;
	padding-top:9px;
}
 
.msg_top a {
    color:#252525;
}
 
.msg_pseudo_mbr { /* Pseudo du membre */
    width:127px;
    background:#5D7C94 url(images/msg_top_row.png) repeat-x;
    padding:2px 4px;
    float:left;
    margin-right:0px !important;
    margin-right:-3px;
    margin-left:-127px !important;
    margin-left:-64px;
    margin-top:-4px;
}
 
.msg_top_row {
    /* Case au dessus du message, indique la date et les boutons d'administration */
    height:16px;
    background: url(images/msg_top_row.png) repeat-x;
    font-size:11px;
    color:#e8eaeb;
    margin-right:1px;
    padding-top:4px;
    padding-left:127px;
    overflow:hidden !important;
    height:auto !important;
    overflow:visible;
    height:1%;
}
 
.msg_info_mbr { /* Case des informations du membre coté gauche fond sous avatar*/
    background:#252525;
    width:127px;
    padding:4px;
    float:left;
    font-size:10px;
    border-right:1px dotted #C4CED6;
}
 
.msg_contents_container {
    /* Case contenant l'ensemble du message, infos membre + contenu */
    margin-right:1px;
    background:#252525;
}
 
.msg_contents,.msg_contents2 { /* Case du message */
    margin-left:135px;
    background:#252525;
	color:#ffffff;
    padding:0px 5px;
    border-left:1px dotted #C4CED6;
}
 
.msg_contents2 { /* Case du message => Couleur alternative */
    background:#252525;
}
 
.msg_contents_overflow {
    /* Case du contents du message, évite que les images trop grandes déforme */
    width:99%;
    height:auto;
    min-height:80px;
    overflow:auto;
    padding:10px 0px;
}
 
.msg_sign,.msg_sign2 { /* Signature du membre */
    background:#252525 url(images/border.png) repeat-y right;
    padding:4px;
    font-size:11px;
    margin-left:136px;
    border-left:1px dotted #C4CED6;
}
 
.msg_sign2 { /* Signature du membre => Couleur alternative */
    background:#252525;
}
 
.msg_sign_overflow { /* Signature du membre, fixe la hauteur maximale */
    height:auto !important;
    height:150px;
    width:99%;
    max-height:150px;
    max-width:99%;
    overflow:hidden;
}
 
.msg_bottom_l { /* Barre inférieure des messages */
 
}
 
.msg_bottom_r {
 
}
 
.msg_bottom {
    height:23px;
    background:#000000;
    padding-top:6px;
    padding-left:6px;
 
}
 
/* Modules
--------------------------------------*/ /* Conteneur des modules */
.module_position {
    width:98%;
    margin:auto;
}
 
 
.module_top_l { /* Barre supérieure des modules */
 
}
 
.module_top_r {
 
}
 
.module_top {
    height:32px;
    text-indent:10px;
    font-size:12px;
    font-weight:bold;
    color:#ffffff;
    border-bottom:2px solid #ffffff;
	background : url(images/module-top.png) repeat-x;
	-moz-border-radius-topright:12px;
	-moz-border-radius-topleft:12px;
	-khtml-border-radius-topright:12px;
	-khtml-border-radius-toprleft:12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-top-left-radius:12px;
}
 
.module_top a {
 
}
 
.module_contents { /* Contenu des modules */
    padding:20px 15px;
    padding-bottom:15px;
    clear:both;
	background : url(images/content.png) repeat;
    text-align:justify;
}
 
.module_bottom_l { /* Barre inférieure des modules */
 
}
 
.module_bottom_r {
 
}
 
.module_bottom {
    height:22px;
    padding-top:2px;
    padding-left:6px;
    font-size:12px;
	background : url(images/module-bottom.png) repeat-x;
 
}
 
 
/* Tableau global, utilisé dans les différents modules */
.module_table {
    width:98%;
    margin:auto;
	border-spacing:0px;
	border-collapse:separate;
	padding:0px;
	border:1px solid #CCCCCC;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
    border-radius:5px;
}
*+html .module_table { /* Hack ie7 */
	border-collapse:collapse;
}
 
/* Modules minis
--------------------------------------*/
.module_mini_container { /*Placement des mini modules */
    width:180px;
    margin:0px;
    margin-bottom:10px;
    border-spacing:1px;
	padding:5px;
 
}
 
.module_mini_top {
    height:32px;
    font-weight:bold;
    text-align:center;
	background: url(images/mini-top.png) no-repeat;
	margin-bottom:3px;
}
 
.module_mini_contents {
    border-top:none;
    border-bottom:none;
    text-align:center;
	margin-bottom:-10px;
	background: url(images/menucontent.png) repeat-y;
	margin-top:-3px;
 
}
 
.module_mini_bottom { /* Bordure inférieure des modules minis */
    height:32px;
	margin-top:10px;
	background: url(images/mini-bottom.png) no-repeat;
}
 
.label {
    font-weight:bold;
    font-size:11px;
    color:#476a7f;
}
 

content.css

pm http://www.phpboost.com    
Guy
   Le 04/09/09 à 14h45 Citer      

Booster Fuzil

Groupe: Membre

Sexe:
Inscrit le: 17/10/08
Messages: 73
Lieu: La Drôme, ALLEX
Je reconnais le fichier content.css que j'ai personnellement modifié. Merci de le partager.

À voir en réel sur mon site.
____________________
Il ne faut pas se moquer des chiens avant d'être sorti du village.[message personnel]

Administrateur des sites : http://www.sdat26.fr et http://www.aventure-paintball.fr en PhpBoost et aussi http://www.ambulance-pensu.com

pm http://forum.aventures-paintball.com    
   Le 30/08/10 à 11h46 Citer      

Booster Fronde

Groupe: Membre

Sexe:
Inscrit le: 04/01/10
Messages: 11
Lieu: Poitou-charente
Très beau thème ! Bravo franchement =)

Ps: j'ai trouvé une erreur sur ton thème, on ne peut pas se connecter :s vous avez une solution ?!



Edité par drakmans Le 30/08/10 à 12h24

pm    
   Le 07/10/10 à 12h30 Citer      

Booster Fronde

Groupe: Membre

Sexe:
Inscrit le: 29/09/10
Messages: 3
Bonjour à tous,

Je me permets d'upper ce topic car je constate le même problème que Drakmans, à savoir qu'on ne peut pas se connecter ?

Une idée ?

Merci ;)

pm    
2 Utilisateurs en ligne :: 0 Administrateur, 0 Modérateur, 0 Membre et 2 Visiteurs
Utilisateurs en ligne: Aucun membre connecté
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie
Annonces