Added a command key
This commit is contained in:
parent
a83ae523b4
commit
01b622821e
3 changed files with 28 additions and 2 deletions
|
@ -3,6 +3,7 @@ body {
|
|||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
background: transparent;
|
||||
border: 0px;
|
||||
|
@ -15,11 +16,31 @@ textarea {
|
|||
resize: none;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#box {
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#box code {
|
||||
padding: 20px;
|
||||
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;
|
||||
}
|
||||
|
||||
#key em {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
color: #ccc !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue