X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/7d03bac8986647845e08a89c152e921f443cfb28..b493ec2db0573617fb6935373fd4ebd7ed4d0d62:/assets/home.css 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 }}} */