19 lines
194 B
CSS
19 lines
194 B
CSS
.infos-livre {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.gras {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.titre {
|
|
font-style: italic;
|
|
}
|
|
|
|
.spoil {
|
|
background-color: black;
|
|
}
|
|
|
|
.spoil:hover {
|
|
background-color: transparent;
|
|
}
|