Sushi
{ Membre }
Messages : 5
| Bonjour, je fais ma première commande pour une page d'accueil. - Objet de la commande: (Par exemple: page d'accueil, «Qui est en ligne ?», code CSS etc.) Page d'accueil
- Détails: (Description détaillée de la commande, avec couleurs, contenu personnalisé (image, texte, lien), effets CSS ou HTML désiré etc. )
Plusieurs couleurs : #5B4839 #251A15 #9D927F
Pour plus de couleurs Mon forum
- Aperçu: ( Un aperçu, sous forme de montage graphique, du rendu souhaité. (si possible))apercu
- Autoriser un membre à répondre [X] Oui [] Non (En cochant oui, vous donnez le droit aux membres de CSSActif qui ne sont pas codeurs officiels de répondre à votre demande)
| | |
|
Kimy
{ Membre actif }
Messages : 1190
| Bonsoir. Voilà ce que j'ai pu te faire à ma façon. Si tu n'aimes pas, il faudra être plus précise dans ta demande. - Code:
-
<table border="0" width="100%">
<tr> <td width="40%"> <img src="http://i63.servimg.com/u/f63/11/83/54/29/360_1410.jpg" /> </td> <td width="60%" style="vertical-align: top;" align="center"> <br /> <table cellspacing="20"><tr> <td><a class="titre_pa" href="LIEN">Présentation</a></td> <td><a class="titre_pa" href="LIEN">Rules</a></td> <td><a class="titre_pa" href="LIEN">RPG</a></td> </tr></table> </td> </tr> </table> <table border="0" width="100%" cellspacing="10"> <tr> <td width="30%" style="vertical-align: top;"> <div class="titre_pa" align="right"> Annonces </div><br /> <div style="width:300px;height:120px;overflow:auto;"> Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte </div> </td> <td width="30%" style="vertical-align: top;"> <div class="titre_pa" align="left"> Staff </div> <br /> <img src="http://i63.servimg.com/u/f63/11/83/54/29/icon_119.jpg" /> <img src="http://i63.servimg.com/u/f63/11/83/54/29/icon_119.jpg" /> </td> <td width="40%" style="vertical-align: top;"> <div class="titre_pa" align="left"> Story </div><br /> Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte </td> </tr> </table> <table border="0" width="100%" cellspacing="10">
<tr> <td width="30%" style="vertical-align: top;"> <div class="titre_pa" align="right"> Nouveauté </div><br /> Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte Ton texteTon texteTon texte </td> <td width="70%" align="center" style="vertical-align: top;"> <div style="width:30%;" class="titre_pa" align="left"> Affiliates </div> <br /> <form> <select style="width: 200px" onchange="window.open(this.options[this.selectedIndex].value)"> <option selected="selected"> Top Affiliates </option> <option value="URL" target="_blank"> TEXTE </option> <option value="URL" target="_blank"> TEXTE </option> <option value="URL" target="_blank"> TEXTE </option> <option value="URL" target="_blank"> TEXTE </option> <option value="URL" target="_blank"> TEXTE </option> </select> </form> </td> </tr> </table> - Code:
-
.titre_pa { background-color: #47372B; border: 2px solid #251A15; padding: 10px; font-size: 14px; color: #9D927F; }
a.titre_pa { text-decoration: none; }
a.titre_pa:hover { text-decoration: none !important; font-variant: small-caps; } | | |
|