You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

83 lines
1.1 KiB

@import 'modern-normalize';
body {
color: #333;
min-width: 1024px;
}
a {
color: #F7931A;
text-decoration: none;
transition: color 0.2s ease;
}
a:hover {
color: #F25D1F;
}
.wrapper {
max-width: 1024px;
margin: 0 auto;
padding: 0 2em;
box-sizing: content-box;
}
header {
padding: 60px 0 30px;
background: #F1F1F1;
margin-bottom: 2em;
}
header .bitcoin-logo {
width: 100px;
}
header .arm {
font-size: 90px;
position: relative;
top: -10px;
}
header h1 {
font-size: 1.6em;
margin: 10px 0 0;
}
table.results {
width: 100%;
border-spacing: 0;
}
table.results thead {
font-weight: bold;
}
table.results td {
padding: 1.4em 0;
border-bottom: 1px solid #ECECEC;
}
table.results thead td {
border-top: 1px solid #ECECEC;
}
table.results tbody td:first-child {
position: relative;
padding-left: 2.6em;
}
table.results tbody td:first-child img {
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
width: 2em;
}
.footer {
margin-top: 2em;
padding: 1em 0;
color: #9A9A9A;
background: #F1F1F1;;
}
.footer .me {
float: right;
}