]> nos-oignons.net Git - website.git/blob - assets/home.css
ab2d7126b266ffe65399077c8874ee981a211a18
[website.git] / assets / home.css
1 .pageheader {
2         position: absolute;
3         top: 0;
4         background: none;
5         box-shadow: none;
6 }
7
8 .pageheader .title {
9         display: none;
10 }
11
12 #pagebody {
13         padding: 0.1em 2em;
14 }
15
16 .sidebar {
17         border-top: none;
18 }
19
20 #content {
21         margin-top: 188px; /* same as #logo-home:height */
22         padding-top: 0;
23 }
24
25 /* {{{ #logo-home */
26 #logo-container {
27         position: absolute;
28         top: 0;
29         left: -11.44em; /* same as .sidebar: width */
30         width: 54em;
31 }
32
33 #logo-home {
34         background: url(home-logo.png) no-repeat 100% 0;
35         height: 188px;
36 }
37
38 #logo-home-subtext-fr, #logo-home-subtext-en {
39         font-size: 160%;
40         line-height: 1em;
41         text-align: right;
42         margin-top: 1em;
43 }
44 #logo-home-subtext-fr {
45 }
46 #logo-home-subtext-en {
47 }
48
49 #logo-home-subtext-fr a , #logo-home-subtext-en a {
50         display: block;
51         font-weight: bold;
52         text-decoration: none;
53 }
54
55 #logo-subtexts {
56         margin-bottom: 2em;
57 }
58
59 /* #logo-home }}} */