diff options
| author | polo <ordipolo@gmx.fr> | 2022-07-22 20:23:23 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2022-07-22 20:23:23 +0200 |
| commit | 6cb7d134384f94b78ed995d8744f88eb7d66b6f9 (patch) | |
| tree | f976a74da8c5eb35838696d8dc91942be131e025 /public | |
| parent | f76c0e9331a3f95039df29fbf2f8e6a6bafd60f4 (diff) | |
| download | melaine-6cb7d134384f94b78ed995d8744f88eb7d66b6f9.tar.gz melaine-6cb7d134384f94b78ed995d8744f88eb7d66b6f9.tar.bz2 melaine-6cb7d134384f94b78ed995d8744f88eb7d66b6f9.zip | |
pages livres
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/accueil.css | 2 | ||||
| -rw-r--r-- | public/css/pages_articles_simples.css | 27 | ||||
| -rw-r--r-- | public/header_images/fille_qui_tombe_livres.jpg | bin | 0 -> 24985 bytes | |||
| -rw-r--r-- | public/header_images/fille_qui_tombe_mini_livres.jpg | bin | 0 -> 17214 bytes | |||
| -rw-r--r-- | public/header_images/fille_qui_tombe_mini_presse.jpg (renamed from public/header_images/fille_qui_tombe_mini.jpg) | bin | 14105 -> 14105 bytes | |||
| -rw-r--r-- | public/header_images/fille_qui_tombe_petit_livres.jpg | bin | 0 -> 19593 bytes | |||
| -rw-r--r-- | public/header_images/fille_qui_tombe_petit_presse.jpg (renamed from public/header_images/fille_qui_tombe_petit.jpg) | bin | 17566 -> 17566 bytes | |||
| -rw-r--r-- | public/header_images/fille_qui_tombe_presse.jpg (renamed from public/header_images/fille_qui_tombe.jpg) | bin | 22520 -> 22520 bytes |
8 files changed, 25 insertions, 4 deletions
diff --git a/public/css/accueil.css b/public/css/accueil.css index 8425cfa..087da86 100644 --- a/public/css/accueil.css +++ b/public/css/accueil.css | |||
| @@ -422,7 +422,7 @@ button | |||
| 422 | } | 422 | } |
| 423 | .police_titre:not(.police_titre_header) | 423 | .police_titre:not(.police_titre_header) |
| 424 | { | 424 | { |
| 425 | padding-top: 10px; | 425 | /*padding-top: 10px;*/ |
| 426 | } | 426 | } |
| 427 | 427 | ||
| 428 | #bienvenue .police_titre | 428 | #bienvenue .police_titre |
diff --git a/public/css/pages_articles_simples.css b/public/css/pages_articles_simples.css index 9afdf0e..9b6d2c3 100644 --- a/public/css/pages_articles_simples.css +++ b/public/css/pages_articles_simples.css | |||
| @@ -117,7 +117,14 @@ figure | |||
| 117 | } | 117 | } |
| 118 | #photo_presse | 118 | #photo_presse |
| 119 | { | 119 | { |
| 120 | background-image: url('../header_images/fille_qui_tombe.jpg'); | 120 | background-image: url('../header_images/fille_qui_tombe_presse.jpg'); |
| 121 | width: 208px; | ||
| 122 | height: 163px; | ||
| 123 | margin-left: auto; | ||
| 124 | } | ||
| 125 | #photo_livres | ||
| 126 | { | ||
| 127 | background-image: url('../header_images/fille_qui_tombe_livres.jpg'); | ||
| 121 | width: 208px; | 128 | width: 208px; |
| 122 | height: 163px; | 129 | height: 163px; |
| 123 | margin-left: auto; | 130 | margin-left: auto; |
| @@ -176,7 +183,14 @@ figure | |||
| 176 | } | 183 | } |
| 177 | #photo_presse | 184 | #photo_presse |
| 178 | { | 185 | { |
| 179 | background-image: url('../header_images/fille_qui_tombe_petit.jpg'); | 186 | background-image: url('../header_images/fille_qui_tombe_petit_presse.jpg'); |
| 187 | width: 158px; | ||
| 188 | height: 124px; | ||
| 189 | margin: 0 0 0 auto; | ||
| 190 | } | ||
| 191 | #photo_livres | ||
| 192 | { | ||
| 193 | background-image: url('../header_images/fille_qui_tombe_petit_livres.jpg'); | ||
| 180 | width: 158px; | 194 | width: 158px; |
| 181 | height: 124px; | 195 | height: 124px; |
| 182 | margin: 0 0 0 auto; | 196 | margin: 0 0 0 auto; |
| @@ -234,7 +248,14 @@ figure | |||
| 234 | } | 248 | } |
| 235 | #photo_presse | 249 | #photo_presse |
| 236 | { | 250 | { |
| 237 | background-image: url('../header_images/fille_qui_tombe_mini.jpg'); | 251 | background-image: url('../header_images/fille_qui_tombe_mini_presse.jpg'); |
| 252 | width: 105px; | ||
| 253 | height: 82px; | ||
| 254 | margin: 0 0 0 auto; | ||
| 255 | } | ||
| 256 | #photo_livres | ||
| 257 | { | ||
| 258 | background-image: url('../header_images/fille_qui_tombe_mini_livres.jpg'); | ||
| 238 | width: 105px; | 259 | width: 105px; |
| 239 | height: 82px; | 260 | height: 82px; |
| 240 | margin: 0 0 0 auto; | 261 | margin: 0 0 0 auto; |
diff --git a/public/header_images/fille_qui_tombe_livres.jpg b/public/header_images/fille_qui_tombe_livres.jpg new file mode 100644 index 0000000..073626d --- /dev/null +++ b/public/header_images/fille_qui_tombe_livres.jpg | |||
| Binary files differ | |||
diff --git a/public/header_images/fille_qui_tombe_mini_livres.jpg b/public/header_images/fille_qui_tombe_mini_livres.jpg new file mode 100644 index 0000000..5b8a5cf --- /dev/null +++ b/public/header_images/fille_qui_tombe_mini_livres.jpg | |||
| Binary files differ | |||
diff --git a/public/header_images/fille_qui_tombe_mini.jpg b/public/header_images/fille_qui_tombe_mini_presse.jpg index c8be5ee..c8be5ee 100644 --- a/public/header_images/fille_qui_tombe_mini.jpg +++ b/public/header_images/fille_qui_tombe_mini_presse.jpg | |||
| Binary files differ | |||
diff --git a/public/header_images/fille_qui_tombe_petit_livres.jpg b/public/header_images/fille_qui_tombe_petit_livres.jpg new file mode 100644 index 0000000..51e4eb7 --- /dev/null +++ b/public/header_images/fille_qui_tombe_petit_livres.jpg | |||
| Binary files differ | |||
diff --git a/public/header_images/fille_qui_tombe_petit.jpg b/public/header_images/fille_qui_tombe_petit_presse.jpg index 29b22f3..29b22f3 100644 --- a/public/header_images/fille_qui_tombe_petit.jpg +++ b/public/header_images/fille_qui_tombe_petit_presse.jpg | |||
| Binary files differ | |||
diff --git a/public/header_images/fille_qui_tombe.jpg b/public/header_images/fille_qui_tombe_presse.jpg index e572287..e572287 100644 --- a/public/header_images/fille_qui_tombe.jpg +++ b/public/header_images/fille_qui_tombe_presse.jpg | |||
| Binary files differ | |||
