Mercurial > sat_legacy_website
annotate static/css/sat_website.css @ 26:3df49721008c
upgrade to Bootstrap v3.3.1
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 19 Jan 2015 21:22:40 +0100 |
parents | 0df46e87537d |
children | 30a1edf90fae |
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 | |
26 | 19 |
20 /* Overriding Bootstrap styles */ | |
21 | |
22 | |
0 | 23 body { |
26 | 24 padding-top: 60px; |
0 | 25 } |
26 | |
27 header { | |
26 | 28 margin-bottom: 20px; |
29 } | |
30 | |
31 h1, h2, h3, h4, h5, h6 { | |
32 font-weight: bold; | |
0 | 33 } |
34 | |
26 | 35 .navbar { |
36 font-size: 13px; | |
37 } | |
38 | |
39 | |
40 /* sat_website own styles */ | |
41 | |
42 | |
2
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
43 #language { |
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
44 /* position: absolute; */ |
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
45 text-align: center; |
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
46 } |
0df46e87537d
i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents:
0
diff
changeset
|
47 |
0 | 48 #sat_logo { |
49 float: left; | |
50 margin-right: 5px; | |
26 | 51 margin-top: 5px; |
0 | 52 } |
53 | |
54 #overview_logo { | |
55 vertical-align: middle; | |
56 margin-top: -25px; | |
57 margin-right: 15px; | |
58 } | |
59 | |
60 #bigmark { | |
26 | 61 font-size:165px; |
0 | 62 font-weight:bold; |
63 text-align: center; | |
26 | 64 margin: 0px; |
0 | 65 } |
66 | |
67 #bigmark_subtext { | |
68 text-align: center; | |
26 | 69 margin: 0px; |
0 | 70 } |
71 | |
72 #social_contract { | |
73 font-size: 14px; | |
74 } | |
75 | |
76 .wip { | |
77 text-align: center; | |
78 color: #A52A2A; | |
79 margin: 10px; | |
80 } | |
81 | |
82 .desc { | |
83 text-align: justify; | |
84 font-size: 16px; | |
85 } | |
86 | |
87 .info { | |
88 margin: 10px 5px 60px 5px; | |
89 } | |
90 | |
91 .feature { | |
92 padding-bottom: 10px; | |
93 margin-bottom: 10px; | |
94 border-bottom-style: solid; | |
95 border-bottom-width: 1px; | |
96 } | |
97 | |
98 div:last-child>div.feature { | |
99 /* we don't wine line on the last feature */ | |
100 border-bottom-style: none; | |
101 } | |
102 | |
103 .screenshot_desc { | |
104 text-align: center; | |
105 font-style: italic; | |
106 font-size: 14px; | |
107 } | |
108 | |
109 .screencast { | |
110 text-align: center; | |
111 } | |
112 | |
113 .screencast_dest { | |
114 text-align: center; | |
115 font-style: italic; | |
116 font-size: 14px; | |
117 margin-bottom: 30px; | |
118 } |