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.
65 lines
1.1 KiB
65 lines
1.1 KiB
.page.log .nav {
|
|
display: block;
|
|
text-align: center;
|
|
padding: 20px 0;
|
|
margin: 0;
|
|
font-size: 20px;
|
|
position: fixed;
|
|
width: 960px;
|
|
bottom: 0;
|
|
background: #4E5969;
|
|
}
|
|
|
|
.page.log .nav li {
|
|
display: inline;
|
|
padding: 5px 10px;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.page.log .nav li:hover:not(.active) {
|
|
background: rgba(255, 255, 255, 0.1);
|
|
}
|
|
|
|
.page.log .nav li.active {
|
|
font-weight: bold;
|
|
cursor: default;
|
|
font-size: 30px;
|
|
}
|
|
|
|
.page.log .loading {
|
|
text-align: center;
|
|
font-size: 20px;
|
|
padding: 50px;
|
|
}
|
|
|
|
.page.log .container {
|
|
padding: 30px 0 60px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.page.log .container span {
|
|
float: left;
|
|
width: 86%;
|
|
line-height: 150%;
|
|
padding: 3px 1%;
|
|
border-top: 1px solid rgba(255, 255, 255, 0.2);
|
|
font-size: 11px;
|
|
font-family: Lucida Console, Monaco, Nimbus Mono L;
|
|
}
|
|
|
|
.page.log .container .error {
|
|
color: #FFA4A4;
|
|
white-space: pre-wrap;
|
|
}
|
|
.page.log .container .debug { color: lightgrey; }
|
|
|
|
.page.log .container .time {
|
|
clear: both;
|
|
width: 11%;
|
|
color: lightgrey;
|
|
padding: 3px 0;
|
|
}
|
|
|
|
.page.log .container .time:last-child { display: none; }
|
|
|
|
|