Version 2007-11-04

This commit is contained in:
nemunaire 2007-11-04 12:00:00 +01:00
commit ebc73c5744
377 changed files with 5163 additions and 2495 deletions

View file

@ -2,10 +2,10 @@ body
{
color: #7093DB;
background-color: #040e1e;
background-image: url(.jpg);
background-image: url('fondf.jpg');
background-attachment: fixed;
background-repeat: no-repeat;
background-position: top right;
background-position: top left;
scrollbar-arrow-color: #E6EBFB;
scrollbar-base-color: #344566;
scrollbar-track-color: #344566;
@ -17,6 +17,7 @@ scrollbar-shadow-color: #465673;
font-size: 13px;
font-family: Tahoma,sans-serif;
margin-left: 68px;
margin-bottom: 20px;
}
u {
@ -28,7 +29,7 @@ font-style: italic;
}
a {
color: #4080ff;
color: #4080ff;
font-size: 12px;
font-family: verdana, serif;
text-decoration: underline;
@ -62,11 +63,11 @@ font-family: verdana, serif;
background-color: navy;
color: #afbdff;
font-family: verdana, serif;
BORDER-LEFT-COLOR: white;
BORDER-BOTTOM-COLOR: navy;
BORDER-TOP-COLOR: white;
BACKGROUND-COLOR: navy;
BORDER-RIGHT-COLOR: navy;
BORDER-LEFT-COLOR: white;
BORDER-BOTTOM-COLOR: navy;
BORDER-TOP-COLOR: white;
BACKGROUND-COLOR: navy;
BORDER-RIGHT-COLOR: navy;
BORDER-STYLE: outset;
}
@ -85,20 +86,27 @@ float: left;
margin: 1 1 1 1;
}
div.centre {
border: none;
float: none;
margin: auto;
text-align: center;
}
div.a {
height: 125;
width: 125;
height: 132;
width: 130;
}
div.b {
height: 125;
height: 132;
width: 400;
text-align: justify;
background-image: url(fond/apb.jpg);
}
div.c {
height: 125;
height: 132;
width: 149;
text-align: center;
background-image: url(fond/apc.jpg);
@ -153,6 +161,12 @@ background-color: transparent;
margin-top: 50px;
}
.description {
width: 99%;
font-style: italic;
border: none;
}
br.a {
clear: both;
}