From 1b059d82669604ba0d35e526fa94ba67e7d35173 Mon Sep 17 00:00:00 2001 From: r12a Date: Tue, 14 May 2024 18:35:26 +0100 Subject: [PATCH 1/2] Resources: Add some new types of link --- resources/index.html | 68 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) diff --git a/resources/index.html b/resources/index.html index d30d461..bb1863b 100644 --- a/resources/index.html +++ b/resources/index.html @@ -49,6 +49,9 @@ +
X Some links on this page point to repositories or pages to which information will be added over time. Initially, the link may produce no results, but as issues, tests, etc. are created they will show up.
+ + @@ -160,6 +163,67 @@

Chinese Script Overview

+ + +
+

All topics

+ + + + + + + + +
+ + + + + + + + + + + + +

Text direction

@@ -249,6 +313,10 @@

Fonts & font styles

From a22eb949ad4d26151223750311c8f542ce2d50a4 Mon Sep 17 00:00:00 2001 From: r12a Date: Tue, 14 May 2024 18:37:07 +0100 Subject: [PATCH 2/2] Update local.css --- resources/local.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/resources/local.css b/resources/local.css index e5b8b2c..75d6064 100644 --- a/resources/local.css +++ b/resources/local.css @@ -119,3 +119,26 @@ dl.reslinks { + + + +#linkWarning { + position:fixed; + bottom:0; + margin-inline: 2.5%; + background-color: antiquewhite; + border-top-left-radius: 1em; + border-top-right-radius: 1em; + font-size: 90%; + padding: .5em; + z-index: 2000; + } +#closeLinkWarning { + float:right; + font-size:120%; + margin-inline:1em; + cursor:pointer; + color: #999; + } + +