tp-xml-films/cinema-xsl.css

56 lines
704 B
CSS

* {
font-size: 12pt;
font-family: "Times New Roman", Times, serif;
}
.film {
margin: 10px;
border: solid 1px gray;
}
.présentation {
display: flex;
justify-content: space-between
}
.titre h3 {
font-weight: bold;
font-size: 14pt;
display: inline;
padding: 5px;
}
.titre p {
display: inline;
}
.réalisateur {
color: red;
}
.année {
color: red;
}
.genres p {
display: inline;
padding: 5px;
}
.nationalités p {
display: inline;
padding: 5px;
}
.acteurs li {
color: blue;
font-style: italic;
}
.séances {
display: flex;
justify-content: space-between;
max-width: 75%;
}
.séances p {
display: inline;
}