Archive This Piece Of History
This commit is contained in:
233
CSS/style.css
Normal file
233
CSS/style.css
Normal file
@ -0,0 +1,233 @@
|
||||
body
|
||||
{
|
||||
|
||||
background: teal ;
|
||||
font-family: Arial, Verdana, Georgia, sans-serif;
|
||||
width:95%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
|
||||
|
||||
h1, h2, h3, h4, h5, h6
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
h1
|
||||
{
|
||||
color: #FF0000;
|
||||
font-size: 270%;
|
||||
text-decoration: underline;
|
||||
margin : 50px;
|
||||
}
|
||||
|
||||
h2
|
||||
{
|
||||
color: navy;
|
||||
font-size: 200%;
|
||||
text-decoration: underline;
|
||||
border: dotted black 5px;
|
||||
background-color: teal;
|
||||
margin: 30px;
|
||||
padding: 10px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
h3
|
||||
{
|
||||
color: lime;
|
||||
font-size: 150%;
|
||||
text-decoration: underline;
|
||||
margin: 15px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
h4
|
||||
{
|
||||
color: yellow;
|
||||
font-size: 120%;
|
||||
text-decoration: underline;
|
||||
|
||||
}
|
||||
p, .parag ul li, .parag ol li
|
||||
{
|
||||
text-indent: 50px;
|
||||
text-align: justify;
|
||||
font-size: 115%;
|
||||
color: silver;
|
||||
padding: 5px ;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
dd
|
||||
{
|
||||
color : silver;
|
||||
}
|
||||
|
||||
dt
|
||||
{
|
||||
color : white;
|
||||
background-color: black;
|
||||
padding : 5px;
|
||||
margin : 5px;
|
||||
}
|
||||
|
||||
li
|
||||
{
|
||||
margin: 5px;
|
||||
color: silver;
|
||||
}
|
||||
|
||||
ul
|
||||
{
|
||||
list-style-type: square;
|
||||
}
|
||||
|
||||
strong
|
||||
{
|
||||
text-decoration: underline;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
table, td, th
|
||||
{
|
||||
border : 1px dashed black;
|
||||
border-collapse : collapse;
|
||||
color : silver ;
|
||||
padding : 4px;
|
||||
}
|
||||
|
||||
caption
|
||||
{
|
||||
margin : 10px;
|
||||
font-size : 115%;
|
||||
color : #66CC00;
|
||||
}
|
||||
|
||||
.accueil
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.menu
|
||||
{
|
||||
list-style-type: upper-roman;
|
||||
font-size: 80%;
|
||||
position : relative;
|
||||
right : 15%;
|
||||
}
|
||||
|
||||
.parag
|
||||
{
|
||||
margin-left: 25%;
|
||||
margin-right: 0%;
|
||||
margin-top: 75px;
|
||||
cursor : crosshair;
|
||||
|
||||
}
|
||||
|
||||
.image
|
||||
{
|
||||
text-align: center;
|
||||
list-style-type : none;
|
||||
margin: 10px;
|
||||
|
||||
}
|
||||
|
||||
.gr_partie a
|
||||
{
|
||||
color:red;
|
||||
cursor : pointer;
|
||||
|
||||
}
|
||||
|
||||
.partie a
|
||||
{
|
||||
color : navy;
|
||||
font-size: 110%;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
.ss_partie li a
|
||||
{
|
||||
color : lime;
|
||||
font-size: 120%;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
#sommaire
|
||||
{
|
||||
|
||||
border-right: 2px solid black;
|
||||
width: 25%;
|
||||
padding-right: 3px;
|
||||
margin-top: 0px;
|
||||
margin-bottom: 0px;
|
||||
position : fixed;
|
||||
top: 1%;
|
||||
bottom: 1%;
|
||||
left: 0px;
|
||||
cursor : pointer;
|
||||
}
|
||||
|
||||
#sommaire ol li
|
||||
{
|
||||
color:red;
|
||||
}
|
||||
|
||||
#sommaire h2
|
||||
{
|
||||
font-size: 120%;
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#entete
|
||||
{
|
||||
text-indent: -50000px;
|
||||
}
|
||||
|
||||
#banniere
|
||||
{
|
||||
background: url("../image/Banniere2.jpg") no-repeat bottom right black;
|
||||
height: 135px;
|
||||
margin-left: 25%;
|
||||
}
|
||||
#pied_page
|
||||
{
|
||||
border : dotted black 2px;
|
||||
margin-left: 25%;
|
||||
margin-right: 1%;
|
||||
margin-top: 50px;
|
||||
padding: 2px;
|
||||
font-size : 70%;
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
#pied_page p
|
||||
{
|
||||
text-align : center;
|
||||
text-indent: 0px;
|
||||
}
|
||||
|
||||
|
||||
.closed
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.open
|
||||
{
|
||||
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user