New Plugin: Keys
Let user input number of keys and store in localstorage of the browser.
This commit is contained in:
58
plugins/keys.css
Normal file
58
plugins/keys.css
Normal file
@ -0,0 +1,58 @@
|
||||
#keys-content-outer {
|
||||
display: table;
|
||||
width: 100%;
|
||||
height: 26px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#keys-content-outer > div{
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin: 6px 3px 1px 3px;
|
||||
}
|
||||
|
||||
#keys-label {
|
||||
padding: 0 4px;
|
||||
}
|
||||
|
||||
#keys-add {
|
||||
}
|
||||
|
||||
#keys-count {
|
||||
width: 26px;
|
||||
height: 18px !important;
|
||||
border: 1px solid;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#keys-subtract {
|
||||
}
|
||||
|
||||
.keys-button {
|
||||
position:relative;
|
||||
width: 16px;
|
||||
height: 16px !important;
|
||||
}
|
||||
|
||||
.keys-button > div {
|
||||
background-color: rgb(32, 168, 177);
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.keys-button-minus {
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
.keys-button-plus-h {
|
||||
width: 100%;
|
||||
height: 4px;
|
||||
top: 6px;
|
||||
}
|
||||
|
||||
.keys-button-plus-v {
|
||||
width: 4px;
|
||||
height: 100%;
|
||||
left: 6px;
|
||||
}
|
Reference in New Issue
Block a user