wip split style

This commit is contained in:
hugo LAMY
2026-02-15 19:51:38 +01:00
parent 32007e7ada
commit 7de0c392c1
13 changed files with 463 additions and 421 deletions

53
www/css/page_artistes.css Normal file
View File

@@ -0,0 +1,53 @@
/* page artistes */
#content_artistes {
float: left;
width: 552px;
height: 552px;
margin-left: 70px;
margin-top: 92px;
}
.portrait a {
float: left;
width: 80px;
height: 80px;
margin-top: 5px;
margin-left: 5px;
border: 1px solid #000000;
}
.portrait a img {
width: 100%;
height: 100%;
}
.portrait a:hover {
border: 1px solid #cc3300;
}
.vide {
float: left;
width: 80px;
height: 80px;
margin-top: 5px;
margin-left: 5px;
border: 1px solid #000000;
}
.boite {
float: left;
width: 174px;
height: 174px;
}
#affichage {
float: left;
width: 167px;
height: 105px;
border: 1px solid #000000;
margin-left: 5px;
margin-top: 5px;
font-size: 12px;
text-align: center;
padding-top: 62px;
}