2020-01-13 13:23:20 +00:00
|
|
|
*{
|
2020-01-13 13:54:40 +00:00
|
|
|
font-family:"Museo W01 500",Arial,Helvetica Neue,Helvetica,sans-serif;
|
2020-01-13 13:23:20 +00:00
|
|
|
|
2020-01-13 13:54:40 +00:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-webkit-text-stroke-width: 0.2px;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2020-01-13 13:23:20 +00:00
|
|
|
font-size: 16pt;
|
2020-01-13 13:46:59 +00:00
|
|
|
line-height: 1.46em;
|
2020-01-13 13:23:20 +00:00
|
|
|
}
|
2020-01-13 13:46:59 +00:00
|
|
|
h2{
|
2020-01-13 14:38:40 +00:00
|
|
|
font-size:28pt;
|
2020-01-13 13:54:40 +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;}
|
|
|
|
|
|
|
|
body {
|
2020-01-13 13:54:40 +00:00
|
|
|
font-family:sans-serif;
|
|
|
|
background:#000;
|
|
|
|
color:#ff5555;
|
|
|
|
width: auto;
|
|
|
|
padding: 2% 5%;
|
2020-01-13 13:23:20 +00:00
|
|
|
}
|
2020-01-13 13:48:35 +00:00
|
|
|
|
|
|
|
table{
|
2020-01-13 13:54:40 +00:00
|
|
|
display:none;
|
2020-01-13 13:48:35 +00:00
|
|
|
}
|
2020-01-13 13:54:40 +00:00
|
|
|
|
2020-01-13 13:23:20 +00:00
|
|
|
table tr td {
|
2020-01-13 13:54:40 +00:00
|
|
|
color: #ccc;
|
|
|
|
padding: 10px;
|
|
|
|
text-align: center;
|
2020-01-13 13:23:20 +00:00
|
|
|
}
|
2020-01-13 13:54:40 +00:00
|
|
|
|
2020-01-13 13:23:20 +00:00
|
|
|
td.links a {
|
2020-01-13 13:54:40 +00:00
|
|
|
display: block;
|
|
|
|
border-radius: 10px;
|
|
|
|
background: #333;
|
|
|
|
padding: 3% 6%;
|
|
|
|
margin: 10%;
|
|
|
|
text-align: center;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
2020-01-13 13:23:20 +00:00
|
|
|
}
|
|
|
|
tr:nth-child(even) {background: #181818}
|
|
|
|
th {
|
2020-01-13 13:54:40 +00:00
|
|
|
font-size: 12pt;
|
2020-01-13 13:23:20 +00:00
|
|
|
}
|
|
|
|
td.name {
|
2020-01-13 13:54:40 +00:00
|
|
|
min-width: 250px;
|
|
|
|
}
|
|
|
|
span.info {
|
2020-01-13 14:38:40 +00:00
|
|
|
float: right;
|
|
|
|
color: #ccc;
|
|
|
|
background: rgba(255,255,255,0.1);
|
|
|
|
padding: 1% 3%;
|
|
|
|
border-radius: 40px;
|
|
|
|
font-size: 12pt;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
color: #ccc;
|
|
|
|
}
|