57 lines
892 B
CSS
57 lines
892 B
CSS
|
*{
|
||
|
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;
|
||
|
}
|
||
|
h1{
|
||
|
font-size:36pt;
|
||
|
}
|
||
|
h1{
|
||
|
font-size:24pt;
|
||
|
}
|
||
|
|
||
|
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;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
|
||
|
|
||
|
body {
|
||
|
padding: 5%;
|
||
|
}
|
||
|
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;
|
||
|
}
|