diff options
| author | polo <ordipolo@gmx.fr> | 2022-02-24 02:29:14 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2022-02-24 02:29:14 +0100 |
| commit | f19db76cc3b21785619ffd24bfb34692a3aaa66a (patch) | |
| tree | 7a715c3bc89232a981f3150caa46e61cba7850f2 /public | |
| parent | 2c5dc14a9cd8bd847c724c0d43ddce8be0069013 (diff) | |
| download | melaine-f19db76cc3b21785619ffd24bfb34692a3aaa66a.tar.gz melaine-f19db76cc3b21785619ffd24bfb34692a3aaa66a.tar.bz2 melaine-f19db76cc3b21785619ffd24bfb34692a3aaa66a.zip | |
recursiveIterator
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/accueil.css (renamed from public/accueil.css) | 10 | ||||
| -rw-r--r-- | public/css/discographie.css (renamed from public/discographie.css) | 6 | ||||
| -rw-r--r-- | public/css/donnees_hors_editeur.css (renamed from public/donnees_hors_editeur.css) | 6 | ||||
| -rw-r--r-- | public/css/melaine.css (renamed from public/melaine.css) | 12 | ||||
| -rw-r--r-- | public/css/menu.css (renamed from public/menu.css) | 0 | ||||
| -rw-r--r-- | public/css/normalize.css (renamed from public/normalize.css) | 0 |
6 files changed, 17 insertions, 17 deletions
diff --git a/public/accueil.css b/public/css/accueil.css index f951334..622ce1f 100644 --- a/public/accueil.css +++ b/public/css/accueil.css | |||
| @@ -3,11 +3,11 @@ | |||
| 3 | @font-face /* pour .police_titre */ | 3 | @font-face /* pour .police_titre */ |
| 4 | { | 4 | { |
| 5 | font-family: "you_are_loved"; | 5 | font-family: "you_are_loved"; |
| 6 | src: url('fonts/you_are_loved.ttf') format('truetype'), | 6 | src: url('../fonts/you_are_loved.ttf') format('truetype'), |
| 7 | url('fonts/you_are_loved.eot'), | 7 | url('../fonts/you_are_loved.eot'), |
| 8 | url('fonts/you_are_loved.eot?#iefix') format('embedded-opentype'), | 8 | url('../fonts/you_are_loved.eot?#iefix') format('embedded-opentype'), |
| 9 | url('fonts/you_are_loved.woff2') format('woff2'), | 9 | url('../fonts/you_are_loved.woff2') format('woff2'), |
| 10 | url('fonts/you_are_loved.woff') format('woff'); | 10 | url('../fonts/you_are_loved.woff') format('woff'); |
| 11 | } | 11 | } |
| 12 | 12 | ||
| 13 | .no_underline | 13 | .no_underline |
diff --git a/public/discographie.css b/public/css/discographie.css index 65ae2c3..8ed3700 100644 --- a/public/discographie.css +++ b/public/css/discographie.css | |||
| @@ -215,7 +215,7 @@ a:hover figure figcaption | |||
| 215 | { | 215 | { |
| 216 | width: 630px; | 216 | width: 630px; |
| 217 | height: 171px; | 217 | height: 171px; |
| 218 | background-image: url("mouette.png"); | 218 | background-image: url("../mouette.png"); |
| 219 | } | 219 | } |
| 220 | 220 | ||
| 221 | #contenu | 221 | #contenu |
| @@ -237,7 +237,7 @@ a:hover figure figcaption | |||
| 237 | { | 237 | { |
| 238 | width: 480px; | 238 | width: 480px; |
| 239 | height: 131px; | 239 | height: 131px; |
| 240 | background-image: url("mouette_petit.png"); | 240 | background-image: url("../mouette_petit.png"); |
| 241 | margin: auto; | 241 | margin: auto; |
| 242 | } | 242 | } |
| 243 | 243 | ||
| @@ -264,7 +264,7 @@ a:hover figure figcaption | |||
| 264 | { | 264 | { |
| 265 | width: 320px; | 265 | width: 320px; |
| 266 | height: 88px; | 266 | height: 88px; |
| 267 | background-image: url("mouette_mini.png"); | 267 | background-image: url("../mouette_mini.png"); |
| 268 | margin: auto; | 268 | margin: auto; |
| 269 | } | 269 | } |
| 270 | 270 | ||
diff --git a/public/donnees_hors_editeur.css b/public/css/donnees_hors_editeur.css index 4a8d49e..7b377ea 100644 --- a/public/donnees_hors_editeur.css +++ b/public/css/donnees_hors_editeur.css | |||
| @@ -24,8 +24,8 @@ input[type="checkbox"]:checked{border: none; background: #26ab33;} | |||
| 24 | .table td{border: 1px grey solid; padding: 7px; min-width: 30px;} | 24 | .table td{border: 1px grey solid; padding: 7px; min-width: 30px;} |
| 25 | td p{margin: 0px;} | 25 | td p{margin: 0px;} |
| 26 | 26 | ||
| 27 | .image{margin: 0px; margin: auto;} | 27 | .image{margin: 0px;text-align: center;margin: auto;height: 100%;} |
| 28 | .image img{max-width: 100%;} | 28 | .image img{width: 100%;} |
| 29 | .image-style-side{float: right;} | 29 | .image-style-side{float: right;} |
| 30 | .image-style-side:not(.image_resized){max-width: 50%;} | 30 | .image-style-side:not(.image_resized){max-width: 50%;} |
| 31 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} | 31 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} |
| @@ -42,7 +42,7 @@ iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px | |||
| 42 | 42 | ||
| 43 | @media screen and (min-width: 700px) | 43 | @media screen and (min-width: 700px) |
| 44 | { | 44 | { |
| 45 | .image{max-width: 630px;} | 45 | .image{/*max-width: 630px;*/width: auto;} |
| 46 | } | 46 | } |
| 47 | 47 | ||
| 48 | @media screen and (max-width: 699px) | 48 | @media screen and (max-width: 699px) |
diff --git a/public/melaine.css b/public/css/melaine.css index 09f38aa..429ccec 100644 --- a/public/melaine.css +++ b/public/css/melaine.css | |||
| @@ -36,14 +36,14 @@ figure | |||
| 36 | { | 36 | { |
| 37 | width: 630px; | 37 | width: 630px; |
| 38 | height: 171px; | 38 | height: 171px; |
| 39 | background-image: url("mouette.png"); | 39 | background-image: url("../mouette.png"); |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | #photo | 42 | #photo |
| 43 | { | 43 | { |
| 44 | width: 630px; | 44 | width: 630px; |
| 45 | height: 230px; | 45 | height: 230px; |
| 46 | background-image: url("melaine/photo.png"); | 46 | background-image: url("../melaine/photo.png"); |
| 47 | position: relative; | 47 | position: relative; |
| 48 | bottom: 30px; | 48 | bottom: 30px; |
| 49 | } | 49 | } |
| @@ -60,7 +60,7 @@ figure | |||
| 60 | { | 60 | { |
| 61 | width: 480px; | 61 | width: 480px; |
| 62 | height: 131px; | 62 | height: 131px; |
| 63 | background-image: url("mouette_petit.png"); | 63 | background-image: url("../mouette_petit.png"); |
| 64 | margin: auto; | 64 | margin: auto; |
| 65 | } | 65 | } |
| 66 | 66 | ||
| @@ -68,7 +68,7 @@ figure | |||
| 68 | { | 68 | { |
| 69 | width: 480px; | 69 | width: 480px; |
| 70 | height: 191px; | 70 | height: 191px; |
| 71 | background-image: url("melaine/photo_petit.png"); | 71 | background-image: url("../melaine/photo_petit.png"); |
| 72 | margin: auto; | 72 | margin: auto; |
| 73 | position: relative; | 73 | position: relative; |
| 74 | bottom: 24px; | 74 | bottom: 24px; |
| @@ -86,7 +86,7 @@ figure | |||
| 86 | { | 86 | { |
| 87 | width: 320px; | 87 | width: 320px; |
| 88 | height: 88px; | 88 | height: 88px; |
| 89 | background-image: url("mouette_mini.png"); | 89 | background-image: url("../mouette_mini.png"); |
| 90 | margin: auto; | 90 | margin: auto; |
| 91 | } | 91 | } |
| 92 | 92 | ||
| @@ -94,7 +94,7 @@ figure | |||
| 94 | { | 94 | { |
| 95 | width: 320px; | 95 | width: 320px; |
| 96 | height: 127px; | 96 | height: 127px; |
| 97 | background-image: url("melaine/photo_mini.png"); | 97 | background-image: url("../melaine/photo_mini.png"); |
| 98 | margin: auto; | 98 | margin: auto; |
| 99 | position: relative; | 99 | position: relative; |
| 100 | bottom: 17px; | 100 | bottom: 17px; |
diff --git a/public/menu.css b/public/css/menu.css index 0e17e34..0e17e34 100644 --- a/public/menu.css +++ b/public/css/menu.css | |||
diff --git a/public/normalize.css b/public/css/normalize.css index 784422c..784422c 100644 --- a/public/normalize.css +++ b/public/css/normalize.css | |||
