Thèmes pour JCray
Navigation  
  Accueil
  Themes
  => White
  => Urbain
  => Sobre
  JCray
  Annuaire
  Equipe

Créé par Toto et Randal

Urbain
Thème Urbain | Un thème très classe pour plusieurs type de jeux.

Adapteur : Randal
Créateur : Thoy
Thème créé le 11 mai


Comment installer ce thème ? Lisez plus bas.

  • Système > Configuration graphique > Modifier ton thème de jeu
  • Copier le code suspect ci-dessous et coller-le dans le grand cadre.
<html>
<head>
<title>{titre}</title>
<style>
body {
    background:url('http://zepload.com/images/1210514329_bg.gif') repeat #000;
    color:#323033;
    font:70% Verdana, Tahoma, Arial, Helvetica, sans-serif;
    padding:0;
    margin:0;
    }
  
div#page {
    width:700px;
    height:auto;
    margin:auto;
    border:5px solid #BAB9A4;
    background:url('http://zepload.com/images/1210514327_bg_menu.gif') repeat-y right #F9F8E3;
    }

ul , li { margin:0; padding:0; list-style-type:none; }
a { color:#333333; text-decoration:none; font-weight:bold; }
a:hover { color:#666666; font-weight:bold; }
a img { border:0; }
h1, h2, h3, h4, h5 { margin:0; font-size:100%; width:auto; }
p { margin:0; padding:5px 0; }
div.clear { clear:both; }
.cache { position:absolute; top:-500px; left:0; width:1px; height:1px; }

/* Header */

h1 { background:url('http://zepload.com/images/1210514331_header.png') no-repeat; width:675px; height:100px; padding:25px 0 0 25px; color:#FFF;

font-size:200%; }

ul#prelude {
    width:700px;
    height:13px;
    background:#4F4329;
    text-align:center;
    font-size:80%;
    padding-top:2px;
    }

#prelude li { display:inline; }
#prelude a { border-right:1px solid #FFF; padding-right:4px; font-weight:normal; color:#FFF; }
#prelude a#end { border-right:0; padding-right:0; }

/* Conteneur General */

div#main {
    float:left;
    width:480px;
    height:auto;
    margin-bottom:20px;
    }
  
/* Posts & style */
div.post {
    margin:20px auto 20px auto;
    padding-left:13px;
    }
  
h2.post-title { color:#5F8518; font:180% normal; }
h2.post-title span { border-bottom:1px dashed #5F8515; }

div.post-content p.img { margin:auto; text-align:center; }

p.post-info { color:#816C3F; background:url('http://zepload.com/images/1210514324_info_bulle.png') no-repeat left; padding-left:19px; }
p.post-info a { font-weight:normal; color:#816C3F; }
p.post-info a:hover { font-weight:bold; }

a.suite { font-weight:normal; color:#5F8518; text-decoration:underline; }

p.post-info-co { text-align:right; border-bottom:1px dashed #816C3F; padding-bottom:0; }
p.post-info-co a { font-weight:normal; color:#816C3F; }

ul#pagination { text-align:center; }
#pagination li { display:inline; }
#pagination a { color:#323033; text-decoration:underline; font-weight:normal; }
#pagination a.selected { text-decoration:none; }
#pagination a:hover { font-weight:bold; }

/* Menu */

div#menu {
    width:170px;
    float:right;
    padding-right:20px;
    }

#menu h2 { text-transform:uppercase; font:170% normal; margin:10px auto 10px auto; }
#menu h2.vert { color:#0F6526; border-bottom:1px dashed #0F6526; }
#menu h2.rouge { color:#BC0023; border-bottom:1px dashed #BC0023; }
#menu h2.jaune{ color:#9AA255; border-bottom:1px dashed #9AA255; }

#menu h3 { color:#304766; font-size:130%; }

#menu ul { margin-bottom:20px; }
#menu ul li { border-bottom:1px dotted #B9B8A6; padding-bottom:2px; margin-top:4px; width:160px; margin-left:8px; }
#menu a { color:#323033; font-weight:normal; }
#menu a:before { content:"+   "; }

/* Footer */
  
p#footer {
    clear:both;
    width:687px;
    background:#4F4329;
    color:#FFF;
    padding-left:13px;
    font-size:90%;
    }
  
#footer a { font-weight:normal; text-decoration:underline; color:#FFF; }
</style>


<SCRIPT LANGUAGE="JavaScript">
Today = new Date;
Jour = Today.getDate();
Mois = (Today.getMonth())+1;
Annee = Today.getFullYear();
Messagee = + Jour + "/" + Mois + "/" + Annee;
</SCRIPT>

<SCRIPT LANGUAGE="JavaScript">
Today = new Date;
Heure = Today.getHours();
Min = Today.getMinutes();
Message = + Heure + ":" + Min + "";
</script>
</head>

<body>
<div id="page">
    <h1>{titre}</h1>
    <ul id="prelude">
<li><font color="white">~~ Nous sommes le <SCRIPT LANGUAGE="JavaScript">document.write(Messagee);</SCRIPT> et il est <SCRIPT LANGUAGE="JavaScript">document.write(Message);</SCRIPT> ~~</font></li>
    </ul>
  
    <div id="main"<y
        <div class="post">
            <h2 class="post-title"><span>{titre}</span></h2>
            <p class="post-info">Lisez donc !
            <div class="post-content">

                <p>{contenu}</p>

            </div>
        </div>
    </div>
  
    <div id="menu">
    <h2 class="vert">Navigation</h2>
    <ul>
    <li><a href="#">{MENU}</a></li>
    </ul>
    </div>

    <div id="menu">
    <h2 class="vert">Ressources</h2>
     {ressources}
     </div>

<p id="footer">Adapté par Randal | Design par Thoy | Découpé par Gounlaf</p>
</div>
</body>
</html>

  • Cliquez sur Enregistrer les modifications. Dernière étape.
  • Système > Gestion des menus > Modifier > Mode expert
  • Copier le code suspect ci-dessous et coller-le dans le cadre.
<!-- BEGIN MENU -->
<div id="{menu_id}">

<!-- BEGIN SOUSMENU -->
{sous_menu_nom}<br>
<!-- END SOUSMENU -->

</div>
<!-- END MENU -->
  • Cliquez sur Enregistrer les modifications. Le thème est installé !
Thèmes en créations  
  ~ Ceux de Toto
Cristal, Volcan, Fourmis, Espace, Robot

~ Ceux de Randal
Gestion, Futuriste, Nuit
 
Ce site web a été créé gratuitement avec Ma-page.fr. Tu veux aussi ton propre site web ?
S'inscrire gratuitement