Version 2007-11-04
This commit is contained in:
parent
4909921671
commit
ebc73c5744
377 changed files with 5163 additions and 2495 deletions
172
templates/index.tpl
Normal file
172
templates/index.tpl
Normal file
|
|
@ -0,0 +1,172 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.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" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta name="Description" lang="fr" content="Jeu en ligne de simulation de guerre spatiale" />
|
||||
<meta name="Author" content="Halo-Battle" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
|
||||
<title> ::Halo-Battle:: Bêta - {TITRE}</title>
|
||||
<style type="text/css">
|
||||
body
|
||||
{
|
||||
background-color:black;
|
||||
background-image:url(images/background.jpg);
|
||||
background-attachment: fixed ;
|
||||
background-position:center 10%;
|
||||
background-repeat: no-repeat;
|
||||
text-align: center;
|
||||
|
||||
}
|
||||
|
||||
.contenu
|
||||
{
|
||||
width:790px;
|
||||
margin-top: 260px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.texte
|
||||
{
|
||||
background-color:black;
|
||||
filter:alpha(opacity=90);
|
||||
-moz-opacity:0.90;
|
||||
opacity: 0.90;
|
||||
border: 1px solid #383C51;
|
||||
float: left;
|
||||
width:450px;
|
||||
height:330px;
|
||||
padding: 5px;
|
||||
padding-top: 5%;
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-family:"verdana";
|
||||
font-size: 12px;
|
||||
line-height:20px;
|
||||
}
|
||||
|
||||
.login
|
||||
{
|
||||
background-color:black;
|
||||
filter:alpha(opacity=50);
|
||||
-moz-opacity:0.50;
|
||||
opacity: 0.50;
|
||||
border: 1px solid #383C51;
|
||||
padding: 10px;
|
||||
float: right;
|
||||
width: 275px;
|
||||
height: 375px;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.cellulestxt
|
||||
{
|
||||
text-align: right;
|
||||
color: white;
|
||||
font-family:"verdana";
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.connexion
|
||||
{
|
||||
color: white;
|
||||
font-family:"verdana";
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-decoration:none;
|
||||
background: transparent;
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.connexion:hover
|
||||
{
|
||||
color: #519FFF;
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
background: transparent;
|
||||
border: 0px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.footer
|
||||
{
|
||||
position: absolute;
|
||||
top: 690px;
|
||||
left:0px;
|
||||
width:100%;
|
||||
text-align: center;
|
||||
color: #B0B0B0;
|
||||
font-family:"verdana";
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input.champ {
|
||||
border:1px solid #B0B0B0;
|
||||
background-color:white;
|
||||
color:#B0B0B0;
|
||||
}
|
||||
input.champ:hover {
|
||||
border:1px solid black;
|
||||
background-color:white;
|
||||
color:black;
|
||||
}
|
||||
input.champ:focus {
|
||||
border:1px solid #071831;
|
||||
background-color:#B9C0E6;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.lien
|
||||
{
|
||||
color:white;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.lien:visited
|
||||
{
|
||||
color:white;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.lien:hover
|
||||
{
|
||||
color:white;
|
||||
font-weight: bold;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="contenu">
|
||||
<div class="texte">
|
||||
{TEXTE}
|
||||
</div>
|
||||
|
||||
<div class="login">
|
||||
{LOGIN}
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer">
|
||||
Design by Odst
|
||||
</div>
|
||||
<div id="player">
|
||||
<object id="mediaplayer" width="0" height="0" type="audio/mpeg" data="08_ost_sacred_icon_suite.mp3">
|
||||
<param name="filename" value="08_ost_sacred_icon_suite.mp3" />
|
||||
<param name="autostart" value="true" />
|
||||
<param name="repeat" value="true"/>
|
||||
</object>
|
||||
</div>
|
||||
<!-- \\******* By Phantom *******// Halo-Battle, Tous droits réservés. -->
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue