GnS
Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.

GnS

Forum officiel de la guilde Gensou no Seika (GnS), du jeu shinobi.fr
 
AccueilPortailRechercherDernières imagesS'enregistrerConnexion
-39%
Le deal à ne pas rater :
Pack Home Cinéma Magnat Monitor : Ampli DENON AVR-X2800H, Enceinte ...
1190 € 1950 €
Voir le deal

 

 CSS

Aller en bas 
+3
Punzaru
Le démon Zetsu
beatrixkiddo
7 participants
AuteurMessage
beatrixkiddo
Glorieux
Glorieux
beatrixkiddo


Masculin Nombre de messages : 105
Localisation : devant mon pc...
Date d'inscription : 03/12/2007

CSS Empty
MessageSujet: CSS   CSS Icon_minitimeSam 5 Jan - 1:20

je cherche quelqu'un doué en CSS pour m'aider a faire un profil...
Revenir en haut Aller en bas
Le démon Zetsu
Chef de l'élite
Chef de l'élite
Le démon Zetsu


Masculin Nombre de messages : 1452
Age : 32
Localisation : Soissons > Aisne
Date d'inscription : 11/10/2007

Shinobi
Classe: Combattant Combattant
Niveau: 79
Kills: 402

CSS Empty
MessageSujet: Re: CSS   CSS Icon_minitimeSam 5 Jan - 1:45

mhh ...
a priori pas moi, étant donné que je ne sais même pas ce qu'est du CSS Razz
Revenir en haut Aller en bas
https://gns-gensou.forumsactifs.com
Punzaru
Maître
Maître
Punzaru


Masculin Nombre de messages : 263
Age : 32
Localisation : QUEBEC PWNAGE
Date d'inscription : 03/12/2007

Shinobi
Classe: Maitre-Jutsu Maitre-Jutsu
Niveau: 74
Kills: 13

CSS Empty
MessageSujet: Re: CSS   CSS Icon_minitimeSam 5 Jan - 8:38

Counter Strike:Source,

je jouait avant de jouer a WoW
je n'y joue plus pour linstant ^^
Revenir en haut Aller en bas
beatrixkiddo
Glorieux
Glorieux
beatrixkiddo


Masculin Nombre de messages : 105
Localisation : devant mon pc...
Date d'inscription : 03/12/2007

CSS Empty
MessageSujet: Re: CSS   CSS Icon_minitimeSam 5 Jan - 11:09

cascading style sheet, CSS

ca sert a modifier l'apparence d'une page
Revenir en haut Aller en bas
ImSangHoon
Maître
Maître
ImSangHoon


Masculin Nombre de messages : 491
Age : 36
Localisation : Genève (Suisse)
Date d'inscription : 10/12/2007

Shinobi
Classe: Médecin Médecin
Niveau: 95
Kills: 57

CSS Empty
MessageSujet: Re: CSS   CSS Icon_minitimeSam 5 Jan - 13:02

Punzaru a écrit:
Counter Strike:Source,

g33k xD


le CSS est effectivement du Cascading Style Sheet, c'ets un langage de programmation pour le design web...

Plus concrètement ça peut ressembler à ça :

