]> nos-oignons.net Git - website.git/blob - assets/home.css
fcfd46759b2d4f1708b61bcadcea9ef754b957d4
[website.git] / assets / home.css
1 .pageheader {
2         position: absolute;
3         top: 0;
4         background: none;
5 }
6
7
8 #content {
9         padding-top: 0;
10 }
11
12 /* {{{ #logo-home */
13 #logo-container {
14 }
15
16 #logo-home {
17         width: 750px;
18         margin: auto;
19         background: white url(home-logo.png) no-repeat 0 0;
20         padding-top: 188px;
21 }
22
23 #logo-home-subtext-fr, #logo-home-subtext-en {
24         width: 40%;
25         margin-left: 10%;
26         text-align: center;
27         font-size: 18pt;
28         line-height: 18pt;
29         float: left;
30 }
31 #logo-home-subtext-fr {
32 }
33 #logo-home-subtext-en {
34 }
35
36 #logo-home-subtext-fr a , #logo-home-subtext-en a {
37         display: block;
38         font-weight: bold;
39         text-decoration: none;
40 }
41
42 #logo-home-bottom {
43         clear: both;
44 }
45
46 /* #logo-home }}} */