[enh] programme print
This commit is contained in:
parent
43171fbb55
commit
8eb343c8e1
5 changed files with 293 additions and 256 deletions
|
|
@ -26,7 +26,6 @@ body {
|
|||
}
|
||||
|
||||
table{
|
||||
display:none;
|
||||
}
|
||||
|
||||
table tr td {
|
||||
|
|
|
|||
36
assets/programme.print.css
Normal file
36
assets/programme.print.css
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue