You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
942 B
90 lines
942 B
body{
|
|
background-image:url("épéiste_img/chevalier_fond.webp");
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-size: 100% 100%;
|
|
width:95%;
|
|
}
|
|
|
|
h1{
|
|
color:rgb(255, 204, 157);
|
|
}
|
|
|
|
img{
|
|
width:500px;
|
|
height:300px;
|
|
}
|
|
|
|
table td{
|
|
width: 20%;
|
|
}
|
|
|
|
table td{
|
|
padding:10%;
|
|
}
|
|
|
|
td img{
|
|
border-radius:5%
|
|
}
|
|
|
|
.texte h2{
|
|
color:rgb(255, 204, 157);
|
|
}
|
|
|
|
.texte p{
|
|
color: rgb(255, 204, 157);
|
|
font-size:25px;
|
|
}
|
|
|
|
.texte a:link{
|
|
color:rgb(255, 179, 65);
|
|
}
|
|
|
|
.texte a:visited{
|
|
color:rgb(255, 153, 0);
|
|
}
|
|
|
|
.texte a:hover{
|
|
color:rgb(191, 136, 42);
|
|
}
|
|
|
|
.texte img{
|
|
width:150px;
|
|
height:250px;
|
|
border-radius:2%;
|
|
}
|
|
|
|
#barbare {
|
|
width:200px;
|
|
height:275px;
|
|
}
|
|
|
|
#paladin{
|
|
width:250px;
|
|
height:350px;
|
|
}
|
|
|
|
#château{
|
|
width:250px;
|
|
height:350px;
|
|
}
|
|
|
|
.armement img {
|
|
width:250px;
|
|
height:350px;
|
|
}
|
|
|
|
#épée{
|
|
width:175px;
|
|
}
|
|
|
|
#armure{
|
|
width:200px;
|
|
height:350px;
|
|
}
|
|
|
|
#haut{
|
|
display:block;
|
|
text-align:center;
|
|
font-size:25px;
|
|
}
|
|
|