Bubblesoul
Pour plus de possibilités, inscrit toi !
Bubblesoul
Pour plus de possibilités, inscrit toi !



 
AccueilAccueil  RechercherRechercher  Dernières imagesDernières images  S'enregistrerS'enregistrer  ConnexionConnexion  
Le Deal du moment : -39%
Pack Home Cinéma Magnat Monitor : Ampli DENON ...
Voir le deal
1190 €

Partagez
 

 Cours pour Lolo ?

Voir le sujet précédent Voir le sujet suivant Aller en bas 
Aller à la page : 1, 2, 3  Suivant
AuteurMessage

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Cours pour Lolo ?   Cours pour Lolo ? EmptyLun 1 Aoû - 3:01

Hello :D

Professeur souhaité : Un prof' de codage 8D
Disponiblité : 7/7 Sauf que je part Samedi a la playa / VAMOS A LA PLAYA :D
Galerie : Aucune pour le codage ^^

:3 Bisous :D
Revenir en haut Aller en bas

Administratrice


JustBreathe.
JustBreathe.
Administratrice

» Messages : 707


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptyLun 8 Aoû - 4:59

Hello, que veux tu savoir, je suis pas prof, mais
personne répond donc je me permet xd
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptyLun 22 Aoû - 10:45

Ahhh' désolé x) j'avais pas vue :S Okii merci :33

Bah je sais pas, j'aimerais bien apprendre à faire du css histoire de personnaliser un peu les forums xD
Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 3 Sep - 22:33

Je peux t'aider pour quelques trucs si tu veux^^
Ça dépend ce que tu souhaites faire :)
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 7:04

Bah, merci =) Je veux bien. Bah dis moi ce que tu sais faire, ça sera plus simple xD
Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 8:33

Je te montre un forum ou je travaille dessus :
http://beyond.forumotion.com ( bon , il y a des bug mais pas grave xD )
Par exemple , pour ici https://nsa20.casimages.com/img/2011/05/28/110528125937979520.png
Le lac des saumons.

Tu vas la ou il y a le nom de ton sujet , tu effaces et à la place , tu mets
Code:
<div class="titresujet">Nom de ton sujet</div>

Ensuite , tu vas dans affichages -> couleurs -> feuilles de style css et tu mets :

.titresujet {
font-size: 20px; /TAILLE DE LA POLICE/
font-family: time new roman; /LE NOM DE LA POLICE/
letter-spacing: -2px; /L'ESPACEMENT ENTRE LES LETTRES/
color: #ffffff; /COULEUR DE LA POLICE/
font-style : italic; /LE TEXTE EN ITALIQUE/
}

Supprime les /texte/ et modifies à ta sauce =)
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 9:20

Merci beaucoup =)
C'est sympa ce que tu fais :D
Tu ne sais rien faire dans cte genre xD ?

http://royal-majestic.forumactif.org/

Faut dire c'est tellement dure =='
Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 21:14

Tu parles de tout faire ou simplement un "truc" ? Sinon je vais essayer de regarder pour voir comment faire ^^
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 21:42

Un truc ^^ Parce que j'ai pas envie de te casser les pieds xD Aufaite, c'est une commande ou un cours xD ?
Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 21:43

Un cour ^^
Pour la dernière colonne , comme tu peux le voir , tout est fusionné.

TEMPLATES :
Tu vas dans index_box et tu cherches :

Code:
        <th nowrap="nowrap" width="50">{L_TOPICS}</th>
          <th nowrap="nowrap" width="50">{L_POSTS}</th>

Supprimes-le.
Cherches :

Code:
<td class="row3" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.TOPICS}</span>
          </td>
          <td class="row2" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.POSTS}</span>
          </td>

Ensuite , cherches sa :

Code:
<td class="row3 over" align="center" valign="middle" height="50">
            <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
          </td>

Remplaces-le par sa :

Code:
<td class="row3 over" align="center" valign="middle" height="50">
            <span class="gensmall"></span><br />
    <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
          </td>

Tutoriel by Melvin;

Dis moi si tu réussis , je vais regarder pour les descriptions ^^
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 22:02

xD
ça fais sa chez moi :$

http://laurea-test.forumgratuit.org/?tt=1

Merci beaucoup Adrenaline ;D
Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 22:03

Passes ton template index_box
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 22:19

Code:

