From 95567053d56df744111acda663b9da877597d959 Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Thu, 15 Aug 2013 21:30:51 -0700 Subject: [PATCH] Add some style --- index.htm | 46 +++++----------------------------------------- reference.htm | 48 +++++++++++++++++++++++++++--------------------- styles.css | 11 ++++++++--- 3 files changed, 40 insertions(+), 65 deletions(-) diff --git a/index.htm b/index.htm index 6dc3140..790f250 100644 --- a/index.htm +++ b/index.htm @@ -19,19 +19,17 @@

Applesoft BASIC in Javascript

-By Joshua Bell -| Applesoft BASIC Quick Reference -| Notes & Known Issues -| To Do -| Links -| Changes +By Joshua Bell +| Source +| README +— Applesoft BASIC Quick Reference

Related projects: Logo in Javascript | Streaming video to an Apple II - vnIIc

-
+
@@ -119,36 +117,6 @@ By Joshua Bell
-

Notes & Known Issues

- - -

To Do

- - -

Changes

-

The source is tracked on GitHub at https://github.com/inexorabletash/jsbasic/. -

Older changes are documented in the CHANGELOG - diff --git a/reference.htm b/reference.htm index f070c85..1ab103b 100644 --- a/reference.htm +++ b/reference.htm @@ -1,10 +1,16 @@ Applesoft BASIC Reference @@ -13,7 +19,7 @@ h2 { border-top: solid 1px black; border-bottom: solid 1px black; }

Applesoft BASIC Quick Reference

-This is intended as a quick reference for the Applesoft BASIC in JavaScript by Joshua Bell. +This is intended as a quick reference for the Applesoft BASIC in JavaScript by Joshua Bell.

@@ -22,10 +28,10 @@ This is intended as a quick reference for the Applesoft BASI

See also:

@@ -279,19 +285,19 @@ This is intended as a quick reference for the Applesoft BASI
0
Next without for -
16
Syntax error - Not generated +
16
Syntax error - Not generated
22
Return without gosub
42
Out of data
53
Illegal quantity
69
Overflow -
77
Out of memory - Not generated by all browsers +
77
Out of memory - Not generated by all browsers
90
Undefined statement
107
Bad subscript
120
Redimensioned array
133
Division by zero
163
Type mismatch -
176
String too long - Not generated -
191
Formula too complex - Not generated by all browsers +
176
String too long - Not generated +
191
Formula too complex - Not generated by all browsers
224
Undefined function
254
Re-enter
255
Break @@ -333,20 +339,20 @@ This is intended as a quick reference for the Applesoft BASI PEEK(222) in an ONERR handler.

-
1
Language not available - Not generated -
2
Range error - Not generated -
4
Write protected - Not generated +
1
Language not available - Not generated +
2
Range error - Not generated +
4
Write protected - Not generated
5
End of data
6
File not found -
7
Volume mismatch - Not generated -
8
I/O error - Not generated -
9
Disk full - Not generated -
10
File locked - Not generated +
7
Volume mismatch - Not generated +
8
I/O error - Not generated +
9
Disk full - Not generated +
10
File locked - Not generated
11
Invalid option -
12
No buffers available - Not generated -
13
File type mismatch - Not generated -
14
Program too large - Not generated -
15
Not direct command - Not generated +
12
No buffers available - Not generated +
13
File type mismatch - Not generated +
14
Program too large - Not generated +
15
Not direct command - Not generated
diff --git a/styles.css b/styles.css index 8a65c4c..71fc76b 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,11 @@ -body { background-color: #EEEACD; } -h1, h2, h3, p { margin-bottom: 6pt; margin-top: 6pt; } -td { vertical-align: top; } +@import url(http://fonts.googleapis.com/css?family=Coustard); +body { font-family: "Coustard"; } + +a { color: #803010; text-decoration: none; } +a:hover { text-decoration: underline; } + +body { background-color: #EEEACD; color: black; } +h1, h2, h3, p, ul { margin-bottom: 0; margin-top: 0; } /* Apple II Screen */