From 2ac04f0487096b521d3d8210cef24c9e63ae9ad7 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Thu, 16 Oct 2014 21:54:03 +0200 Subject: [PATCH] update --- dvorak.html | 13 ++ files/phonetic_dvorak.gz | Bin 0 -> 744 bytes hashes.txt | 6 +- index.html | 2 +- style.css | 316 +++++++++++++++++++++++++++++++++++++-- 5 files changed, 319 insertions(+), 18 deletions(-) create mode 100644 files/phonetic_dvorak.gz diff --git a/dvorak.html b/dvorak.html index c67b434..df8cc2c 100644 --- a/dvorak.html +++ b/dvorak.html @@ -6,6 +6,19 @@

Since about 2011 I've started using dvorak as my main keyboard layout and like the efficiency compared to QWERTY.

+

Dvorak russian (2014-10-07)

+

When learning russian I had to type some stuff in russian, as I found + out that there was a phonetic keyboard I was excited but it didn't work on + dvorak layout. So some guy named Oleg made a phonetic russian keyboard + layout in dvorak and you can download it + here. When you want to use it you + have to append the information from the file to +

/usr/share/X11//xkb/symbols/ru
+ When you want to load it you can + type +
setxkbmap -layout ru -variant phonetic_dvorak
+

+

Dvorak in dos

To use dvorak in dos download this file containing dvorak.com
Transfer it to your C:\DOS folder for example and add this to your AUTOEXEC.bat: diff --git a/files/phonetic_dvorak.gz b/files/phonetic_dvorak.gz new file mode 100644 index 0000000000000000000000000000000000000000..d2708acd007d57c701ab19178e7732b8d39e6c91 GIT binary patch literal 744 zcmVZe?_7V_#%;Z*pO40CkmXZ`v>vhQH@mSbWX~lwP&2 z61NuAZcIQYwN-^oa++9i;>=E}(rW*Grb&d)iS_{jI?uV-?`yl;Wx6y*@XYIW*+N3Z z9=R0nncxY#)I8-mu{6btkWcJ!q2o0`|!Msr|@*6Rhjpnzq8JNdvv~eo~_6(*LRcY z75iXMY`oJ#N?UGM`iDOc_w1SdZRp{&*RSZl&)_YPJgve_^r(s+`TO;v$e@Z0oZ3QR znu9hx3o&qB0p}Jl zg_Xi2IDS#ZFMMWogG|B;UU|P)0lgZ~B8myoCkmLDJ9DpQLyRA_@PH(YQOf9cbw^Ub z!KX;!Nuw~&l_|8!W6S<2RRQ5v`YZ$5+9*~Fp+cWU8o1r|rt?<4LZ}MAjt7w0AcVNYFhX(4U*grP@p~K>OO<$E!%Mn{wx6u^C)De)nQvAR$b;PS%`8TOd9r2D% a=p(*;MlDagBf2@x_VW+c+Mc`g2mkLinux
- Pokémon

- Last updated: 14-07-08 + Last updated: 14-10-16 footer
diff --git a/style.css b/style.css index 59f1942..d9b00dd 100644 --- a/style.css +++ b/style.css @@ -1,15 +1,303 @@ -body -{ - color:#000000; - background-color:#e3e3e3; -} - -a:link -{ - color:#000080; -} - -a:visited, a:hover, a:active -{ - color:#0000c6; +@import url(http://fonts.googleapis.com/css?family=Inconsolata); +@import url(http://fonts.googleapis.com/css?family=PT+Sans); +@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700); +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +nav, +section, +summary { + display: block; +} +audio, +canvas, +video { + display: inline-block; +} +audio:not([controls]) { + display: none; + height: 0; +} +[hidden] { + display: none; +} +html { + font-family: sans-serif; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; +} +body { + margin: 0; +} +a:focus { + outline: thin dotted; +} +a:active, +a:hover { + outline: 0; +} +h1 { + font-size: 2em; +} +abbr[title] { + border-bottom: 1px dotted; +} +b, +strong { + font-weight: bold; +} +dfn { + font-style: italic; +} +mark { + background: #ff0; + color: #000; +} +code, +kbd, +pre, +samp { + font-family: monospace, serif; + font-size: 1em; +} +pre { + white-space: pre-wrap; + word-wrap: break-word; +} +q { + quotes: "\201C" "\201D" "\2018" "\2019"; +} +small { + font-size: 80%; +} +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} +sup { + top: -0.5em; +} +sub { + bottom: -0.25em; +} +img { + border: 0; +} +svg:not(:root) { + overflow: hidden; +} +figure { + margin: 0; +} +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} +legend { + border: 0; + padding: 0; +} +button, +input, +select, +textarea { + font-family: inherit; + font-size: 100%; + margin: 0; +} +button, +input { + line-height: normal; +} +button, +html input[type="button"], +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; + cursor: pointer; +} +button[disabled], +input[disabled] { + cursor: default; +} +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; + padding: 0; +} +input[type="search"] { + -webkit-appearance: textfield; + -moz-box-sizing: content-box; + -webkit-box-sizing: content-box; + box-sizing: content-box; +} +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} +textarea { + overflow: auto; + vertical-align: top; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +html { + font-family: 'PT Sans', sans-serif; +} +pre, +code { + font-family: 'Inconsolata', sans-serif; +} +h1, +h2, +h3, +h4, +h5, +h6 { + font-family: 'PT Sans Narrow', sans-serif; + font-weight: 700; +} +html { + background-color: #eee8d5; + color: #657b83; + margin: 1em; +} +body { + background-color: #fdf6e3; + margin: 0 auto; + max-width: 23cm; + border: 1pt solid #93a1a1; + padding: 1em; +} +code { + background-color: #eee8d5; + padding: 2px; +} +a { + color: #b58900; +} +a:visited { + color: #cb4b16; +} +a:hover { + color: #cb4b16; +} +h1 { + color: #d33682; +} +h2, +h3, +h4, +h5, +h6 { + color: #859900; +} +pre { + background-color: #fdf6e3; + color: #657b83; + border: 1pt solid #93a1a1; + padding: 1em; + box-shadow: 5pt 5pt 8pt #eee8d5; +} +pre code { + background-color: #fdf6e3; +} +h1 { + font-size: 2.8em; +} +h2 { + font-size: 2.4em; +} +h3 { + font-size: 1.8em; +} +h4 { + font-size: 1.4em; +} +h5 { + font-size: 1.3em; +} +h6 { + font-size: 1.15em; +} +.tag { + background-color: #eee8d5; + color: #d33682; + padding: 0 0.2em; +} +.todo, +.next, +.done { + color: #fdf6e3; + background-color: #dc322f; + padding: 0 0.2em; +} +.tag { + -webkit-border-radius: 0.35em; + -moz-border-radius: 0.35em; + border-radius: 0.35em; +} +.TODO { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #2aa198; +} +.NEXT { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #268bd2; +} +.ACTIVE { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #268bd2; +} +.DONE { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #859900; +} +.WAITING { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #cb4b16; +} +.HOLD { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #d33682; +} +.NOTE { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #d33682; +} +.CANCELLED { + -webkit-border-radius: 0.2em; + -moz-border-radius: 0.2em; + border-radius: 0.2em; + background-color: #859900; } -- 2.20.1