From: rsiddharth Date: Fri, 14 Oct 2016 02:43:35 +0000 (+0000) Subject: Add server/lp-archived.html X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=fc097d4f0ec310e97b889c848f462966157bc289;p=libreplanet-static.git Add server/lp-archived.html also server/lp-commom.css server/lp-archived.html will be used to mark a section of libreplanet.org as "archived". --- diff --git a/server/lp-archived.html b/server/lp-archived.html new file mode 100644 index 00000000..fb147858 --- /dev/null +++ b/server/lp-archived.html @@ -0,0 +1,4 @@ +
+

This is an archive of a past conference. Visit the latest + LibrePlanet conference site.

+
diff --git a/server/lp-common.css b/server/lp-common.css new file mode 100644 index 00000000..cde8d14d --- /dev/null +++ b/server/lp-common.css @@ -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); +}