From 1b147020ec42a3d1319d04f5e9ef0bdee21150df Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Fri, 17 Jan 2025 10:16:18 +0000 Subject: [PATCH] testing pre-atari class --- css/retro.css | 33 +++++++++++++++++++++++++++++++-- md/Atari/index.md | 15 ++++++++++++++- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/css/retro.css b/css/retro.css index e3edc32..4f0ffb1 100644 --- a/css/retro.css +++ b/css/retro.css @@ -268,8 +268,21 @@ pre { line-height: 1.15; overflow-x: auto; } - - +.pre-atari div { + width: 78%; + border: solid yellow 2px; + padding-top: 10px; + padding-bottom: 10px; + padding-left:10px; + margin-left: 10px; + background-color: #004d80; + font-family: 'Atari Classic Chunky', serif; + font-weight: lighter; + font-size: 0.525em; + line-height: 1.2; + overflow-wrap: break-word; + color: #f2f2f2; +} blockquote { font-family: "Dot Matrix Regular", monospace; @@ -303,3 +316,19 @@ code { line-height: 1.15; } + +.codeblock-atari div { + width: 87%; + border: solid yellow 2px; + padding-top: 10px; + padding-bottom: 0; + padding-left:10px; + margin-left: 25px; + background-color: #004d80; + font-family: 'Atari Classic Chunky', serif; + font-weight: lighter; + font-size: 0.525em; + line-height: 1.2; + overflow-wrap: break-word; + color: #f2f2f2; +} \ No newline at end of file diff --git a/md/Atari/index.md b/md/Atari/index.md index 364fae9..5e614c9 100644 --- a/md/Atari/index.md +++ b/md/Atari/index.md @@ -18,4 +18,17 @@ ``` For now, all my Atari stuff can be found at [https://ataricode.com](https://ataricode.com). -I may migrate it all over here instead. But that remains to be decided... +
+10 ; +20 ;ADDNRS.SRC +30 ; +40 *=$0600 +50 ; +60 CLD +70 ADDNRS CLC +80 LDA #2 +90 ADC #2 +100 STA $CB +110 RTS +120 .END +
\ No newline at end of file