annotate static/css/sat_website.css @ 7:4bdc81db6282

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