Mercurial > sat_legacy_website
comparison static/css/sat_website.css @ 71:a14845624e01
display a banner on top of all pages (but adhesion, adhesion_form and thank_you) to encourage people joining the association
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 27 May 2015 18:56:16 +0200 |
parents | 0d20fb28c32e |
children | 085280c48363 |
comparison
equal
deleted
inserted
replaced
70:d6bf5414c6c4 | 71:a14845624e01 |
---|---|
17 */ | 17 */ |
18 | 18 |
19 | 19 |
20 /* Overriding Bootstrap styles */ | 20 /* Overriding Bootstrap styles */ |
21 | 21 |
22 | |
23 body { | 22 body { |
24 padding-top: 70px; | 23 padding-top: 50px; |
25 padding-bottom: 30px; | 24 padding-bottom: 30px; |
26 } | 25 } |
27 | 26 |
28 header { | 27 header { |
29 margin-bottom: 20px; | 28 margin-bottom: 20px; |
82 | 81 |
83 .badge { | 82 .badge { |
84 color: #bbb; | 83 color: #bbb; |
85 } | 84 } |
86 | 85 |
86 /* prevent collapsing to overlap the body when the navbar is fixed to top */ | |
87 @media (max-width: 991px) { | |
88 .navbar-header { | |
89 float: none; | |
90 } | |
91 .navbar-toggle { | |
92 display: block; | |
93 } | |
94 .navbar-collapse.collapse { | |
95 display: none !important; | |
96 } | |
97 .navbar-collapse.collapse.in { | |
98 display: block !important; | |
99 } | |
100 .collapsing { | |
101 overflow: hidden !important; | |
102 } | |
103 } | |
104 | |
105 | |
87 /* sat_website own styles */ | 106 /* sat_website own styles */ |
88 | 107 |
89 | 108 |
90 #language { | 109 #language { |
91 text-align: center; | 110 text-align: center; |
214 } | 233 } |
215 | 234 |
216 .presstitle { | 235 .presstitle { |
217 font-style: italic; | 236 font-style: italic; |
218 } | 237 } |
238 | |
239 .banner { | |
240 border-radius: 0px; | |
241 border-left: 0px; | |
242 border-right: 0px; | |
243 min-height: 20px; | |
244 } | |
245 | |
246 .banner a { | |
247 float: right; | |
248 } |