.page.log .nav { display: block; text-align: center; padding: 0 0 30px; margin: 0; font-size: 20px; position: fixed; width: 100%; bottom: 0; left: 0; background: #4E5969; z-index: 100; } .page.log .nav li { display: inline-block; padding: 5px 10px; margin: 0; } .page.log .nav li.select, .page.log .nav li.clear { cursor: pointer; } .page.log .nav li:hover:not(.active):not(.filter) { background: rgba(255, 255, 255, 0.1); } .page.log .nav li.active { font-weight: bold; cursor: default; background: rgba(255,255,255,.1); } @media all and (max-width: 480px) { .page.log .nav { font-size: 14px; } .page.log .nav li { padding: 5px; } } .page.log .nav li.hint { text-align: center; width: 400px; left: 50%; margin-left: -200px; font-style: italic; font-size: 11px; position: absolute; right: 20px; opacity: .5; bottom: 5px; } .page.log .loading { text-align: center; font-size: 20px; padding: 50px; } .page.log .container { padding: 30px 0 60px; overflow: hidden; line-height: 150%; font-size: 11px; color: #FFF; } .page.log .container select { vertical-align: top; } .page.log .container .time { clear: both; color: lightgrey; font-size: 10px; border-top: 1px solid rgba(255, 255, 255, 0.1); position: relative; overflow: hidden; padding: 0 3px; font-family: Lucida Console, Monaco, Nimbus Mono L, monospace, serif; } .page.log .container .time.highlight { background: rgba(255, 255, 255, 0.1); } .page.log .container .time span { padding: 5px 0 3px; display: inline-block; vertical-align: middle; } .page.log[data-filter=INFO] .error, .page.log[data-filter=INFO] .debug, .page.log[data-filter=ERROR] .debug, .page.log[data-filter=ERROR] .info, .page.log[data-filter=DEBUG] .info, .page.log[data-filter=DEBUG] .error { display: none; } .page.log .container .type { margin-left: 10px; } .page.log .container .message { float: right; width: 86%; white-space: pre-wrap; } .page.log .container .error { color: #FFA4A4; } .page.log .container .debug span { opacity: .6; } .do_report { position: absolute; padding: 10px; } .page.log .report { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.7); left: 0; top: 0; z-index: 99999; font-size: 14px; } .page.log .report .button { display: inline-block; margin: 10px 0; padding: 10px; } .page.log .report .bug { width: 800px; height: 80%; position: absolute; left: 50%; top: 50%; margin: 0 0 0 -400px; transform: translate(0, -50%); } .page.log .report .bug textarea { display: block; width: 100%; background: #FFF; padding: 20px; overflow: auto; color: #666; height: 70%; font-size: 12px; } .page.log .container .time ::-webkit-selection { background-color: #000; color: #FFF; } .page.log .container .time ::-moz-selection { background-color: #000; color: #FFF; } .page.log .container .time ::-ms-selection { background-color: #000; color: #FFF; } .page.log .container .time.highlight ::selection { background-color: transparent; color: inherit; } .page.log .container .time.highlight ::-webkit-selection { background-color: transparent; color: inherit; } .page.log .container .time.highlight ::-moz-selection { background-color: transparent; color: inherit; } .page.log .container .time.highlight ::-ms-selection { background-color: transparent; color: inherit; } .page.log .container .time.highlight ::selection { background-color: transparent; color: inherit; }