Code:
/*model*/
body {
margin: 0px;
background-image:url(images/bg_tatami.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
#global{
position:absolute;
width:800px;
margin-top:0px;
margin-left:-400px;
left:50%;
padding-top:30px;
padding-bottom:30px;
}
   #header{
   background-color:#FFFFFF;
   height:256px;
   -moz-border-radius: 15px 15px 0px 0px;
   border-radius : 15px 15px 0px 0px;
   text-align: center;
   }
   #content{
   background-color:#FFFFFF;
   float:left;
   width:800px;
   -moz-border-radius: 0px 0px 15px 15px;
   border-radius : 0px 0px 15px 15px;
   }
      #colonne1{
      width:150px;
      float:left;
      }
         #menu {
         float:left;
         width:150px;
         }
            #menu ul {
            padding-top:10px;
            padding-left:5px;
            padding-bottom:5px;
            margin-top:10px;
            margin-left:5px;
            margin-bottom:5px;
            list-style-type:none;
            font-size: 12px;
            }
            #menu ul a:link, #menu ul a:visited {
            padding:1px 1px 2px 3px;
            text-decoration: none;
            display:block;
            color: #336699;
            font-weight: bold;
            }
               #menu1 a:hover {
               background-image:url(images/trace1.gif);
               background-repeat: no-repeat;
               background-position: left center;
               }
               #menu2 a:hover {
               background-image:url(images/trace2.gif);
               background-repeat: no-repeat;
               background-position: left center;
               }
               #menu3 a:hover {
               background-image:url(images/trace3.gif);
               background-repeat: no-repeat;
               background-position: left center;
               }
               #menu4 a:hover {
               background-image:url(images/trace4.gif);
               background-repeat: no-repeat;
               background-position: left center;
               }
               #menu5 a:hover {
               background-image:url(images/trace5.gif);
               background-repeat: no-repeat;
               background-position: left center;
               }
               #menu6 a:hover {
               background-image:url(images/trace6.gif);
               background-repeat: no-repeat;
               background-position: left center;
               }
               #menu7 a:hover {
               background-image:url(images/trace1.gif);
               background-repeat: no-repeat;
               background-position: left center;
               }
               #menu8 a:hover {
               background-image:url(images/trace4.gif);
               background-repeat: no-repeat;
               background-position: left center;
               }
               #menu9 a:hover {
               background-image:url(images/trace5.gif);
               background-repeat: no-repeat;
               background-position: left center;
               }
               
               #menu li {
               margin-bottom:3px;
               }
                  #sousnavig {
                  list-style-type:none;
                  padding-left: 10px;
                  margin-left:10px;
                  font-size: 10px;
                  font-weight:normal;
                  }
                     #sousnavig1 a:hover {
                     background-image:url(images/trace5.gif);
                     background-repeat: no-repeat;
                     background-position: left center;
                     }
                     #sousnavig2 a:hover {
                     background-image:url(images/trace3.gif);
                     background-repeat: no-repeat;
                     background-position: left center;
                     }
                     #sousnavig3 a:hover {
                     background-image:url(images/trace4.gif);
                     background-repeat: no-repeat;
                     background-position: left center;
                     }
                     #sousnavig4 a:hover {
                     background-image:url(images/trace1.gif);
                     background-repeat: no-repeat;
                     background-position: left center;
                     }
                     #sousnavig5 a:hover {
                     background-image:url(images/trace2.gif);
                     background-repeat: no-repeat;
                     background-position: left center;
                     }
                     #sousnavig6 a:hover {
                     background-image:url(images/trace6.gif);
                     background-repeat: no-repeat;
                     background-position: left center;
                     }
            #hangul {
            float:left;
            height:327px;
            width:150px;
            background-image: url(images/hangul.gif);
            background-repeat: no-repeat;
            background-position: center bottom;
            }
      #colonne2{
      width:450px;
      float:left;
      }
         #accueil, #tkd, #team, #club, #liens, #casse, #combat, #lexique, #news, #poomse, #selfdefense, #stages, #multimedia {
         background-repeat: no-repeat;
         background-position: right bottom;
         }
         #accueil {
         background-image:url(images/accueil.jpg);
         padding-bottom:300px;
         }
         #tkd {
         background-image:url(images/tkd.jpg);
         padding-bottom:230px;
         }
         #team {
         background-image:url(images/team.jpg);
         padding-bottom:280px;
         }
         #multimedia {
         background-image:url(images/compet.jpg);
         padding-bottom:260px;
         }
         #club {
         background-image:url(images/club.jpg);
         padding-bottom:175px;
         }
         #liens {
         background-image:url(images/liens.jpg);
         padding-bottom:200px;
         }
         #casse {
         background-image:url(images/casse.jpg);
         padding-bottom:430px;
         }
         #combat {
         background-image:url(images/compet.jpg);
         padding-bottom:290px;
         }
         #lexique {
         background-image:url(images/temp.jpg);
         padding-bottom:50px;
         }
         #news {
         background-image:url(images/news.jpg);
         padding-bottom:250px;
         }
         #poomse {
         background-image:url(images/poomse.jpg);
         padding-bottom:215px;
         }
         #selfdefense {
         background-image:url(images/selfdefense.jpg);
         padding-bottom:380px;
         }
         #stages {
         background-image:url(images/stages.jpg);
         padding-bottom:140px;
         }
         
         #contenu {
         margin-left:20px;
         padding-bottom:20px;
         padding-right:20px;
         line-height: 15px;
         }
         #texte_accueil {
         font-size: 12px;
         font-weight:bold;
         font-style: italic;
         }
         
      #colonne3{
      width:200px;
      float:left;
      }
         #breves{
         margin-left:20px;
         padding-bottom:20px;
         }
      #footer {
      font-size: 9px;
      float:left;
      width:800px;
      padding-top:5px;
      padding-bottom:5px;
      text-align: center;
      }
         #xiti-logo {
         padding-top:10px;
         }
