Historisation Exemple
Exemple test historisé
This commit is contained in:
BIN
espace_membre2/espace_membre/default/images/background.gif
Normal file
BIN
espace_membre2/espace_membre/default/images/background.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
BIN
espace_membre2/espace_membre/default/images/black_40p.png
Normal file
BIN
espace_membre2/espace_membre/default/images/black_40p.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 B |
BIN
espace_membre2/espace_membre/default/images/bluec_30p.png
Normal file
BIN
espace_membre2/espace_membre/default/images/bluec_30p.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 109 B |
BIN
espace_membre2/espace_membre/default/images/logo.png
Normal file
BIN
espace_membre2/espace_membre/default/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 60 KiB |
186
espace_membre2/espace_membre/default/style.css
Normal file
186
espace_membre2/espace_membre/default/style.css
Normal file
@@ -0,0 +1,186 @@
|
||||
/*****************************************************/
|
||||
/****General****/
|
||||
*
|
||||
{
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
body
|
||||
{
|
||||
background:#e2f6ff url('images/background.gif') center top no-repeat;
|
||||
padding-left:10%;
|
||||
padding-right:10%;
|
||||
font-family:Arial, Geneva, sans-serif;
|
||||
}
|
||||
a
|
||||
{
|
||||
text-decoration:none;
|
||||
color:#333333;
|
||||
}
|
||||
a:hover
|
||||
{
|
||||
color:#000000;
|
||||
}
|
||||
img, table, tr, td
|
||||
{
|
||||
border:0px;
|
||||
}
|
||||
h1
|
||||
{
|
||||
text-align:center;
|
||||
margin:0px;
|
||||
padding:0px;
|
||||
}
|
||||
.clean
|
||||
{
|
||||
clear:both;
|
||||
}
|
||||
.left
|
||||
{
|
||||
text-align:left;
|
||||
}
|
||||
.center
|
||||
{
|
||||
text-align:center;
|
||||
}
|
||||
input
|
||||
{
|
||||
width:150px;
|
||||
}
|
||||
label
|
||||
{
|
||||
width:200px;
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
text-align:left;
|
||||
}
|
||||
/*
|
||||
input
|
||||
{
|
||||
width:150px;
|
||||
}
|
||||
label
|
||||
{
|
||||
width:200px;
|
||||
display:inline-block;
|
||||
vertical-align:top;
|
||||
text-align:left;
|
||||
}
|
||||
*/
|
||||
table
|
||||
{
|
||||
border-spacing:0px;
|
||||
background:#ffffff;
|
||||
-moz-border-radius:10px;
|
||||
-webkit-border-radius:10px;
|
||||
border-radius:10px;
|
||||
padding:0px;
|
||||
width:95%;
|
||||
margin:5px auto 5px auto;
|
||||
}
|
||||
tr
|
||||
{
|
||||
-moz-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
margin:0px;
|
||||
}
|
||||
td, th
|
||||
{
|
||||
margin:0px;
|
||||
border:0px;
|
||||
padding:3px;
|
||||
text-align:center;
|
||||
}
|
||||
/*****************************************************/
|
||||
/****Blocs****/
|
||||
.header
|
||||
{
|
||||
margin:auto;
|
||||
margin-top:10px;
|
||||
padding:15px;
|
||||
background:url('images/bluec_30p.png');
|
||||
width:70%;
|
||||
-moz-border-radius:20px;
|
||||
-webkit-border-radius:20px;
|
||||
border-radius:20px;
|
||||
text-align:center;
|
||||
}
|
||||
.foot
|
||||
{
|
||||
text-align:center;
|
||||
background:url('images/bluec_30p.png');
|
||||
width:60%;
|
||||
-moz-border-radius:15px;
|
||||
-webkit-border-radius:15px;
|
||||
border-radius:15px;
|
||||
margin:auto;
|
||||
padding:10px;
|
||||
margin-top:20px;
|
||||
}
|
||||
.content
|
||||
{
|
||||
background:url('images/bluec_30p.png');
|
||||
width:65%;
|
||||
-moz-border-radius:20px;
|
||||
-webkit-border-radius:20px;
|
||||
border-radius:20px;
|
||||
margin:auto;
|
||||
padding:20px;
|
||||
margin-top:20px;
|
||||
}
|
||||
/*****************************************************/
|
||||
/****Contenu****/
|
||||
.big
|
||||
{
|
||||
font-size:1.2em;
|
||||
}
|
||||
.small
|
||||
{
|
||||
font-size:0.7em;
|
||||
}
|
||||
.message
|
||||
{
|
||||
-moz-border-radius:20px;
|
||||
-webkit-border-radius:20px;
|
||||
border-radius:20px;
|
||||
padding:20px;
|
||||
margin:auto;
|
||||
width:500px;
|
||||
background:url('images/black_40p.png');
|
||||
color:#ffffff;
|
||||
text-align:center;
|
||||
font-weight:bold;
|
||||
margin-top:20px;
|
||||
}
|
||||
.messages_table td
|
||||
{
|
||||
border-top:1px solid #aaaaaa;
|
||||
vertical-align:top;
|
||||
}
|
||||
.author
|
||||
{
|
||||
width:150px;
|
||||
border-right:1px solid #aaaaaa;
|
||||
}
|
||||
.title_cell
|
||||
{
|
||||
width:45%;
|
||||
}
|
||||
.date
|
||||
{
|
||||
font-style:italic;
|
||||
text-align:right;
|
||||
font-size:0.9em;
|
||||
margin-right:10px;
|
||||
}
|
||||
.link_new_pm
|
||||
{
|
||||
font-size:1.3em;
|
||||
font-weight:bold;
|
||||
margin:5px 0px 5px 0px;
|
||||
display:inline-block;
|
||||
border:1px solid #dddddd;
|
||||
background:#ffffff;
|
||||
padding:5px;
|
||||
}
|
||||
Reference in New Issue
Block a user