Version 1.12

This commit is contained in:
nemunaire 2009-11-01 12:00:00 +01:00
commit de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions

View file

@ -1,12 +1,4 @@
/*
============================================================
~~~ Auteur: Phantøm @ halo-battle.com ~~~
©©© Copyright halo-battle.com ©©©
### Version : 1.0 ###
============================================================
*/
*
*
{
margin: 0;
padding: 0;
@ -264,26 +256,37 @@ clear: both;
visibility: hidden;
}
#annonce
#banner
{
background-color: #2E3122;
padding: 3px 6px;
position: relative;
font-size: 11px;
width: 898px;
margin-bottom: 4px;
height: 14px;
clear: both;
}
.annonceleft
.bannerleft
{
font-weight: bold;
color: #999999;
float: left;
position: absolute;
top: 0;
left: 0;
text-align: left;
z-index: 2;
background-color: #2E3122;
padding-left: 5px;
width: 905px;
}
#annonceright
#bannerright
{
color: #FFCC00;
float: right;
position: absolute;
top: 0;
right: 5px;
z-index: 3;
background-color: #2E3122;
}
#menu
@ -937,6 +940,34 @@ a.msg span
display: none;
}
#gestion
{
margin: 10px auto;
width: 660px;
overflow: auto;
}
#gestion table
{
margin: 10px 0;
padding: 0;
border-collapse: separate;
empty-cells: hide;
border-spacing: 2px;
}
#gestion table td, #gestion table th
{
padding: 2px;
}
#pub
{
float: right;
clear: right;
position: relative;
margin-right: 106px;
}
#footer
{