]> shimmer.witbreuk.eu Git - UltimateKEYS.git/commitdiff
Add files via upload
authorPieter Degroote <pieter-degroote@users.noreply.github.com>
Sat, 3 Aug 2019 20:29:16 +0000 (22:29 +0200)
committerGitHub <noreply@github.com>
Sat, 3 Aug 2019 20:29:16 +0000 (22:29 +0200)
Additional support for the dark mode has been added in the HTML (using 'prefers-color-scheme: dark').
For this, the OS theme needs to be set to 'dark mode' and a recent web browser is required (Chrome 76+, Firefox 68+ or Safari 12.1+).

docs/documentation.html
docs/index.html
docs/integration-klc.html

index 42e7c99e0fb66598c0c83dd1758f650091ebe6ad..881bd48d557300987d55f4ad712c2f6703df770c 100644 (file)
@@ -8,10 +8,21 @@
 <title>UltimateKEYS Keyboard Layout (Windows)</title>\r
 \r
 <style type="text/css">\r
 <title>UltimateKEYS Keyboard Layout (Windows)</title>\r
 \r
 <style type="text/css">\r
+\r
 body {\r
 body {\r
-font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
-font-size: 1.25em;\r
-line-height: 1.5;\r
+  font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
+  font-size: 1.25em;\r
+  line-height: 1.5;\r
+}\r
+\r
+@media (prefers-color-scheme: dark) {\r
+  body {\r
+    background: #000000;\r
+    color: #00d000;\r
+  }\r
+  a {\r
+    color: #87cefa;\r
+  }\r
 }\r
 \r
 </style>\r
 }\r
 \r
 </style>\r
index d314cd7b0f2d903fea2978f1d50b090795697916..caffda1002144b83a493a15a82e5d04001db50a0 100644 (file)
@@ -8,10 +8,21 @@
 <title>UltimateKEYS Keyboard Layout (Windows)</title>\r
 \r
 <style type="text/css">\r
 <title>UltimateKEYS Keyboard Layout (Windows)</title>\r
 \r
 <style type="text/css">\r
+\r
 body {\r
 body {\r
-font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
-font-size: 1.25em;\r
-line-height: 1.5;\r
+  font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
+  font-size: 1.25em;\r
+  line-height: 1.5;\r
+}\r
+\r
+@media (prefers-color-scheme: dark) {\r
+  body {\r
+    background: #000000;\r
+    color: #00d000;\r
+  }\r
+  a {\r
+    color: #87cefa;\r
+  }\r
 }\r
 \r
 </style>\r
 }\r
 \r
 </style>\r
@@ -24,7 +35,7 @@ line-height: 1.5;
 \r
 <p>In UltimateKEYS, all keys remain exactly organized as US-QWERTY. Except, when AltGr or AltGr+Shift is pressed in combination with another key, other diacritics and symbols are accessible and some keys become dead keys.</p>\r
 \r
 \r
 <p>In UltimateKEYS, all keys remain exactly organized as US-QWERTY. Except, when AltGr or AltGr+Shift is pressed in combination with another key, other diacritics and symbols are accessible and some keys become dead keys.</p>\r
 \r
-<p>In that way, it is - somehow - similar to the layout "United States-International" (on Windows), although this project moves all dead key combinations to the modifiers AltGr and AltGr+Shift. That way, this project solves the most typical caveats, among which the quotes (' and ") can be used as usual (without pressing the spacebar afterwards), while the acute accent (&#x00b4;) and diaeresis (&#x00a8;) are found under Alt and Alt+Shift respectively. This project has borrowed several aspects from the EurKEY Keyboard Layout.</p>\r
+<p>In that way, it is - somehow - similar to the layout "United States-International" (on Windows), although this project moves all dead key combinations to the modifiers AltGr and AltGr+Shift. That way, this project solves the most typical caveats, among which the quotes (' and ") can be used as usual (without pressing the spacebar afterwards), while the acute accent (&#x00b4;) and diaeresis (&#x00a8;) are found under Alt and Alt+Shift respectively. This project has borrowed several aspects from the EurKEY Keyboard Layout (by Steffen Br&uuml;ntjen).</p>\r
 \r
 <p>&nbsp;</p>\r
 \r
 \r
 <p>&nbsp;</p>\r
 \r
index 99b88b427f5edbe5620566182de90b4f9902b501..07f3e210f78ece3abb429442d9265b07e7ef3263 100644 (file)
@@ -8,10 +8,21 @@
 <title>UltimateKEYS Keyboard Layout (Windows)</title>\r
 \r
 <style type="text/css">\r
 <title>UltimateKEYS Keyboard Layout (Windows)</title>\r
 \r
 <style type="text/css">\r
+\r
 body {\r
 body {\r
-font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
-font-size: 1.25em;\r
-line-height: 1.5;\r
+  font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
+  font-size: 1.25em;\r
+  line-height: 1.5;\r
+}\r
+\r
+@media (prefers-color-scheme: dark) {\r
+  body {\r
+    background: #000000;\r
+    color: #00d000;\r
+  }\r
+  a {\r
+    color: #87cefa;\r
+  }\r
 }\r
 \r
 </style>\r
 }\r
 \r
 </style>\r