Conversation
|
Thank you for your pull request. You'll see a "build failed" message until the Keyman team has reviewed the pull request and manually initiated the build process. Every change committed to this branch will become part of this pull request. When you have finished submitting files and are ready for the Keyman team to review this pull request, please post a "Ready for review" comment. |
Co-authored-by: Darcy Wong <darcy_wong@sil.org>
darcywong00
left a comment
There was a problem hiding this comment.
A few minor changes for the build to compile
| "kls" | ||
| ], | ||
| "description": "The Kaḷaṣamondr keyboard is created to type the kalasha language with Roman (Latin) script. Allowing keyboard users to write in English and Kalasha without switching keyboards." | ||
| } |
There was a problem hiding this comment.
I think you can remove .keyboard_info since kmc generates it now.
|
The Also, all graphics used in the php file must be in the |
|
Keyboard name should be made consistent. Currently there is As said above, |
|
I double-checked the langtag and it is correctly |
Yes, I am considering to use the kalasha as the id and Kaḷaṣamondr for the name. The keyboard was sent to me like that. I'll update. |
…s, and apply the style correctly Co-authored-by: Lorna
I have two |
You need the one from |
|
Thank you. |
|
Are you still working on this PR? It's still in draft. |
|
I am waiting on the keyboard authors to test the keyboard to see if it is the right behavior they are looking for. |
| $pagestyle = <<<END | ||
| body { | ||
| font-family: Arial, Helvetica, sans-serif; | ||
| margin: 40px; |
…kalasha_keyboard
…kalasha_keyboard
| body { | ||
| font-family: Arial, Helvetica, sans-serif; | ||
| background: #f9f9f9; | ||
| } | ||
|
|
||
| table { | ||
| width: 100%; | ||
| border-collapse: collapse; | ||
| background: white; | ||
| } | ||
|
|
||
| thead.main-header, .main-foot { | ||
| background: #2c3e50; | ||
| color: white; | ||
| } | ||
|
|
||
| thead.sub-header { | ||
| background-color: #284a6e; | ||
| color: white; | ||
| } | ||
|
|
||
| th, td { | ||
| padding: 12px 16px; | ||
| text-align: left; | ||
| border-bottom: 1px solid #ddd; | ||
| } | ||
|
|
||
| th { | ||
| font-weight: 600; | ||
| letter-spacing: 0.02em; | ||
| } | ||
|
|
||
| tbody tr:hover { | ||
| background: #f5f7fa; | ||
| } | ||
|
|
||
| tbody tr:nth-child(even) { | ||
| background: #fafafa; | ||
| } | ||
|
|
||
| kbd { | ||
| font-size: 20px; | ||
| background-color: black; | ||
| color: white ; | ||
| border-radius: 20px; | ||
| text-align: center; | ||
| padding: 2px 25px; | ||
| } |
There was a problem hiding this comment.
These mostly should not be included here -- they are too broad. In particular, do not override styling for body.
To have styles that apply only to the keyboard section and not to the frame content, then use the tag article, for example:
article table {
width: 100%;
border-collapse: collapse;
background: white;
}

On behalf of Elsa Cooper and Malachi James.
Test-bot: skip