templates/dashboard.jinja.html [31:59]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#title{
background-color: #ec407a;
color: white;
padding: 2em;
}
h1 {
margin-bottom: 0em;
}
#subtitle {
font-variant: small-caps;
text-transform: lowercase;
letter-spacing: 0.2em;
}
.run-info ul {
list-style: none;
}
.run-info ul li {
display: inline;
margin-right: 6em;
margin-left: -3em;
text-transform: uppercase;
font-size: small;
color: #ec407a;
}
#content {
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding-top: 2em;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
templates/file-list.jinja.html [9:37]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#title{
background-color: #ec407a;
color: white;
padding: 2em;
}
h1 {
margin-bottom: 0em;
}
#subtitle {
font-variant: small-caps;
text-transform: lowercase;
letter-spacing: 0.2em;
}
.run-info ul {
list-style: none;
}
.run-info ul li {
display: inline;
margin-right: 6em;
margin-left: -3em;
text-transform: uppercase;
font-size: small;
color: #ec407a;
}
#content {
max-width: 800px;
margin-left: auto;
margin-right: auto;
padding-top: 2em;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -