Version 1.12
This commit is contained in:
parent
2a066a7498
commit
de31cd3e9a
1373 changed files with 156282 additions and 45238 deletions
|
|
@ -1,12 +1,4 @@
|
|||
/*
|
||||
============================================================
|
||||
~~~ Auteur: Phantøm @ halo-battle.com ~~~
|
||||
©©© Copyright halo-battle.com ©©©
|
||||
### Version : 1.0 ###
|
||||
============================================================
|
||||
*/
|
||||
|
||||
*
|
||||
*
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
@ -255,7 +247,7 @@ padding-left: 9px;
|
|||
background: transparent url(images/recherche.gif) no-repeat left center;
|
||||
}
|
||||
|
||||
#header:after, #annonce:after
|
||||
#header:after
|
||||
{
|
||||
content: ".";
|
||||
display: block;
|
||||
|
|
@ -264,26 +256,37 @@ clear: both;
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
#annonce
|
||||
#banner
|
||||
{
|
||||
background-color: #2E293D;
|
||||
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: #2E293D;
|
||||
padding-left: 5px;
|
||||
width: 905px;
|
||||
}
|
||||
|
||||
#annonceright
|
||||
#bannerright
|
||||
{
|
||||
color: #FFCC00;
|
||||
float: right;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 5px;
|
||||
z-index: 3;
|
||||
background-color: #2E293D;
|
||||
}
|
||||
|
||||
#menu
|
||||
|
|
@ -912,6 +915,35 @@ 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
|
||||
{
|
||||
width: 894px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue