Skip to content

Commit 7357eaa

Browse files
author
Rachael Blake
committed
Merge branch 'upstream'
2 parents 6495256 + e60d6e0 commit 7357eaa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/_layouts/default.html

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
{% include dependencies.html %}
66
</head>
77
<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>
812
<div class="page-content">
913
<div class="wrapper">
1014
{{ content }}

docs/assets/css/default.css

+13-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,16 @@ p.captioned {
6767

6868
.ToS {
6969
text-align: right;
70-
}
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

Comments
 (0)