annotate static/css/sat_website.css @ 0:9305c6458e2f

initial commit
author Goffi <goffi@goffi.org>
date Sat, 28 Jul 2012 20:36:32 +0200
parents
children 0df46e87537d
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
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
27 #sat_logo {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
28 float: left;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
29 margin-right: 5px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
30 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
31
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
32 #overview_logo {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
33 vertical-align: middle;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
34 margin-top: -25px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
35 margin-right: 15px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
36 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
37
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
38 #bigmark {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
39 font-size:200px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
40 font-weight:bold;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
41 text-align: center;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
42 margin-top: 100px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
43 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
44
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
45 #bigmark_subtext {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
46 margin-top: 100px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
47 text-align: center;
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 #social_contract {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
51 font-size: 14px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
52 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
53
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
54 .wip {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
55 text-align: center;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
56 color: #A52A2A;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
57 margin: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
58 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
59
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
60 .desc {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
61 text-align: justify;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
62 font-size: 16px;
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 .info {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
66 margin: 10px 5px 60px 5px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
67 }
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 .feature {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
71 padding-bottom: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
72 margin-bottom: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
73 border-bottom-style: solid;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
74 border-bottom-width: 1px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
75 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
76
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
77 div:last-child>div.feature {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
78 /* we don't wine line on the last feature */
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
79 border-bottom-style: none;
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 .screenshot_desc {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
83 text-align: center;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
84 font-style: italic;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
85 font-size: 14px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
86 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
87
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
88 .screencast {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
89 text-align: center;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
90 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
91
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
92 .screencast_dest {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
93 text-align: center;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
94 font-style: italic;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
95 font-size: 14px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
96 margin-bottom: 30px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
97 }