X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/ff902b1818df306b6ab43c77520f2637b1516ab0..1eb7cfb23ee7f80181c87e7f6e1a2ef9b3fd6f09:/assets/home.css

diff --git a/assets/home.css b/assets/home.css
index 00957b8..a694deb 100644
--- a/assets/home.css
+++ b/assets/home.css
@@ -1,32 +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 {
 }
@@ -39,8 +54,8 @@
 	text-decoration: none;
 }
 
-#logo-home-bottom {
-	clear: both;
+#logo-subtexts {
+	margin-bottom: 2em;
 }
 
 /* #logo-home }}} */