We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6495256 + e60d6e0 commit 7357eaaCopy full SHA for 7357eaa
docs/_layouts/default.html
@@ -5,6 +5,10 @@
5
{% include dependencies.html %}
6
</head>
7
<body>
8
+ <div class="closeout">
9
+ Effective at SESYNC's closure in December 2022, this page is no longer maintained.
10
+ The information may be out of date or inaccurate.
11
+ </div>
12
<div class="page-content">
13
<div class="wrapper">
14
{{ content }}
docs/assets/css/default.css
@@ -67,4 +67,16 @@ p.captioned {
67
68
.ToS {
69
text-align: right;
70
-}
+}
71
+
72
+.closeout {
73
+ position: fixed;
74
+ z-index: 100;
75
+ top: 0;
76
+ left: 0;
77
+ width: 100%;
78
+ padding: 4px 8px;
79
+ color: white;
80
+ background-color: firebrick;
81
+ font-weight: bold;
82
0 commit comments