Record and playback now working, user interface not yet working.
This commit is contained in:
parent
d2983908ee
commit
4a3bb586a4
4 changed files with 1980 additions and 958 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -21,6 +21,10 @@ th {
|
|||
background-color: silver;
|
||||
}
|
||||
|
||||
.character-table {
|
||||
position: relative
|
||||
}
|
||||
|
||||
.entry {
|
||||
font-size: 3em;
|
||||
}
|
||||
|
|
@ -40,4 +44,10 @@ th {
|
|||
#footer p {
|
||||
margin: 0;
|
||||
padding: 0.25em;
|
||||
}
|
||||
|
||||
#popup {
|
||||
position: absolute;
|
||||
display: none;
|
||||
background-color: whitesmoke;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue