X-Git-Url: https://nos-oignons.net/gitweb/website.git/blobdiff_plain/e4b7c30154106f2981973151fc83ba7a6d10c558..c2848cd03d9d967428dcabe944b0e617baf9366d:/assets/home.css diff --git a/assets/home.css b/assets/home.css index 1840264..96717f5 100644 --- a/assets/home.css +++ b/assets/home.css @@ -1,42 +1,16 @@ -.pageheader { - position: absolute; - top: 0; - height: 0; - background: none; - box-shadow: none; +@media screen and (min-width: 45em) { + #logo { + width: auto; + height: 200px; + background: url(home-logo.png) no-repeat -490px center; + } + .body-wrapper > header {background: none;} } -.pageheader .title { - display: none; -} - -#pagebody { - padding: 0.1em 2em; -} - -.sidebar { - border-top: none; -} - -#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; -} +h1.title {display: none;} -#logo-home { - background: url(home-logo.png) no-repeat 100% 0; - height: 188px; -} - -#logo-home-subtext-fr, #logo-home-subtext-en { +#logo-home-subtext-fr, +#logo-home-subtext-en { font-size: 160%; line-height: 1em; text-align: right; @@ -47,7 +21,8 @@ #logo-home-subtext-en { } -#logo-home-subtext-fr a , #logo-home-subtext-en a { +#logo-home-subtext-fr a , +#logo-home-subtext-en a { display: block; font-weight: bold; text-decoration: none;