From: villate <vi...@us...> - 2025-07-27 20:44:57
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Maxima CAS Website". The branch, master has been updated via 744161255033d964e6f6a3fec2e648f4115e1ac6 (commit) from be3f3fb794f3e4f28c82f814f8ce2f140837bdc9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 744161255033d964e6f6a3fec2e648f4115e1ac6 Author: villate <vi...@fe...> Date: Sun Jul 27 21:44:10 2025 +0100 Corrects the colors in the DOE authorization letter when using darker mode. diff --git a/authorization-letter.html b/authorization-letter.html index 4ad6dc1..39e9946 100644 --- a/authorization-letter.html +++ b/authorization-letter.html @@ -36,7 +36,7 @@ Science and Technology Software Center.</p> <p>(See an image of <a href="img/authorization-letter.png">the original letter</a>.)</p> -<blockquote style="background:#fff;padding:1em;margin:0;border:solid #99c 1px;font-style:normal"> +<blockquote class="letter"> <p><a href="http://www.osti.gov/estsc/">Energy Science and<br /> Technology Software Center</a><br> P.O. Box 1020 Oak Ridge TN 37831</p> @@ -95,7 +95,7 @@ Software Center</p> <div class="footer"> <p>Any questions about Maxima or this site can be sent to our <a href="mailto:max...@li...">mailing list</a></p> -<span>Last modified: 2025/07/24 14:51:38 UTC</span> +<span>Last modified: 2025/07/27 20:41:03 UTC</span> </div> </body> </html> diff --git a/maxima.css b/maxima.css index 2ed27f9..4818c67 100644 --- a/maxima.css +++ b/maxima.css @@ -123,6 +123,13 @@ pre, tt, code { font-family: "Courier New", "DejaVu Sans Mono", monospace } .spacious dd { padding-bottom: 1em; } span.maxlabel { color: #d00} span.maxinput { color: blue} +blockquote.letter { + background-color: white; + padding: 1em; + margin: 0; + border: 1px solid #99c; + font-style:normal +} @media screen and (min-width: 480px) { body { @@ -172,7 +179,6 @@ span.maxinput { color: blue} } pre.maxima { color: #2e3436 } a:link { -/* background-color: #777; */ color: #9df; } a:visited {color: #9fd } @@ -180,4 +186,8 @@ span.maxinput { color: blue} background-color: #ddd; color: #55f; } + blockquote.letter { + background-color: #666; + border: 1px solid black; + } } ----------------------------------------------------------------------- Summary of changes: authorization-letter.html | 4 ++-- maxima.css | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) hooks/post-receive -- Maxima CAS Website |