annotate static/css/sat_website.css @ 136:c56b6ad62153

add section News with the official news feed
author souliane <souliane@mailoo.org>
date Thu, 14 Jan 2016 23:39:43 +0100
parents 82d920157dc9
children
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
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
22 body {
71
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
23 padding-top: 50px;
99
dd7a496bf762 add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents: 83
diff changeset
24 padding-bottom: 10px;
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
99
dd7a496bf762 add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents: 83
diff changeset
31 footer {
dd7a496bf762 add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents: 83
diff changeset
32 padding-top: 40px;
dd7a496bf762 add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents: 83
diff changeset
33 font-size: smaller;
dd7a496bf762 add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents: 83
diff changeset
34 }
dd7a496bf762 add a general footer containing the email contact + add a section for this contact in the "community" section
souliane <souliane@mailoo.org>
parents: 83
diff changeset
35
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
36 h1, h2, h3, h4, h5, h6 {
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
37 font-weight: bold;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
38 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
39
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
40 .navbar {
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
41 font-size: 13px;
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
42 }
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
43
29
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
44 .carousel-inner {
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
45 padding: 10px 30px 10px 30px;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
46 border-radius: 5px;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
47 }
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
48
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
49 .carousel-inner > .item {
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
50 text-align: center;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
51 }
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
52
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
53 .carousel-caption {
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
54 padding: 10px;
54
d54f2f09a73a fixes displaying two carousels on the same page
souliane <souliane@mailoo.org>
parents: 48
diff changeset
55 bottom: -75px;
29
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
56 color: black;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
57 font-style: italic;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
58 font-size: 14px;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
59 text-shadow: none;
54
d54f2f09a73a fixes displaying two carousels on the same page
souliane <souliane@mailoo.org>
parents: 48
diff changeset
60 left: 0px;
d54f2f09a73a fixes displaying two carousels on the same page
souliane <souliane@mailoo.org>
parents: 48
diff changeset
61 width: 100%;
29
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
62 }
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
63
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
64 .carousel-indicators {
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
65 bottom: -5px;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
66 color: black;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
67 }
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
68
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
69 .carousel-indicators li {
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
70 border: 1px solid black;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
71 }
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
72
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
73 .carousel-indicators .active {
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
74 background-color: black;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
75 }
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
76
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
77 .carousel-control.left, .carousel-control.right{
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
78 width: 30px;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
79 border-radius: 5px;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
80 }
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
81
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
82 .modal-header .close {
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
83 margin-top: -10px;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
84 padding-right: 5px;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
85 }
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
86
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 54
diff changeset
87 .badge {
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 54
diff changeset
88 color: #bbb;
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 54
diff changeset
89 }
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
90
71
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
91 /* prevent collapsing to overlap the body when the navbar is fixed to top */
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
92 @media (max-width: 991px) {
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
93 .navbar-header {
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
94 float: none;
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
95 }
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
96 .navbar-toggle {
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
97 display: block;
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
98 }
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
99 .navbar-collapse.collapse {
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
100 display: none !important;
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
101 }
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
102 .navbar-collapse.collapse.in {
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
103 display: block !important;
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
104 }
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
105 .collapsing {
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
106 overflow: hidden !important;
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
107 }
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
108 }
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
109
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
110
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
111 /* sat_website own styles */
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
112
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
113
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
114 #language {
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
115 text-align: center;
29
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
116 padding-top: 10px;
2
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
117 }
0df46e87537d i18n: marked translatable texts + add change language form on pages footer
Goffi <goffi@goffi.org>
parents: 0
diff changeset
118
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
119 #sat_logo {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
120 float: left;
81
7665d00e5295 use SVG logo
souliane <souliane@mailoo.org>
parents: 76
diff changeset
121 margin: 5px;
7665d00e5295 use SVG logo
souliane <souliane@mailoo.org>
parents: 76
diff changeset
122 width: 32px;
7665d00e5295 use SVG logo
souliane <souliane@mailoo.org>
parents: 76
diff changeset
123 height: 32px;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
124 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
125
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
126 #overview_logo {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
127 vertical-align: middle;
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 29
diff changeset
128 margin-top: -20px;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
129 margin-right: 15px;
81
7665d00e5295 use SVG logo
souliane <souliane@mailoo.org>
parents: 76
diff changeset
130 width: 64px;
7665d00e5295 use SVG logo
souliane <souliane@mailoo.org>
parents: 76
diff changeset
131 height: 64px;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
132 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
133
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
134 #bigmark {
38
e501f5ff7191 remove technical terms from frontends.html, replace wix with cagou
souliane <souliane@mailoo.org>
parents: 34
diff changeset
135 font-size:100px;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
136 font-weight:bold;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
137 text-align: center;
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
138 margin: 0px;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
139 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
140
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
141 #bigmark_subtext {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
142 text-align: center;
26
3df49721008c upgrade to Bootstrap v3.3.1
souliane <souliane@mailoo.org>
parents: 2
diff changeset
143 margin: 0px;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
144 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
145
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
146 #social_contract {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
147 font-size: 14px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
148 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
149
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
150 .wip {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
151 text-align: center;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
152 color: #A52A2A;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
153 margin: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
154 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
155
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
156 .desc {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
157 text-align: justify;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
158 font-size: 16px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
159 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
160
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
161 .info {
48
3b4ba14d1e26 update features.html + other small changes
souliane <souliane@mailoo.org>
parents: 38
diff changeset
162 margin: 10px 5px 30px 5px;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
163 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
164
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
165 .feature {
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
166 padding-bottom: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
167 margin-bottom: 10px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
168 border-bottom-style: solid;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
169 border-bottom-width: 1px;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
170 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
171
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
172 div:last-child>div.feature {
29
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
173 /* we don't want the line on the last feature */
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
174 border-bottom-style: none;
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
175 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
176
54
d54f2f09a73a fixes displaying two carousels on the same page
souliane <souliane@mailoo.org>
parents: 48
diff changeset
177 .my-carousel img, .my-carousel video {
29
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
178 cursor: pointer;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
179 height: 200px;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
180 width: auto;
104
82d920157dc9 fixes gallery CSS to avoid video items to disturb the grid
souliane <souliane@mailoo.org>
parents: 99
diff changeset
181 margin-left: auto;
82d920157dc9 fixes gallery CSS to avoid video items to disturb the grid
souliane <souliane@mailoo.org>
parents: 99
diff changeset
182 margin-right: auto;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
183 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
184
54
d54f2f09a73a fixes displaying two carousels on the same page
souliane <souliane@mailoo.org>
parents: 48
diff changeset
185 #my-modal .modal-dialog {
29
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
186 max-width: 90%;
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
187 width: auto;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
188 }
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
189
54
d54f2f09a73a fixes displaying two carousels on the same page
souliane <souliane@mailoo.org>
parents: 48
diff changeset
190 .my-carousel-modal .carousel-inner {
d54f2f09a73a fixes displaying two carousels on the same page
souliane <souliane@mailoo.org>
parents: 48
diff changeset
191 padding-bottom: 100px;
29
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
192 }
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
193
54
d54f2f09a73a fixes displaying two carousels on the same page
souliane <souliane@mailoo.org>
parents: 48
diff changeset
194 .my-carousel-modal img, .my-carousel-modal video {
29
b45621706d83 use Bootstrap carousels to display images and videos galeries:
souliane <souliane@mailoo.org>
parents: 28
diff changeset
195 margin: auto;
0
9305c6458e2f initial commit
Goffi <goffi@goffi.org>
parents:
diff changeset
196 }
28
30a1edf90fae move the language selector to the main menu
souliane <souliane@mailoo.org>
parents: 26
diff changeset
197
30a1edf90fae move the language selector to the main menu
souliane <souliane@mailoo.org>
parents: 26
diff changeset
198 #language_form {
30a1edf90fae move the language selector to the main menu
souliane <souliane@mailoo.org>
parents: 26
diff changeset
199 padding-top: 12px;
30a1edf90fae move the language selector to the main menu
souliane <souliane@mailoo.org>
parents: 26
diff changeset
200 padding-bottom: 12px;
30a1edf90fae move the language selector to the main menu
souliane <souliane@mailoo.org>
parents: 26
diff changeset
201 }
33
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 29
diff changeset
202
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 29
diff changeset
203 .overview_spacer {
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 29
diff changeset
204 height: 30px;
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 29
diff changeset
205 }
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 29
diff changeset
206
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 29
diff changeset
207 .progress-bar-left {
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 29
diff changeset
208 background-color: lightgray;
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 29
diff changeset
209 color: gray;
73c6333fd124 change overview.html, move the previous content to principles.html
souliane <souliane@mailoo.org>
parents: 29
diff changeset
210 }
34
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
211
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
212 .form-signin {
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
213 max-width: 600px;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
214 padding: 15px;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
215 margin: 0 auto;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
216 }
38
e501f5ff7191 remove technical terms from frontends.html, replace wix with cagou
souliane <souliane@mailoo.org>
parents: 34
diff changeset
217
34
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
218 .form-signin .form-signin-heading,
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
219 .form-signin .checkbox {
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
220 margin-bottom: 10px;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
221 }
38
e501f5ff7191 remove technical terms from frontends.html, replace wix with cagou
souliane <souliane@mailoo.org>
parents: 34
diff changeset
222
34
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
223 .form-signin .checkbox {
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
224 font-weight: normal;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
225 }
38
e501f5ff7191 remove technical terms from frontends.html, replace wix with cagou
souliane <souliane@mailoo.org>
parents: 34
diff changeset
226
34
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
227 .form-signin .form-control {
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
228 position: relative;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
229 height: auto;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
230 -webkit-box-sizing: border-box;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
231 -moz-box-sizing: border-box;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
232 box-sizing: border-box;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
233 padding: 10px;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
234 font-size: 16px;
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
235 }
38
e501f5ff7191 remove technical terms from frontends.html, replace wix with cagou
souliane <souliane@mailoo.org>
parents: 34
diff changeset
236
34
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
237 #id_payment_type_group .active {
9d553570cc61 add adhesion_form.html and thank_you.html
souliane <souliane@mailoo.org>
parents: 33
diff changeset
238 background-color: lightgray;
38
e501f5ff7191 remove technical terms from frontends.html, replace wix with cagou
souliane <souliane@mailoo.org>
parents: 34
diff changeset
239 }
55
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 54
diff changeset
240
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 54
diff changeset
241 .my-btn {
a1e457ac6871 split adhesion.html between adhesion.html and association.html
souliane <souliane@mailoo.org>
parents: 54
diff changeset
242 font-size: 14px;
60
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 55
diff changeset
243 }
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 55
diff changeset
244
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 55
diff changeset
245 .presstitle {
0d20fb28c32e many small changes:
souliane <souliane@mailoo.org>
parents: 55
diff changeset
246 font-style: italic;
71
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
247 }
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
248
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
249 .banner {
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
250 border-radius: 0px;
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
251 border-left: 0px;
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
252 border-right: 0px;
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
253 min-height: 20px;
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
254 }
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
255
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
256 .banner a {
a14845624e01 display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
souliane <souliane@mailoo.org>
parents: 60
diff changeset
257 float: right;
75
085280c48363 update decentralisation schemas after Simona's suggestions
souliane <souliane@mailoo.org>
parents: 71
diff changeset
258 }
085280c48363 update decentralisation schemas after Simona's suggestions
souliane <souliane@mailoo.org>
parents: 71
diff changeset
259
085280c48363 update decentralisation schemas after Simona's suggestions
souliane <souliane@mailoo.org>
parents: 71
diff changeset
260 .schema {
085280c48363 update decentralisation schemas after Simona's suggestions
souliane <souliane@mailoo.org>
parents: 71
diff changeset
261 width: 500px;
76
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents: 75
diff changeset
262 }
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents: 75
diff changeset
263
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents: 75
diff changeset
264 .fingerprint {
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents: 75
diff changeset
265 word-wrap: break-word;
d2ea666fb1dd add a FAQ section, now talking about HTTPS and CAcert
souliane <souliane@mailoo.org>
parents: 75
diff changeset
266 font-weight: bold;
83
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 81
diff changeset
267 }
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 81
diff changeset
268
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 81
diff changeset
269 .video-campaign {
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 81
diff changeset
270 max-width: 100%;
3d04a955bec4 add membership campaign's video (for now ogv, will eventually change to webm)
souliane <souliane@mailoo.org>
parents: 81
diff changeset
271 }
136
c56b6ad62153 add section News with the official news feed
souliane <souliane@mailoo.org>
parents: 104
diff changeset
272
c56b6ad62153 add section News with the official news feed
souliane <souliane@mailoo.org>
parents: 104
diff changeset
273 .news-content {
c56b6ad62153 add section News with the official news feed
souliane <souliane@mailoo.org>
parents: 104
diff changeset
274 box-sizing: border-box;
c56b6ad62153 add section News with the official news feed
souliane <souliane@mailoo.org>
parents: 104
diff changeset
275 border-radius: 5px;
c56b6ad62153 add section News with the official news feed
souliane <souliane@mailoo.org>
parents: 104
diff changeset
276 background: url("https://libervia.org/themes/default/images/tpl/page-gradient.png") repeat-x scroll left top #FBFAF9;
c56b6ad62153 add section News with the official news feed
souliane <souliane@mailoo.org>
parents: 104
diff changeset
277 }