@media all {html {font-size: 28px;}}
html, body {
background-color: #fff;
width: 100%;
height: 100%;
line-height: 1.4em;
padding: 0px;
margin: 0px;
font-family: sans-serif;
}
h1 {
clear: both;
line-height: 125%;
margin-top: 1.3rem;
margin-bottom: 1rem;
border-bottom: 1px dashed #ddd;
padding: 0px;
padding-bottom: 1rem;
display: block;
font-weight: 800;
}
h2 {
border-bottom: 1px solid #eee;
padding-bottom: 5px;
}
p {
max-width: 70rem;
}
p + p {
text-indent: 0.5rem;
margin-top: 1.0rem;
}
form {
padding-bottom: 2em;
}
label {
text-align: right;
margin-right: 0.5em;
}
thead {
border-bottom: 2px solid #ddd;
font-weight: bold;
}
tr {
border-bottom: 1px solid #ddd;
}
tr td:nth-child(3){
min-width: 8rem;
}
#header {
background: #333333;
color: #fff;
width: 100%;
box-shadow: 0 3px 8px #ccc;
margin-bottom: 1rem;
padding: .5em;
font-size: 1.2em;
font-weight: bold;
color: #fff;
}
#header a {
color: #fff;
text-decorations: none;
}
input#query {
width: 100%;
padding: .5rem;
}
/* messages */
.row.event {
margin-bottom: 1em;
font-size: 1.2em;
}
.info .stat {
display: block;
}
.info .stat .label {
display: block;
}
.conversation .avatar {
height: 64px;
width: 64px;
border: 1px solid #ddd;
border-radius: 6px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
font-size: 58px;
}
.address + .address:before {
content: ", ";
}
.message .body pre {
background: transparent;
border: none;
}
.message .from .address {
font-weight: bold;
}
.message .details {
margin-top: .5em;
display: none;
}
.message span.line {
white-space: pre-wrap;
font-family: monospace;
}
/* diff styles */
.message span.line.diff.file {
color: #005cc5;
}
.message span.line.diff.separator {
color: #005cc5;
}
.message span.line.diff.addition {
color: #22863a;
background-color: #f0fff4;
}
.message span.line.diff.deletion {
color: #b31d28;
background-color: #ffeef0;
}
.message span.line.diff.range {
color: #6f42c1;
font-weight: bold;
}
/* commit styles */
.message span.commit.attribution {
color: #005cc5;
}
.message span.commit.header {
color: #005cc5;
}
.message span.commit.changelog {
color: #005cc5;
}
/* quote styles */
.message span.line.quote {
margin-left: 1em;
color: #3868cc;
}