X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/fe291785069344ee14fb92c8df0725c45b732f8e..9b155f4e750542c45e3f76e9b5578fe0439cf408:/assets/home.css?ds=sidebyside

diff --git a/assets/home.css b/assets/home.css
index 3c7f110..a694deb 100644
--- a/assets/home.css
+++ b/assets/home.css
@@ -1,35 +1,47 @@
 .pageheader {
 	position: absolute;
 	top: 0;
+	height: 0;
 	background: none;
+	box-shadow: none;
+}
+
+.pageheader .title {
+	display: none;
+}
+
+#pagebody {
+	padding: 0.1em 2em;
 }
 
 .sidebar {
 	border-top: none;
+	padding-top: 31px; /* need to add 1px normaly used by the sidebar */
 }
 
 #content {
+	margin-top: 188px; /* same as #logo-home:height */
 	padding-top: 0;
 }
 
 /* {{{ #logo-home */
 #logo-container {
+	position: absolute;
+	top: 0;
+	left: -11.44em; /* same as .sidebar: width */
+	width: 54em;
 }
 
 #logo-home {
-	width: 750px;
-	margin: auto;
-	background: white url(home-logo.png) no-repeat 0 0;
-	padding-top: 188px;
+	background: url(home-logo.png) no-repeat 100% 0;
+	height: 188px;
 }
 
 #logo-home-subtext-fr, #logo-home-subtext-en {
-	width: 40%;
-	margin-left: 10%;
-	text-align: center;
-	font-size: 20pt;
-	line-height: 20pt;
-	float: left;
+	font-size: 160%;
+	line-height: 1em;
+	text-align: right;
+	margin-top: 1em;
 }
 #logo-home-subtext-fr {
 }
@@ -42,8 +54,8 @@
 	text-decoration: none;
 }
 
-#logo-home-bottom {
-	clear: both;
+#logo-subtexts {
+	margin-bottom: 2em;
 }
 
 /* #logo-home }}} */