Version 0.10
366
templates/csnu/base.css
Normal file
|
|
@ -0,0 +1,366 @@
|
|||
*
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
a
|
||||
{
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: #999966;
|
||||
}
|
||||
|
||||
a:hover,a:hover:visited
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited
|
||||
{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body, html
|
||||
{
|
||||
background-color: #000000;
|
||||
text-align: center;
|
||||
font-family: "arial";
|
||||
font-size: 10px;
|
||||
color: #999966;
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
.all
|
||||
{
|
||||
background-color: #363928;
|
||||
width: 910px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.cornertop1, .cornertop2, .cornertop3, .cornertop4, .cornertop5, .cornerbt1, .cornerbt2, .cornerbt3, .cornerbt4, .cornerbt5
|
||||
{
|
||||
margin: 0 auto;
|
||||
font-size: 0;
|
||||
}
|
||||
|
||||
.cornertop1, .cornertop2, .cornertop3, .cornertop4, .cornertop5
|
||||
{
|
||||
background-color: #363928;
|
||||
}
|
||||
|
||||
.cornerbt1, .cornerbt2, .cornerbt3, .cornerbt4, .cornerbt5
|
||||
{
|
||||
background-color: #212318;
|
||||
}
|
||||
|
||||
.cornertop1
|
||||
{
|
||||
width: 908px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
.cornertop2
|
||||
{
|
||||
width: 906px;
|
||||
height: 2px;
|
||||
|
||||
}
|
||||
|
||||
.cornertop3
|
||||
{
|
||||
width: 904px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.cornertop4
|
||||
{
|
||||
width: 900px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.cornertop5
|
||||
{
|
||||
width: 894px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.cornerbt1
|
||||
{
|
||||
width: 908px;
|
||||
height: 3px;
|
||||
}
|
||||
|
||||
.cornerbt2
|
||||
{
|
||||
width: 906px;
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
.cornerbt3
|
||||
{
|
||||
width: 904px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.cornerbt4
|
||||
{
|
||||
width: 900px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.cornerbt5
|
||||
{
|
||||
width: 894px;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
.header_link
|
||||
{
|
||||
float: left;
|
||||
padding: 2px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.rss
|
||||
{
|
||||
color: #00CCFF;
|
||||
float: right;
|
||||
padding: 2px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.buttons
|
||||
{
|
||||
margin-top: 5px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 900px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.buttons div
|
||||
{
|
||||
float: left;
|
||||
width: 89px;
|
||||
height: 32px;
|
||||
background: #363928 url(images/ombre_bt.gif) no-repeat bottom;
|
||||
margin-right: 15px;
|
||||
}
|
||||
|
||||
.buttons a
|
||||
{
|
||||
display: block;
|
||||
width: 85px;
|
||||
height: 20px;
|
||||
text-align: center;
|
||||
padding-top: 8px;
|
||||
color: #FFFFFF;
|
||||
background: #5B6044 url(images/button.gif) repeat-x top;
|
||||
font-family: "Trebuchet MS";
|
||||
font-weight: lighter;
|
||||
}
|
||||
|
||||
.buttons a:hover
|
||||
{
|
||||
background: #5B6044 url(images/button_hover.gif) no-repeat bottom center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.recherche
|
||||
{
|
||||
float: right;
|
||||
text-align: left;
|
||||
margin: 4px 10px;
|
||||
}
|
||||
|
||||
.recherche a
|
||||
{
|
||||
color: #99CC00;
|
||||
}
|
||||
|
||||
input[type="text"]
|
||||
{
|
||||
color: #345800;
|
||||
width: 120px;
|
||||
background-color: #E7ECCE;
|
||||
border: #CCFF34 solid 1px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
input[type="text"]:focus
|
||||
{
|
||||
border-color: #CCFF34;
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
input[type="submit"]
|
||||
{
|
||||
width: 50px;
|
||||
height: 15px;
|
||||
color: #FFFFFF;
|
||||
font-family:"verdana";
|
||||
font-weight: bold;
|
||||
font-size: 8px;
|
||||
text-decoration:none;
|
||||
background: transparent;
|
||||
background-image: url(images/ok.gif);
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
input[type="submit"]:hover
|
||||
{
|
||||
color: #043A50;
|
||||
}
|
||||
|
||||
.annonce
|
||||
{
|
||||
background-color: #2E3122;
|
||||
padding: 1px 6px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.menu
|
||||
{
|
||||
float: left;
|
||||
background-color: #2E3122;
|
||||
margin: 4px 2px;
|
||||
width: 214px;
|
||||
}
|
||||
|
||||
.menu_head
|
||||
{
|
||||
background: #363928 url(images/menu.gif) no-repeat top left;
|
||||
width: 214px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.menu a
|
||||
{
|
||||
text-align: left;
|
||||
text-indent: 8px;
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
width: 210px;
|
||||
height: 23px;
|
||||
margin: 1px;
|
||||
background-color: #35392A;
|
||||
color: #999966;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.menu a:hover
|
||||
{
|
||||
color: #FFFFFF;
|
||||
background: #797C6C url(images/menu_lien.gif) repeat-x bottom;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.space
|
||||
{
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.corps_top
|
||||
{
|
||||
float: right;
|
||||
clear: right;
|
||||
width: 680px;
|
||||
margin: 12px 5px;
|
||||
background: #2E3122 url(images/corps.gif) repeat-y center;
|
||||
}
|
||||
|
||||
.border_top
|
||||
{
|
||||
width: 680px;
|
||||
height: 9px;
|
||||
background: #363928 url(images/corpstop.gif) no-repeat center;
|
||||
}
|
||||
|
||||
.border_bt
|
||||
{
|
||||
width: 680px;
|
||||
height: 9px;
|
||||
background: #363928 url(images/corpsbt.gif) no-repeat center;
|
||||
}
|
||||
|
||||
.corps_top img, .corps_top div
|
||||
{
|
||||
float: left;
|
||||
margin: 2px 6px;
|
||||
}
|
||||
|
||||
.corps_top .ressource
|
||||
{
|
||||
float: right;
|
||||
width: 96px;
|
||||
height: 50px;
|
||||
padding-top: 25px;
|
||||
margin-right: 6px;
|
||||
background: transparent url(images/ressource.gif) no-repeat bottom;
|
||||
color: #00CCFF;
|
||||
}
|
||||
|
||||
.corps_top .border_top, .corps_top .border_bt
|
||||
{
|
||||
margin: 0;
|
||||
float: none;
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.ressource span
|
||||
{
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.corps
|
||||
{
|
||||
float: right;
|
||||
clear: right;
|
||||
margin: 5px;
|
||||
width: 680px;
|
||||
background: #2E3122 url(images/corps.gif) repeat-y center;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.corps .barre
|
||||
{
|
||||
background: transparent url(images/barre.gif) no-repeat center;
|
||||
width: 670px;
|
||||
height: 20px;
|
||||
padding-top: 3px;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
margin: 8px 4px;
|
||||
}
|
||||
|
||||
.corps div
|
||||
{
|
||||
margin: 8px 0px;
|
||||
height: 20px;
|
||||
padding-top: 3px;
|
||||
width: 670px;
|
||||
background-color: #35392A;
|
||||
margin: 4px;
|
||||
}
|
||||
|
||||
.corps .border_top, .corps .border_bt
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 9px;
|
||||
width: 680px;
|
||||
}
|
||||
|
||||
.footer
|
||||
{
|
||||
width: 894px;
|
||||
clear: both;
|
||||
background-color: #212318;
|
||||
padding: 8px;
|
||||
}
|
||||
65
templates/csnu/base.tpl
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
|
||||
<meta http-equiv="Content-Language" content="fr" />
|
||||
<title>::Halo-Battle:: - CSNU</title>
|
||||
<link rel="stylesheet" href="../templates/csnu/base.css" type="text/css" media="all" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="cornertop5"></div>
|
||||
<div class="cornertop4"></div>
|
||||
<div class="cornertop3"></div>
|
||||
<div class="cornertop2"></div>
|
||||
<div class="cornertop1"></div>
|
||||
<div class="all">
|
||||
<div class="header">
|
||||
<div class="header_link"><span style="color: rgb(153, 204, 0);">{DATEHEURET}</span> | <a href="#">Titre dernière news</a> | <a href="#">Dernier topic forum</a> | <a href="#">Dernier membre inscrit</a> | <a href="#">Téléchargement</a> | <a href="#">Lien</a></div><a href="#" class="rss"><img src="images/menu/rss.gif" alt="RSS" height="14" width="14" /> RSS :: s'abonner</a>
|
||||
<img src="images/menu/h_header.jpg" alt="header" height="82" width="908" />
|
||||
<div class="buttons"><div><a href="depart.php">ACCUEIL</a></div> <div><a href="#">LE JEU</a></div> <div><a href="#">S'INSCRIRE</a></div> <div><a href="#">FORUM</a></div> <div><a href="#">STAFF</a></div> <div><a href="#">F.A.Q.</a></div></div>
|
||||
<form class="recherche" action="#" method="post"><fieldset><input name="recherche" value="rechercher" onfocus="this.value = this.value!='rechercher'?this.value:''" onblur="this.value=this.value==''?'rechercher':this.value" type="text" /> <input value="OK" type="submit" /><br /><a href="#"><img src="images/menu/recherche.gif" alt="+" height="7" width="7" /> Recherche Avancée</a></fieldset></form>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<div class="annonce"><span style="color: rgb(153, 153, 153); float: left;"><b>DEFENDREZ-VOUS L'HUMANITE OU LA DETRUIREZ-VOUS</b></span><span style="color: rgb(255, 204, 0); float: right;">{COUNTHUMAINS} Marines et {COUNTCOVENANTS} Covenants se battent dans <ins>1 univers</ins></span><div style="clear: both;"></div></div>
|
||||
<div>
|
||||
<div class="menu"><div class="menu_head"></div>
|
||||
<a href="depart.php">Accueil</a> <a href="#">Batiments</a> <a href="#">Caserne</a> <a href="#">Chantier spatial</a> <a href="#">Chantier terrestre</a> <a href="#">Défenses</a> <a href="#">Laboratoires</a> <a href="#">Arbre technologique</a><div class="space"></div>
|
||||
<a href="#">Ressources</a> <a href="#">Gestion</a> <a href="#">Flotte</a> <a href="#">Armée</a> <a href="#">Carte spatiale</a> <a href="#">Options</a><div class="space"></div>
|
||||
<a href="#">Messages</a> <a href="#">Alliance</a> <a href="#">Classement</a> <a href="#">Forums</a> <a href="#">Rapports de bug</a> <a href="#">F.A.Q.</a> <a href="#">Déconnexion</a><div class="space"></div>
|
||||
</div>
|
||||
<div class="corps_top">
|
||||
<div class="border_top"></div>
|
||||
<img src="images/planetes/{RES_IMAGE}.jpg" alt="planète" height="70" width="70" />
|
||||
<div style="color: rgb(105, 147, 167);">Bonjour, <span style="color: rgb(204, 204, 0);">{PSEUDO},</span><br />Votre position actuelle:<br /><br />
|
||||
<form action="ndepart.php" method="get" id="change_planete">
|
||||
<p>
|
||||
<select size="1" onchange="document.getElementById('change_planete').submit();" name="Pid">
|
||||
<!-- BEGIN planetes -->
|
||||
<option value="{planetes.RES_VALUE}"{planetes.RES_MORE}>{planetes.RES_NOM} {planetes.RES_REF}</option>
|
||||
<!-- END planetes -->
|
||||
</select>
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
<div class="ressource"><span>{NOM_ENERGIE}</span><br />{RES_ENERGIE}</div>
|
||||
<div class="ressource"><span>{NOM_HYDROGENE}</span><br />{RES_HYDROGENE}</div>
|
||||
<div class="ressource"><span>{NOM_CRISTAL}</span><br />{RES_CRISTAL}</div>
|
||||
<div class="ressource"><span>{NOM_METAL}</span><br />{RES_METAL}</div>
|
||||
<div class="border_bt"></div>
|
||||
</div>
|
||||
<div class="corps">{PUB}<br />
|
||||
{CONTENU}
|
||||
</div>
|
||||
<div class="footer">Réalisé par Halo-Battle Staff<br />Design by <a href="http://www.theartscommunity.org/" onclick="window.open(this.href); return false;"><ins>nothingarts</ins></a><br /><br />Site visité 514200 fois depuis sa création<br /><a href="#">Accueil</a> | <a href="#">Le jeu</a> | <a href="#">S'inscrire</a> | <a href="#">Forum</a> | <a href="#">Staff</a> | <a href="#">F.A.Q.</a></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cornerbt1"></div>
|
||||
<div class="cornerbt2"></div>
|
||||
<div class="cornerbt3"></div>
|
||||
<div class="cornerbt4"></div>
|
||||
<div class="cornerbt5"></div>
|
||||
|
||||
<!-- \\******* By Phantom & Némunaire *******// Halo-Battle, Tous droits réservés -->
|
||||
</body></html>
|
||||
12
templates/csnu/depart.tpl
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<div class="border_top"></div>
|
||||
<div class="barre">Evénements</div>
|
||||
<span style="text-align: left; text-indent: 12px; display: block;">Heure du serveur: {DATEHEURE}</span>
|
||||
<span style="text-align: left; text-indent: 12px; display: block;">{MESSAGERIE}</span>
|
||||
<div style="background-color: rgb(71, 76, 54);"><a href="rename.php" style="color: #FFFFFF; font-weight: normal;">{NOM_PLANETE}</a><span style="color: rgb(105, 147, 167);"> (<span style="color: rgb(204, 204, 0);">{PSEUDO_PLANETE}</span>)</span></div>
|
||||
<img src="images/planetes/{IMAGE}.jpg" alt="planete" height="200" width="200" />
|
||||
<div class="barre">Infos</div>
|
||||
<div>Diamètre: {DESC_DIAMETRE} km <ins>({DESC_CASES}/{DESC_CASESMAX} cases)</ins></div>
|
||||
<div>Race : {RACE}</div>
|
||||
<div>Position: {GALAXIE}.{SYSTEME}.{POSITION}</div>
|
||||
<div>Classement: {POINTS} points ({PLACE})</div>
|
||||
<div class="border_bt"></div>
|
||||
BIN
templates/csnu/images/Thumbs.db
Normal file
BIN
templates/csnu/images/barre.gif
Normal file
|
After Width: | Height: | Size: 327 B |
BIN
templates/csnu/images/button.gif
Normal file
|
After Width: | Height: | Size: 146 B |
BIN
templates/csnu/images/button_hover.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
templates/csnu/images/corps.gif
Normal file
|
After Width: | Height: | Size: 83 B |
BIN
templates/csnu/images/corpsbt.gif
Normal file
|
After Width: | Height: | Size: 447 B |
BIN
templates/csnu/images/corpstop.gif
Normal file
|
After Width: | Height: | Size: 447 B |
BIN
templates/csnu/images/menu.gif
Normal file
|
After Width: | Height: | Size: 152 B |
BIN
templates/csnu/images/menu_lien.gif
Normal file
|
After Width: | Height: | Size: 88 B |
BIN
templates/csnu/images/ok.gif
Normal file
|
After Width: | Height: | Size: 155 B |
BIN
templates/csnu/images/ombre_bt.gif
Normal file
|
After Width: | Height: | Size: 937 B |
BIN
templates/csnu/images/recherche.gif
Normal file
|
After Width: | Height: | Size: 264 B |
BIN
templates/csnu/images/ressource.gif
Normal file
|
After Width: | Height: | Size: 450 B |
BIN
templates/csnu/images/rss.gif
Normal file
|
After Width: | Height: | Size: 588 B |
22
templates/csnu/rename.tpl
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<form action="nom.php" method="post">
|
||||
<table style="margin-left: auto; margin-right: auto;">
|
||||
<tr>
|
||||
<td colspan=3>Votre planète</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Position</td>
|
||||
<td>Nom</td>
|
||||
<td>Actions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>1:4:10</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Rennomer</td>
|
||||
<td><input type="text" name="nouveaunom" size="20" class="zone_texte" /></td>
|
||||
<td><input type="submit" value="Renommer" class="bouton" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||