77:b9b80e8fff5f
Anton Shestakov <av6@dwimlabs.net>, Wed, 29 Jun 2016 19:30:39 +0800
viewer: make navbar have a gradient like status badge It's better than stock navbar anyway.

next change 79:efeafb44010c
previous change 76:0bf0068a51dd

static/main.css

Permissions: -rw-r--r--

Other formats: Feeds:
.navbar {
background-color: #555555;
background: linear-gradient(0deg, rgba(0,0,0,.1), rgba(187,187,187,.1)), linear-gradient(0deg, #555555, #555555);
border: none;
}
.brand {
margin: 0;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,.3);
}
.brand:hover {
color: #fff;
}
@media (min-width: 768px) {
.list-terse > dt {
width: 120px;
}
.list-terse > dd {
margin-left: 130px;
}
}
.badge-codes-modal {
width: 800px;
}
.snippet {
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
.uk-badge {
border: none;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(0,0,0,.3);
}
.uk-badge-unknown {
background: #898989;
}
.check-log {
background: #3c3c3c;
color: white;
border-color: #2a2a2a;
font-size: 13px;
white-space: pre-wrap;
word-break: break-all;
word-wrap: break-word;
}
.check-log div {
padding: 0 0 0 42px;
margin: 0;
}
.check-log div:target {
background: #4c4c4c;
}
.check-log a.lineno {
display: inline-block;
text-align: right;
min-width: 42px; /* 4 digits */
margin-left: -42px;
text-decoration: none;
color: #929292;
}
.check-log a.lineno::before {
content: attr(data-line-number);
padding-right: 10px;
}
.check-log a.collapser {
margin-left: 8px;
color: inherit;
text-decoration: underline;
}
.check-log a.collapser::before {
content: '[-]'
}
.check-log a.collapser.collapsed::before {
content: '[+]'
}
.check-log .error {
color: #f277a1;
}
.check-log .warning {
color: #f1bf8e;
}
.check-log .task {
color: #bb84b4;
}
.check-log .meta {
color: #929292;
}
.check-log .failure {
color: #f1bf8e;
}