h1 {
font-size: 11px;
color: #336699;
padding-bottom:10px;
padding-top:14px;
font-weight: bold;
}
h2 {
font-size: 11px;
color: #336699;
padding-bottom:10px;
padding-top:14px;
}
h3{
font-size: 10px;
color: #336699;
padding-bottom:10px;
padding-top:15px;
}
h4{
padding-bottom:5px;
padding-top:10px;
font-size: 10px;
color: #336699;
}
a:link, a:visited {
   color: #336699;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

/*page news*/
   .news {
   color: #336699;
   font-weight: bold;
   }
   .news2 {
   color: #336699;
   font-weight: bold;
   font-size: 12px;
   }


C'est moi qui l'ai faite... ;p
Revenir en haut Aller en bas
http://www.taekwondo-geneve.com
izuko
Kross Park
Kross Park
izuko


Féminin Nombre de messages : 56
Age : 33
Localisation : en normandie là ou il pleu ts le tps...
Date d'inscription : 02/12/2007

CSS Empty
MessageSujet: Re: CSS   CSS Icon_minitimeSam 5 Jan - 13:56

jeu moi tous ce ki touche a la programation c'est mort^^ dc dsl mais je peu pas t'aidé...
Revenir en haut Aller en bas
http://www.kaoru27.skyblog.com
Punzaru
Maître
Maître
Punzaru


Masculin Nombre de messages : 263
Age : 32
Localisation : QUEBEC PWNAGE
Date d'inscription : 03/12/2007

Shinobi
Classe: Maitre-Jutsu Maitre-Jutsu
Niveau: 74
Kills: 13

CSS Empty
MessageSujet: Re: CSS   CSS Icon_minitimeSam 5 Jan - 19:26

css stun jeu
Revenir en haut Aller en bas
Raek
Membre d'élite
Membre d'élite
Raek


Nombre de messages : 957
Age : 36
Localisation : Belgique!
Date d'inscription : 11/12/2007

Shinobi
Classe: Maitre-Jutsu Maitre-Jutsu
Niveau: 83
Kills: 347

CSS Empty
MessageSujet: Re: CSS   CSS Icon_minitimeSam 5 Jan - 21:42

Rolling Eyes CS:S c'est un jeu pas CSS
Revenir en haut Aller en bas
Mesdoran
V.V.D
V.V.D
Mesdoran


Masculin Nombre de messages : 21
Age : 34
Localisation : Québec
Date d'inscription : 08/12/2007

CSS Empty
MessageSujet: Re: CSS   CSS Icon_minitimeLun 7 Jan - 12:43

Punzaru a écrit:
css stun jeu

Même si c'est un jeu, c'est pas ca qu'il cherche xD
Revenir en haut Aller en bas
http://www.shinobi.fr
Contenu sponsorisé





CSS Empty
MessageSujet: Re: CSS   CSS Icon_minitime

Revenir en haut Aller en bas
 
CSS
Revenir en haut 
Page 1 sur 1

Permission de ce forum:Vous ne pouvez pas répondre aux sujets dans ce forum
GnS :: Espace Détente :: Dessins, Wallpapers-
Sauter vers:  
Ne ratez plus aucun deal !
Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
IgnorerAutoriser