2016-06-11 13:32:50 +00:00
|
|
|
* {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2016-06-10 17:27:27 +00:00
|
|
|
body {
|
2016-06-11 13:32:50 +00:00
|
|
|
font-family: 'Roboto', sans-serif;
|
|
|
|
text-rendering: optimizespeed;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
a {
|
2016-06-11 13:32:50 +00:00
|
|
|
color: #006ed3;
|
|
|
|
text-decoration: none;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
2016-06-11 13:32:50 +00:00
|
|
|
a:hover, h1 a:hover {
|
|
|
|
color: #319cff;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
2016-06-11 13:32:50 +00:00
|
|
|
header, #summary {
|
|
|
|
padding-left: 7%;
|
|
|
|
padding-right: 7%;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
2016-06-11 13:32:50 +00:00
|
|
|
th:first-child, td:first-child {
|
|
|
|
padding-left: 1em;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
2016-06-11 13:32:50 +00:00
|
|
|
th:last-child, td:last-child {
|
|
|
|
padding-right: 1em;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
header {
|
2016-06-11 13:32:50 +00:00
|
|
|
background-color: #03A9F4;
|
|
|
|
color: #fff;
|
|
|
|
padding: 1.3em 0;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
2016-06-11 13:32:50 +00:00
|
|
|
header i {
|
2016-06-10 17:27:27 +00:00
|
|
|
|
2016-06-11 13:32:50 +00:00
|
|
|
margin: 0 .2em;
|
|
|
|
|
|
|
|
color: rgba(255,255,255,0.3);
|
|
|
|
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2016-06-10 17:27:27 +00:00
|
|
|
h1 {
|
2016-06-11 13:32:50 +00:00
|
|
|
font-size: 1.5em;
|
|
|
|
font-weight: normal;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow-x: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
h1 a {
|
2016-06-11 13:32:50 +00:00
|
|
|
color: inherit;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
h1 a:hover {
|
2016-06-11 13:32:50 +00:00
|
|
|
text-decoration: underline;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
main {
|
2016-06-11 13:32:50 +00:00
|
|
|
display: block;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
.meta {
|
2016-06-11 13:32:50 +00:00
|
|
|
font-size: 12px;
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
background-color: #4FC3F7;
|
|
|
|
color: #fff;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
.meta-item {
|
2016-06-11 13:32:50 +00:00
|
|
|
margin-right: 1em;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
table {
|
2016-06-11 13:32:50 +00:00
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
tr {
|
2016-06-11 13:32:50 +00:00
|
|
|
border-bottom: 1px dashed #dadada;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
tr:not(:first-child):hover {
|
2016-06-11 13:32:50 +00:00
|
|
|
background-color: #ffffec;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
2016-06-11 13:32:50 +00:00
|
|
|
th, td {
|
|
|
|
text-align: left;
|
|
|
|
padding: 1em 0;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
th {
|
2016-06-11 13:32:50 +00:00
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
font-size: 16px;
|
|
|
|
white-space: nowrap;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
th a {
|
2016-06-11 13:32:50 +00:00
|
|
|
color: black;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
th svg {
|
2016-06-11 13:32:50 +00:00
|
|
|
vertical-align: middle;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
td {
|
2016-06-11 13:32:50 +00:00
|
|
|
font-size: 14px;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
td:first-child {
|
2016-06-11 13:32:50 +00:00
|
|
|
width: 50%;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
2016-06-11 13:32:50 +00:00
|
|
|
th:last-child, td:last-child {
|
|
|
|
text-align: right;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
td:first-child svg {
|
2016-06-11 13:32:50 +00:00
|
|
|
position: absolute;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
2016-06-11 13:32:50 +00:00
|
|
|
td .name, td .goup {
|
|
|
|
margin-left: 1.1em;
|
|
|
|
word-break: break-all;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
color: #424242;
|
|
|
|
vertical-align: middle;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
footer {
|
2016-06-11 13:32:50 +00:00
|
|
|
padding: 40px 20px;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|
|
|
|
|
2016-06-11 13:32:50 +00:00
|
|
|
.container {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 95%;
|
|
|
|
max-width: 960px;
|
|
|
|
}
|
2016-06-10 17:27:27 +00:00
|
|
|
|
|
|
|
|
2016-06-11 13:32:50 +00:00
|
|
|
.listing i {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
border: 1px solid #e6e6e6;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
border-radius: .5em;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 600px) {
|
|
|
|
.hideable {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
td:first-child {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
th:nth-child(2), td:nth-child(2) {
|
|
|
|
padding-right: 5%;
|
|
|
|
text-align: right;
|
|
|
|
}
|
2016-06-10 17:27:27 +00:00
|
|
|
}
|