testing pre with atari attribute

This commit is contained in:
Greg Gauthier 2025-01-17 10:26:43 +00:00
parent d261446047
commit a4492d019a
2 changed files with 17 additions and 19 deletions

View File

@ -268,7 +268,7 @@ pre {
line-height: 1.15; line-height: 1.15;
overflow-x: auto; overflow-x: auto;
} }
.pre-atari div { .atari {
width: 78%; width: 78%;
border: solid yellow 2px; border: solid yellow 2px;
padding-top: 10px; padding-top: 10px;
@ -283,6 +283,21 @@ pre {
overflow-wrap: break-word; overflow-wrap: break-word;
color: #f2f2f2; color: #f2f2f2;
} }
.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;
}
blockquote { blockquote {
font-family: "Dot Matrix Regular", monospace; font-family: "Dot Matrix Regular", monospace;
@ -315,20 +330,3 @@ code {
background: #524646; background: #524646;
line-height: 1.15; 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;
}

View File

@ -18,7 +18,7 @@
``` ```
For now, all my Atari stuff can be found at [https://ataricode.com](https://ataricode.com). For now, all my Atari stuff can be found at [https://ataricode.com](https://ataricode.com).
<pre class="pre-atari"> <pre atari>
10 ; 10 ;
20 ;ADDNRS.SRC 20 ;ADDNRS.SRC
30 ; 30 ;