Raaah ce header *o*

Besoin d'aide pour le script ? L'installation ? C'est par ici !
Règles du forum
Indiquez toujours votre nom de domaine lorsque vous faites une demande d'aide.
L'aide est réservée à ceux qui possèdent une licence à jour
coolsurf PTP
Messages : 24
Inscription : 12 nov. 2014, 14:15
votre ptp creadunet : coolsurffrcr

Raaah ce header *o*

Message par coolsurf PTP »

Rééééeh ! je reviens, (tres occupe par le boulot). Je commence le script, enfin reussi a decompresser ces fichiers x)

Je re upload les images, je voulais mettre le nouveau lien pour le header mais je n'ai rien trouver x)
j'ai bien trouver un fichier css...
/* Je séléctionne mes <li> par les sélecteurs (<li> est contenu par le <ul>), inutile de lui rajouter une class */
ul#menu_horizontal li {
display : inline;
padding : 0 0.8em; /* Pour espacer les boutons entre eux */
}
ul#menu_horizontal {
width : 850px;
height : 30px;
margin : 0em 0 0 0;
padding : 0;
background-color : #f4f9fd;
border : 1px dashed black;
list-style-type : none;
font-size:1.2em;
}

#framecontent{
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 200px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: navy;
color: white;
}

#maincontent{
width:99%;
background-color:white;
padding:10px;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}



/* Top Elements */
* { margin: 0; padding: 0; }

body {
background: #CCCCCC;
font: 75%/1.5em Verdana, Tahoma, arial, sans-serif;
color: #333;
/*text-align: center;*/
width:850px;
margin:0 auto;
}
legend{
font: 1.5em Verdana, Tahoma, arial, sans-serif;
color: blue;
font-weight:bold;
padding:10px;
}
fieldset{
border:grey 3px solid;
margin:15px;
padding:10px;
}
fieldset fieldset{
border:grey 1px solid;
margin:5px;
padding:5px;
}
fieldset fieldset legend{
font: 1.2em Verdana, Tahoma, arial, sans-serif;
color: blue;
font-weight:bold;
padding:5px;
}

.tabtitre{
font-weight:bold;
text-align:center;
font-size:1.2em;
}

.cssform p{
width: 500px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 230px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -205px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 200px;
}

.cssforminputcourt input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 25px;
font-size:0.9em;
color:green;
}
.cssforminputcourt select{ /*width of text boxes. IE6 does not understand this attribute*/
/*width: 22px;*/
font-size:0.9em;
color:green;
}

.cssform textarea{
width: 250px;
height: 300px;
}

.cssform legend{
font-size:1.4em;
font-weight:bold;
margin:20px;
}
.cssform .aide{
font-size:0.9em;
font-style:italic;
color:red;
background-color:yellow;
}

.cssform2 p{
width: 350px;
clear: left;
margin: 0;
padding: 2px 0 3px 0;
padding-left: 130px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform2 label{
font-weight: bold;
float: left;
margin-left: -105px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform2 input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 100px;
}

.cssform2 textarea{
width: 150px;
height: 50px;
}

.cssform2 legend{
font-size:1.4em;
font-weight:bold;
margin:20px;
}
.cssform2 .aide{
font-size:0.9em;
font-style:italic;
color:red;
background-color:yellow;
}
/* MENU DEROULANT */
/* ------------------------------------------------------------------------------------
Tha Drop-down Menu
------------------------------------------------------------------------------------ */

/* Elements de premier niveau
--------------------------------------*/
#menuDeroulant
{
background: #6A6458;
width: 850px;
height: 21px;
list-style-type: none;
margin: 0 auto;
padding: 0;
border: 0;
position: absolute;
top: 20;
/*left: 0;*/
}
#menuDeroulant li
{
float: left;
width: 170px;
margin: 0;
padding: 0;
border: 0;
}
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
display: block;
height: 1%;
color: #FFF;
background: #3B4E77;
margin: 0;
padding: 4px 8px;
border-right: 1px solid #fff;
text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #F2462E; }
#menuDeroulant li a:active { background-color: #5F879D; }

#menuDeroulant .sousMenu
{
display: none;
list-style-type: none;
margin: 0;
padding: 0;
border: 0;
}
#menuDeroulant .sousMenu li
{
float: none;
margin: 0;
padding: 0;
border: 0;
width: 169px;
border-top: 1.5px solid green;
border-right: 1.5px solid green;
}
#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
display: block;
color: #FFF;
font-weight:bold;
font-size:1.2em;
line-height:1.7em;
margin: 0;
border: 0;
text-decoration: none;
background: transparent url("images/fondTR2.png") repeat;
}
#menuDeroulant .sousMenu li a:hover
{
background-image: none;
background-color: #F2462E;
}

#menuDeroulant li:hover > .sousMenu { display: block; }
Mais ils sont ou les autres fichiers css? *O*
Je vais passer pour le gros debutant :')
creadunet
Administrateur du site
Messages : 2273
Inscription : 29 avr. 2009, 08:37

Re: Raaah ce header *o*

Message par creadunet »

les css du script, sont dans le répertoire des thèmes.
coolsurf PTP
Messages : 24
Inscription : 12 nov. 2014, 14:15
votre ptp creadunet : coolsurffrcr

Re: Raaah ce header *o*

Message par coolsurf PTP »

D'accord merci.
Et pourquoi les pages promotes du script affichent une page erreur de l'hebergeur?
creadunet
Administrateur du site
Messages : 2273
Inscription : 29 avr. 2009, 08:37

Re: Raaah ce header *o*

Message par creadunet »

au hasard, htaccess non supporté / activé ?
coolsurf PTP
Messages : 24
Inscription : 12 nov. 2014, 14:15
votre ptp creadunet : coolsurffrcr

Re: Raaah ce header *o*

Message par coolsurf PTP »

Comment l'activer?
creadunet
Administrateur du site
Messages : 2273
Inscription : 29 avr. 2009, 08:37

Re: Raaah ce header *o*

Message par creadunet »

ça dépend de votre hébergeur, c'est lui qu'il faut interroger.
Répondre