comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:9305c6458e2f
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
27 #sat_logo {
28 float: left;
29 margin-right: 5px;
30 }
31
32 #overview_logo {
33 vertical-align: middle;
34 margin-top: -25px;
35 margin-right: 15px;
36 }
37
38 #bigmark {
39 font-size:200px;
40 font-weight:bold;
41 text-align: center;
42 margin-top: 100px;
43 }
44
45 #bigmark_subtext {
46 margin-top: 100px;
47 text-align: center;
48 }
49
50 #social_contract {
51 font-size: 14px;
52 }
53
54 .wip {
55 text-align: center;
56 color: #A52A2A;
57 margin: 10px;
58 }
59
60 .desc {
61 text-align: justify;
62 font-size: 16px;
63 }
64
65 .info {
66 margin: 10px 5px 60px 5px;
67 }
68
69
70 .feature {
71 padding-bottom: 10px;
72 margin-bottom: 10px;
73 border-bottom-style: solid;
74 border-bottom-width: 1px;
75 }
76
77 div:last-child>div.feature {
78 /* we don't wine line on the last feature */
79 border-bottom-style: none;
80 }
81
82 .screenshot_desc {
83 text-align: center;
84 font-style: italic;
85 font-size: 14px;
86 }
87
88 .screencast {
89 text-align: center;
90 }
91
92 .screencast_dest {
93 text-align: center;
94 font-style: italic;
95 font-size: 14px;
96 margin-bottom: 30px;
97 }