Add server/lp-archived.html
authorrsiddharth <rsd@gnu.org>
Fri, 14 Oct 2016 02:43:35 +0000 (02:43 +0000)
committerrsiddharth <rsd@gnu.org>
Fri, 14 Oct 2016 02:43:35 +0000 (02:43 +0000)
also server/lp-commom.css

server/lp-archived.html will be used to mark a section of
libreplanet.org as "archived".

server/lp-archived.html [new file with mode: 0644]
server/lp-common.css [new file with mode: 0644]

diff --git a/server/lp-archived.html b/server/lp-archived.html
new file mode 100644 (file)
index 0000000..fb14785
--- /dev/null
@@ -0,0 +1,4 @@
+<div class="lp-archived">
+    <p>This is an archive of a past conference. Visit the <a href="/conference">latest
+        LibrePlanet conference site</a>.</p>
+</div>
diff --git a/server/lp-common.css b/server/lp-common.css
new file mode 100644 (file)
index 0000000..cde8d14
--- /dev/null
@@ -0,0 +1,21 @@
+.lp-archived {
+    background-color: rgb(88, 208, 121);
+    color: rgb(255, 255, 255);
+    text-align: center;
+    padding: 4px 0 8px 0;
+}
+
+.lp-archived p {
+    margin: 0 0 0;
+    font-family: sans-serif;
+    font-size: 13px;
+}
+
+.lp-archived a {
+    color: rgb(255, 255, 255);
+    border-bottom: 0.3px solid rgb(240, 240, 240);
+}
+
+.lp-archived a:hover, a:active, a:focus{
+    color: rgb(255, 255, 255);
+}