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.
48 lines
672 B
48 lines
672 B
body { |
|
background: #002B36; |
|
padding: 20px; |
|
margin: 0px; |
|
} |
|
|
|
textarea { |
|
background: transparent; |
|
border: 0px; |
|
color: #fff; |
|
padding: 0px; |
|
width: 100%; |
|
height: 100%; |
|
font-family: monospace; |
|
outline: none; |
|
resize: none; |
|
font-size: 13px; |
|
} |
|
|
|
#box { |
|
padding: 0px; |
|
margin: 0px; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
#box code { |
|
padding: 0px; |
|
background: transparent !important; /* don't hide hastebox */ |
|
} |
|
|
|
#key { |
|
position: absolute; |
|
top: 20px; |
|
right: 20px; |
|
text-align: right; |
|
z-index: -1000; /* watch out */ |
|
color: #999; |
|
font-size: 13px; |
|
font-family: monospace; |
|
line-height: 1.3em; |
|
} |
|
|
|
#key em { |
|
display: block; |
|
margin-bottom: 5px; |
|
color: #ccc !important; |
|
}
|
|
|