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

54 lines
904 B
CSS
Raw Normal View History

2020-01-13 13:23:20 +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: 16pt;
2020-01-13 13:46:59 +00:00
line-height: 1.46em;
2020-01-13 13:23:20 +00:00
}
h1{
font-size:36pt;
}
2020-01-13 13:46:59 +00:00
h2{
2020-01-13 13:23:20 +00:00
font-size:24pt;
2020-01-13 13:46:59 +00:00
margin-top:36pt;
2020-01-13 13:23:20 +00:00
}
a:link {color:#ff5555;}
a:visited {color:#ff5555;}
a:hover {color:#999999;}
a:active {color:#ff5555;}
ul li {
}
body {
font-family:sans-serif;
background:#000;
color:#ff5555;
width: auto;
2020-01-13 13:46:59 +00:00
padding: 2% 5%;
2020-01-13 13:23:20 +00:00
}
table tr td {
color: #ccc;
padding: 10px;
text-align: center;
}
td.links a {
display: block;
border-radius: 10px;
background: #333;
padding: 3% 6%;
margin: 10%;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
}
tr:nth-child(even) {background: #181818}
th {
font-size: 12pt;
}
td.name {
min-width: 250px;
}