:host { | |
background-color: #000000; | |
height: 100%; | |
display: block; | |
overflow: auto; | |
} | |
pre { | |
margin: 0; | |
padding: 0.5em; | |
font-family: Fixed, monospace; | |
line-height: 1.2em; | |
word-break: break-word; | |
color: #ffffff; | |
} | |
.auto-scroll { | |
position: fixed; | |
right: 40px; | |
bottom: 0; | |
opacity: 0.8; | |
padding: 0.8em; | |
background-color: #ffeb3b; | |
z-index: 1; | |
} | |
paper-input { | |
position: fixed; | |
right: 50px; | |
color: #cccccc; | |
background-color: #ffffff; | |
z-index: 1; | |
} | |
core-item.showHide { | |
background-color: #ff0000; | |
color: #ffffff; | |
cursor: pointer; | |
margin: 5px; | |
} | |
.yellowback { | |
background-color: #666600; | |
} |