summary refs log tree commit diff stats
path: root/assets/style.css
blob: 5f62e1c8927c4d07d4715b0e3147a0ad8dbe089c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css");

#container {
  max-width: 800px;
  margin: auto;
}

#head {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 2em;
}

#subhead {
  text-align: right;
  font-size: 1.2em;
}

#body {
  font-size: 1.0em;
}

#info {
  font-size: 0.9em;
  padding-top: 10px;
}

#foot {
  padding-top: 20px;
  text-align: center;
  font-size: 0.8em;
}
pan class="k">font-family: monospace; color: #eeeeee; background-color: #080808; } body { font-family: monospace; color: #eeeeee; background-color: #080808; } * { font-size: 1.05em; } .muRecipe { color: #ff8700; } .Comment { color: #9090ff; } .Constant { color: #00a0a0; } .Special { color: #ff6060; } --> </style> <script type='text/javascript'> <!-- --> </script> </head> <body> <pre id='vimCodeElement'> <span class="Comment"># example program: managing the display using 'screen' objects</span> <span class="Comment">#</span> <span class="Comment"># The zero screen below means 'use the real screen'. Tests can also use fake</span> <span class="Comment"># screens.</span> <span class="muRecipe">recipe</span> main [ open-console print-character <span class="Constant">0/screen</span>, <span class="Constant">97/a</span>, <span class="Constant">2/red</span> <span class="Constant">1</span>:number/<span class="Special">raw</span>, <span class="Constant">2</span>:number/<span class="Special">raw &lt;- </span>cursor-position <span class="Constant">0/screen</span> wait-for-event <span class="Constant">0/console</span> clear-screen <span class="Constant">0/screen</span> move-cursor <span class="Constant">0/screen</span>, <span class="Constant">0/row</span>, <span class="Constant">4/column</span> print-character <span class="Constant">0/screen</span>, <span class="Constant">98/b</span> wait-for-event <span class="Constant">0/console</span> move-cursor <span class="Constant">0/screen</span>, <span class="Constant">0/row</span>, <span class="Constant">0/column</span> clear-line <span class="Constant">0/screen</span> wait-for-event <span class="Constant">0/console</span> cursor-down <span class="Constant">0/screen</span> wait-for-event <span class="Constant">0/console</span> cursor-right <span class="Constant">0/screen</span> wait-for-event <span class="Constant">0/console</span> cursor-left <span class="Constant">0/screen</span> wait-for-event <span class="Constant">0/console</span> cursor-up <span class="Constant">0/screen</span> wait-for-event <span class="Constant">0/console</span> close-console ] </pre> </body> </html> <!-- vim: set foldmethod=manual : -->