[enh] programme print

This commit is contained in:
Alban 2020-01-13 18:29:39 +01:00
parent 43171fbb55
commit 8eb343c8e1
5 changed files with 293 additions and 256 deletions

View file

@ -26,7 +26,6 @@ body {
}
table{
display:none;
}
table tr td {

View file

@ -0,0 +1,36 @@
*{
font-family:"Museo W01 500",Arial,Helvetica Neue,Helvetica,sans-serif;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
font-size: 14pt;
line-height: 1.46em;
}
h2{
font-size:28pt;
color:#f55;
margin-top:64pt;
}
.info {
display:none;
}
table{
border-collapse: collapse;
}
td{
border:1px solid #ccc;
padding : 1%;
}
td.name{
min-width: 250px;
}
td.format{
min-width: 150px;
}
img {
width:100%;
margin-bottom:62px;
}