]> nos-oignons.net Git - website.git/blobdiff - assets/home.css
Nouvelle session de travail sur le style
[website.git] / assets / home.css
index 3c7f11074b4559496b57f648497f26c401a5b8c6..ab2d7126b266ffe65399077c8874ee981a211a18 100644 (file)
@@ -2,6 +2,15 @@
        position: absolute;
        top: 0;
        background: none;
+       box-shadow: none;
+}
+
+.pageheader .title {
+       display: none;
+}
+
+#pagebody {
+       padding: 0.1em 2em;
 }
 
 .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 +52,8 @@
        text-decoration: none;
 }
 
-#logo-home-bottom {
-       clear: both;
+#logo-subtexts {
+       margin-bottom: 2em;
 }
 
 /* #logo-home }}} */