<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
   <tr>
      <td valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <span class="gensmall">{LAST_VISIT_DATE}<br />
         {CURRENT_TIME}<br />
         </span>
         <!-- END switch_user_logged_in -->
         <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
         <!-- BEGIN switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
         <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
         <!-- END switch_user_logged_in -->
         <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
   </tr>
   <!-- END tablehead -->
   <!-- BEGIN cathead -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
         <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
               <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
         </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
   </tr>
   <!-- END cathead -->
   <!-- BEGIN forumrow -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
         <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
         <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
               <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
         </h{catrow.forumrow.LEVEL}>
         <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
         <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
         </span>
      </td>
      

      <td class="row3 over" align="center" valign="middle" height="50">
            <span class="gensmall"></span><br />
    <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
          </td>
   </tr>
   <!-- END forumrow -->
   <!-- BEGIN catfoot -->
   <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
   </tr>
   <!-- END catfoot -->
   <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 22:26

C'est bizarre , ton code fonctionne bien sur mon forum oO
Tu as cliqué sur la croix verte après ?
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 22:32

Ah maiis si, j'avais pas vu le changement, ça marche bien xDDD
Merci =)

On fais quoi maintenant *sort* ? XD
Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 22:38

Les descriptions de catégories ?
Tu veux la même chose que Royal Majestic ?
Tu peux me faire un schéma de ce que tu veux et j'essaie de te le faire =)
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 22:59

T'es vraiment trop gentille Adrenaline *o*', sur mon forum, je te créditerais, avec le lien que tu veux ^^

Tu sais faire une barre de navig un peu comme sur ce fofo ?

http://graph-kawaii.forumotion.com/forum

Pour Royal majestic, laisse ^^ C'est trop complexe pour moi ^^
Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 23:02

Je sais faire cet effet de police ainsi que placer le menu en haut mais pour la grande "barre" , je vais regarder =)
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 23:09

Ahhh ! Je crois avoir trouvé ^^ Sur un de mes forums, une amie m'avais fait sa, je vais juste essayer de prendre le code et de le modifier un peu =)
Par contre tu pourrais me dire l'effet de police s'il te plait :O

Puis, je vais juste te demander un truc, tu te rapelles du numéro 3 du schéma de Bubble soul , tu y arrives :$ ?

Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 23:16

Pour l'effet de police , tu mets ceci dans ton css :

a.mainmenu{
font-family: Times new roman;
font-size: 20px;
letter-spacing: -2px;
color: #BB2531;
text-shadow: #FFFFFF 1px 1px 1px;
}

J'essaie et je te dis quoi =)
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptySam 10 Sep - 23:23

Merci =)
Je vais manger, je reviens après <3 Bisous !
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptyDim 11 Sep - 3:55

Bon j'ai pas réussie xD
Et toi xD ?

*chiante*
Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptyDim 11 Sep - 3:56

Tu n'as pas réussi quoi ?
Pour les catégories , ça avance x) J'ai juste un petit problème que j'essaie de régler et j'te dis quoi =)
Revenir en haut Aller en bas

Poisson


Lauréa.
Lauréa.
Poisson

» Messages : 173


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptyDim 11 Sep - 4:04

Bah montre, ou tu en es, car peut-être qu'après y'a un élément que j'ai pas besoin xDDD
Merciii encoree <3

Ensuite, c'est pour la barre de navig', j'ai laisser tomber, mais j'ai pris ton code pour les écritures, et je trouve sa trop jolie *o*.

Et j'aurais juste besoin de ton aide entre temps, voila ce que le header me fais sur mon forum :
http://graphic.1fr1.net/

Le problème c'est que moi, j'aimerais qu'il reste fix, mais qu'il soit pas en fond... Enfin tu voies ce que je veux dire :$ ?

On dirais trop que je demandes pleins de codes, au lieu de faire un cour xD
Revenir en haut Aller en bas

Administratrice


adrenaline.
adrenaline.
Administratrice

» Messages : 1784
» Localisation : BELGIUM ♥


Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? EmptyDim 11 Sep - 6:18

Tu dois mettre l'image de ton header dans la case Image de fond de page et rien dans la case Logo du forum =)

Après , tu mets dans ton css :

Code:
Body {
background-attachment: scroll; background-repeat: no-repeat; background-position: top center;
}
Revenir en haut Aller en bas



Contenu sponsorisé



Cours pour Lolo ? Empty
MessageSujet: Re: Cours pour Lolo ?   Cours pour Lolo ? Empty

Revenir en haut Aller en bas
 

Cours pour Lolo ?

Voir le sujet précédent Voir le sujet suivant Revenir en haut 
Page 1 sur 3Aller à la page : 1, 2, 3  Suivant

 Sujets similaires

+

 Sujets similaires

-
» un cours pour Sara (:
» Un cours pour Haru
» J'ai besoin de cours en graphisme !
» Même votre admin a besoin de cours xd ♥
» J'ai besoin de cours photoshopien! je serais une bonne élève c'est promis! :3

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
Bubblesoul ::  :: 
les cours
 :: ♠ AUTRES COURS
-
Bubblesoul ::  :: 
les cours
 :: ♠ AUTRES COURS
+