styling / tweaks to registration / room names on live
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 16 Mar 2021 21:47:13 +0000 (17:47 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 16 Mar 2021 21:47:13 +0000 (17:47 -0400)
2021/assets/js/stream.js
2021/live/index.html

index 3482b39093845c0f03b1558d684df982b5e525e4..ec32f1ed69a688b6b20f0cfa771f033a853cbeb0 100644 (file)
@@ -311,6 +311,7 @@ app.view = function(ctrl) {
       "Freenode IRC channel for ",
       stream.name,
       ": ",
+      m("br"),
       m("strong", ["/join ", stream.ircChannel])
     ];
   } else {
@@ -318,7 +319,7 @@ app.view = function(ctrl) {
       m("strong", [
         m("a", { target: "_blank", href: "https://my.fsf.org/civicrm/event/info?reset=1&id=92" }, "Register"),
       ]),
-      " to access IRC rooms. ",
+      " to access more IRC rooms. ",
       m("strong", [
         m("a", { href: "/2021/registered/live/" }, "Already registered?"),
       ])
@@ -338,7 +339,10 @@ app.view = function(ctrl) {
         "Conference-wide Freenode IRC channel: ",
         m("strong", "/join #libreplanet")
       ]),
-      m("li", irc_info),
+      m("li",
+        m("div", { class: "special-irc" },
+          irc_info)
+      ),
       // m("li", [
       //   "Conference-wide Mumble (voice chat) server: ",
       //   m("strong", "mumble.fsf.org")
index f11559fb014ddf4bf57395487a8cca144627e624..b9113a16ad64a735ee2ae12bb6a1d54a6525061a 100755 (executable)
@@ -2,6 +2,12 @@
 
 <title>LibrePlanet 2021 ~ Live</title>
 
+<style>
+.special-irc { background-color: #e0e8ff; padding: 5px; margin-left: -5px; }
+.special-irc a { border-bottom: thin solid blue }
+.special-irc a:hover, .special-irc a:focus { color: #46f }
+</style>
+
 <!--#include virtual="/2021/includes/banner.html"-->
 <!--#include virtual="/2021/includes/sidebar.html"-->