annotate static/css/sat_website.css @ 28:30a1edf90fae

move the language selector to the main menu
author souliane <souliane@mailoo.org>
date Wed, 21 Jan 2015 20:08:26 +0100
parents 3df49721008c
children b45621706d83
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
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
19
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
20 /* Overriding Bootstrap styles */
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
21
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
22
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
23 body {
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
24 padding-top: 60px;
0
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 header {
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
28 margin-bottom: 20px;
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
29 }
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
30
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
31 h1, h2, h3, h4, h5, h6 {
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
32 font-weight: bold;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
33 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
34
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
35 .navbar {
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
36 font-size: 13px;
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
37 }
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
38
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
39
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
40 /* sat_website own styles */
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
41
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
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
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
48 #sat_logo {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
49 float: left;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
50 margin-right: 5px;
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
51 margin-top: 5px;
0
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 #overview_logo {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
55 vertical-align: middle;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
56 margin-top: -25px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
57 margin-right: 15px;
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 #bigmark {
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
61 font-size:165px;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
62 font-weight:bold;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
63 text-align: center;
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
64 margin: 0px;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
65 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
66
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
67 #bigmark_subtext {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
68 text-align: center;
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
69 margin: 0px;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
70 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
71
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
72 #social_contract {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
73 font-size: 14px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
74 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
75
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
76 .wip {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
77 text-align: center;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
78 color: #A52A2A;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
79 margin: 10px;
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 .desc {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
83 text-align: justify;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
84 font-size: 16px;
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 .info {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
88 margin: 10px 5px 60px 5px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
89 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
90
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
91 .feature {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
92 padding-bottom: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
93 margin-bottom: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
94 border-bottom-style: solid;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
95 border-bottom-width: 1px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
96 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
97
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
98 div:last-child>div.feature {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
99 /* we don't wine line on the last feature */
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
100 border-bottom-style: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
101 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
102
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
103 .screenshot_desc {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
104 text-align: center;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
105 font-style: italic;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
106 font-size: 14px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
107 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
108
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
109 .screencast {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
110 text-align: center;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
111 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
112
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
113 .screencast_dest {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
114 text-align: center;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
115 font-style: italic;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
116 font-size: 14px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
117 margin-bottom: 30px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
118 }
28
30a1edf90fae move the language selector to the main menu
souliane <souliane@mailoo.org>
parents: 26
diff changeset
119
30a1edf90fae move the language selector to the main menu
souliane <souliane@mailoo.org>
parents: 26
diff changeset
120 #language_form {
30a1edf90fae move the language selector to the main menu
souliane <souliane@mailoo.org>
parents: 26
diff changeset
121 padding-top: 12px;
30a1edf90fae move the language selector to the main menu
souliane <souliane@mailoo.org>
parents: 26
diff changeset
122 padding-bottom: 12px;
30a1edf90fae move the language selector to the main menu
souliane <souliane@mailoo.org>
parents: 26
diff changeset
123 }