HSF-2020-CFP-Website/assets/programme.print.css

40 lines
555 B
CSS
Raw Normal View History

2020-01-13 17:29:39 +00:00
*{
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;
}
2020-01-20 13:22:51 +00:00
.links{
display: none;
}