diff options
author | polo <ordipolo@gmx.fr> | 2022-02-17 18:13:00 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-02-17 18:13:00 +0100 |
commit | 787d03e48471ba62cd830379428f04d996f0b74b (patch) | |
tree | e9f98c7b9288c4530b50985688dd82622106ba2d /public/discographie.css | |
parent | 29df6f1362745eabf4fbcaedf309eb63795152fa (diff) | |
download | melaine-787d03e48471ba62cd830379428f04d996f0b74b.zip |
model update
Diffstat (limited to 'public/discographie.css')
-rw-r--r-- | public/discographie.css | 79 |
1 files changed, 66 insertions, 13 deletions
diff --git a/public/discographie.css b/public/discographie.css index f2e9a5b..b4c3d51 100644 --- a/public/discographie.css +++ b/public/discographie.css | |||
@@ -14,6 +14,8 @@ aside | |||
14 | font-family: 'Monospace'; | 14 | font-family: 'Monospace'; |
15 | /*margin-right: 10px;*/ | 15 | /*margin-right: 10px;*/ |
16 | /*position: absolute;*/ | 16 | /*position: absolute;*/ |
17 | position: relative; | ||
18 | bottom: 30px; | ||
17 | } | 19 | } |
18 | 20 | ||
19 | aside div | 21 | aside div |
@@ -29,7 +31,9 @@ aside div | |||
29 | font-weight: bold; | 31 | font-weight: bold; |
30 | /*text-decoration: underline;*/ | 32 | /*text-decoration: underline;*/ |
31 | /*border: 1px red solid;*/ | 33 | /*border: 1px red solid;*/ |
32 | margin: 13px 0 0 0; | 34 | margin: 0px; |
35 | /*position: relative; | ||
36 | bottom: 45px;*/ | ||
33 | } | 37 | } |
34 | 38 | ||
35 | #chronologie | 39 | #chronologie |
@@ -41,6 +45,7 @@ aside div | |||
41 | z-index: 1; /* placer le menu déroulant au dessus */ | 45 | z-index: 1; /* placer le menu déroulant au dessus */ |
42 | /*background-color: #9fa8d0;*/ | 46 | /*background-color: #9fa8d0;*/ |
43 | background-color: #a4afd4; | 47 | background-color: #a4afd4; |
48 | border: 2px #3d4c9d solid; | ||
44 | } | 49 | } |
45 | 50 | ||
46 | #chronologie p | 51 | #chronologie p |
@@ -90,7 +95,7 @@ section | |||
90 | 95 | ||
91 | h3 | 96 | h3 |
92 | { | 97 | { |
93 | margin-top: 45px; | 98 | /*margin-top: 45px;*/ |
94 | } | 99 | } |
95 | 100 | ||
96 | form p | 101 | form p |
@@ -115,12 +120,24 @@ input | |||
115 | border: 4px black groove; | 120 | border: 4px black groove; |
116 | } | 121 | } |
117 | 122 | ||
123 | #articles | ||
124 | { | ||
125 | display: flex; | ||
126 | justify-content: space-around; | ||
127 | flex-wrap: wrap; | ||
128 | align-items: flex-end; | ||
129 | } | ||
130 | |||
118 | article | 131 | article |
119 | { | 132 | { |
120 | margin: 5px 0px; | 133 | margin: 5px 0px; |
121 | width: 45%; | 134 | width: 32%; |
122 | /*min-width: 300px;*/ | 135 | /*min-width: 300px;*/ |
123 | } | 136 | } |
137 | .articleAvecEditeur | ||
138 | { | ||
139 | width: 100%; | ||
140 | } | ||
124 | 141 | ||
125 | .vignette | 142 | .vignette |
126 | { | 143 | { |
@@ -148,7 +165,11 @@ a | |||
148 | /*border: 2px white solid;*/ | 165 | /*border: 2px white solid;*/ |
149 | } | 166 | } |
150 | 167 | ||
151 | article a:hover | 168 | .articleSansEditeur a |
169 | { | ||
170 | border: 2px white solid; | ||
171 | } | ||
172 | .articleSansEditeur a:hover | ||
152 | { | 173 | { |
153 | border: 2px blue solid; | 174 | border: 2px blue solid; |
154 | } | 175 | } |
@@ -158,6 +179,24 @@ a:hover figure figcaption | |||
158 | text-decoration: underline; | 179 | text-decoration: underline; |
159 | } | 180 | } |
160 | 181 | ||
182 | .articleSansEditeur p | ||
183 | { | ||
184 | /*border: 1px black solid;*/ | ||
185 | text-align: center; | ||
186 | margin-top: 0px; | ||
187 | } | ||
188 | |||
189 | .articleSansEditeur img | ||
190 | { | ||
191 | vertical-align: middle; | ||
192 | } | ||
193 | |||
194 | /* image dans le formulaire */ | ||
195 | .imageFormulaire | ||
196 | { | ||
197 | float: right; | ||
198 | max-width: 25%; | ||
199 | } | ||
161 | 200 | ||
162 | /* page dédiée à un album */ | 201 | /* page dédiée à un album */ |
163 | #albumHTML | 202 | #albumHTML |
@@ -181,8 +220,8 @@ a:hover figure figcaption | |||
181 | 220 | ||
182 | #contenu | 221 | #contenu |
183 | { | 222 | { |
184 | position: relative; | 223 | /*position: relative;*/ |
185 | bottom: 35px; | 224 | /*bottom: 35px;*/ |
186 | } | 225 | } |
187 | 226 | ||
188 | #albumHTML | 227 | #albumHTML |
@@ -204,8 +243,8 @@ a:hover figure figcaption | |||
204 | 243 | ||
205 | #contenu | 244 | #contenu |
206 | { | 245 | { |
207 | position: relative; | 246 | /*position: relative; |
208 | bottom: 24px; | 247 | bottom: 24px;*/ |
209 | } | 248 | } |
210 | 249 | ||
211 | #albumHTML | 250 | #albumHTML |
@@ -213,6 +252,10 @@ a:hover figure figcaption | |||
213 | /* annuler le positionnement du contenu */ | 252 | /* annuler le positionnement du contenu */ |
214 | margin-top: 42px; | 253 | margin-top: 42px; |
215 | } | 254 | } |
255 | article | ||
256 | { | ||
257 | width: 40%; | ||
258 | } | ||
216 | } | 259 | } |
217 | 260 | ||
218 | @media screen and (max-width: 479px) | 261 | @media screen and (max-width: 479px) |
@@ -235,22 +278,28 @@ a:hover figure figcaption | |||
235 | width: 320px; | 278 | width: 320px; |
236 | } | 279 | } |
237 | 280 | ||
238 | #chronologie | 281 | #bouton_chronologie |
239 | { | 282 | { |
240 | display: flex; | 283 | width: 130px; |
284 | font-size: initial; /* 150% est plus petit que "normal" */ | ||
285 | padding-top: 5px; | ||
286 | } | ||
241 | 287 | ||
288 | #chronologie | ||
289 | { | ||
290 | /*display: flex;*/ | ||
242 | } | 291 | } |
243 | 292 | ||
244 | #chronologie p | 293 | #chronologie p |
245 | { | 294 | { |
246 | max-width: 80px; | 295 | /*max-width: 80px;*/ |
247 | margin: 2px; | 296 | margin: 5px; |
248 | } | 297 | } |
249 | 298 | ||
250 | #contenu | 299 | #contenu |
251 | { | 300 | { |
252 | /*position: relative;*/ | 301 | /*position: relative;*/ |
253 | bottom: 15px; | 302 | /* bottom: 15px;*/ |
254 | } | 303 | } |
255 | 304 | ||
256 | #albumHTML | 305 | #albumHTML |
@@ -258,4 +307,8 @@ a:hover figure figcaption | |||
258 | /* annuler le positionnement du contenu */ | 307 | /* annuler le positionnement du contenu */ |
259 | margin-top: 32px; | 308 | margin-top: 32px; |
260 | } | 309 | } |
310 | article | ||
311 | { | ||
312 | width: 48%; | ||
313 | } | ||
261 | } | 314 | } |