Add lyo-solstice.css
diff --git a/_projectCommon.php b/_projectCommon.php
index 016d903..465912f 100755
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -45,7 +45,7 @@
# $Menu->addMenuItem("Developers", "/project/developers", "_self");
# To define additional CSS or other pre-body headers
- $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/lyo/style-new.css"/>');
+ $App->AddExtraHtmlHeader('<link rel="stylesheet" type="text/css" href="/lyo/lyo-solstice.css"/>');
# To enable occasional Eclipse Foundation Promotion banners on your pages (EclipseCon, etc)
$App->Promotion = TRUE;
diff --git a/lyo-solstice.css b/lyo-solstice.css
new file mode 100644
index 0000000..7055c7c
--- /dev/null
+++ b/lyo-solstice.css
@@ -0,0 +1,44 @@
+.h3 {
+ margin-top: 2em;
+}
+
+.footerContent {
+ margin: 0 auto;
+ max-width: 50em;
+}
+
+.content {
+ margin: 0 auto 2em;
+ max-width: 50em;
+ padding: 0.5em 1em;
+}
+
+.horizontalCenter {
+ width: 90%;
+ margin: 0 auto;
+}
+
+.footer {
+ position: absolute;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ padding: 0.5em;
+ font-size: 0.8em;
+ background-color: #efefef;
+ text-align: center;
+}
+
+.footerLink {
+ display: inline-block;
+ margin: 0 2em;
+ text-wrap: suppress;
+}
+
+@media only screen and (max-device-width: 600px) {
+ .horizontalCenter {
+ padding-top: 0.33em;
+ text-align: center;
+ }
+}
+