Historisation Exemple
Exemple test historisé
This commit is contained in:
50
inscription/css/design.css
Normal file
50
inscription/css/design.css
Normal file
@@ -0,0 +1,50 @@
|
||||
#banniere
|
||||
{
|
||||
width: 600px;
|
||||
height: 150px;
|
||||
background-position: center;
|
||||
margin-bottom: 20px;
|
||||
background-image: url('images/banniere.jpg');
|
||||
}
|
||||
|
||||
#corps_forum
|
||||
{
|
||||
border: 1px solid black;
|
||||
width: 90%;
|
||||
margin-top: 50px;
|
||||
margin-left: 5%;
|
||||
margin-bottom: 10Opx;
|
||||
padding: 5px;
|
||||
background-color: rgb(237,224,213);
|
||||
}
|
||||
|
||||
#footer
|
||||
{
|
||||
border: 1px solid black;
|
||||
width: 90%;
|
||||
margin-top: 50px;
|
||||
margin-left: 5%;
|
||||
margin-bottom: 10Opx;
|
||||
padding: 5px;
|
||||
background-color: rgb(237,224,213);
|
||||
}
|
||||
|
||||
|
||||
.ico {width:2%}
|
||||
.titre { width:61%; }
|
||||
.nombremessages { width:2%; }
|
||||
.nombrevu { width:4%; }
|
||||
.nombresujets { width:2%; }
|
||||
.auteur { width:7%; }
|
||||
.derniermessage { width:18%; }
|
||||
.categorie { width:92%; background-color : rgb(244,238,250); }
|
||||
|
||||
td { border: 1px solid black; background-color: rgb(253,244,223); vertical-align:top; }
|
||||
table { background-color: rgb(237,224,213); border: 1px solid black; }
|
||||
th { background-color: rgb(243,250,223); border: 1px solid black; }
|
||||
|
||||
label {
|
||||
display:block;
|
||||
width:150px;
|
||||
float:left;
|
||||
}
|
||||
Reference in New Issue
Block a user