Mercurial > sat_legacy_website
annotate static/css/sat_website.css @ 9:bdd6ccffe149
language code split
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 02 Aug 2012 01:57:47 +0200 |
parents | 0df46e87537d |
children | 3df49721008c |
rev | line source |
---|---|
0 | 1 /* |
2 SàT Website: Salut à Toi presentation website | |
3 Copyright (C) 2012 Jérôme Poisson <goffi@goffi.org> | |
4 | |
5 This program is free software: you can redistribute it and/or modify | |
6 it under the terms of the GNU Affero General Public License as published by | |
7 the Free Software Foundation, either version 3 of the License, or | |
8 (at your option) any later version. | |
9 | |
10 This program is distributed in the hope that it will be useful, | |
11 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
13 GNU Affero General Public License for more details. | |
14 | |
15 You should have received a copy of the GNU Affero General Public License | |
16 along with this program. If not, see <http://www.gnu.org/licenses/>. | |
17 */ | |
18 | |
19 body { | |
20 padding-top: 50px; | |
21 } | |
22 | |
23 header { | |
24 margin-bottom: 20px; | |
25 } | |
26 | |
2
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
27 #language { |
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
28 /* position: absolute; */ |
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
29 text-align: center; |
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
30 } |
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
31 |
0 | 32 #sat_logo { |
33 float: left; | |
34 margin-right: 5px; | |
35 } | |
36 | |
37 #overview_logo { | |
38 vertical-align: middle; | |
39 margin-top: -25px; | |
40 margin-right: 15px; | |
41 } | |
42 | |
43 #bigmark { | |
44 font-size:200px; | |
45 font-weight:bold; | |
46 text-align: center; | |
47 margin-top: 100px; | |
48 } | |
49 | |
50 #bigmark_subtext { | |
51 margin-top: 100px; | |
52 text-align: center; | |
53 } | |
54 | |
55 #social_contract { | |
56 font-size: 14px; | |
57 } | |
58 | |
59 .wip { | |
60 text-align: center; | |
61 color: #A52A2A; | |
62 margin: 10px; | |
63 } | |
64 | |
65 .desc { | |
66 text-align: justify; | |
67 font-size: 16px; | |
68 } | |
69 | |
70 .info { | |
71 margin: 10px 5px 60px 5px; | |
72 } | |
73 | |
74 | |
75 .feature { | |
76 padding-bottom: 10px; | |
77 margin-bottom: 10px; | |
78 border-bottom-style: solid; | |
79 border-bottom-width: 1px; | |
80 } | |
81 | |
82 div:last-child>div.feature { | |
83 /* we don't wine line on the last feature */ | |
84 border-bottom-style: none; | |
85 } | |
86 | |
87 .screenshot_desc { | |
88 text-align: center; | |
89 font-style: italic; | |
90 font-size: 14px; | |
91 } | |
92 | |
93 .screencast { | |
94 text-align: center; | |
95 } | |
96 | |
97 .screencast_dest { | |
98 text-align: center; | |
99 font-style: italic; | |
100 font-size: 14px; | |
101 margin-bottom: 30px; | |
102 } |