diff --git a/output/styles2.css b/output/styles2.css
index 432dfee..bf4613d 100644
--- a/output/styles2.css
+++ b/output/styles2.css
@@ -2,10 +2,19 @@ html {
font-size: clamp(10px, 2vw, 18px);
}
-html.js .noscript {
+html.js .noscript, .hidden {
display: none;
}
+.clickable {
+ cursor: pointer;
+}
+
+.anchorstyle {
+ color: rgb(0, 102, 204);
+ text-decoration: underline;
+}
+
/* Dead style */
html:not(.js) .js-only {
display: none;
@@ -25,9 +34,14 @@ header {
#tbl_communities { width:100%; }
-/* Hide the identifier column before removal. */
-#th_identifier { display: none; }
-.td_identifier { display: none; font-family: monospace; }
+#toggle-show-room-ids:not(:checked)
+~ #tbl_communities :is(#th_identifier, .td_identifier) {
+ display: none;
+}
+
+.td_identifier {
+ font-family: monospace;
+}
.td_language:empty::after {
content: "\2753";
@@ -95,6 +109,15 @@ footer nav a {
white-space: nowrap;
}
+label[for=toggle-show-room-ids]::after {
+ content: " (Off)"
+}
+
+#toggle-show-room-ids:checked
+~ footer label[for=toggle-show-room-ids]::after {
+ content: " (On)"
+}
+
/* Session Communities
+
+
@@ -62,6 +64,11 @@
However, some interactive features are
only available with JS enabled.
+ +
-