diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/accueil.css | 34 | ||||
| -rw-r--r-- | public/css/discographie.css | 22 | ||||
| -rw-r--r-- | public/css/donnees_hors_editeur.css | 9 | ||||
| -rw-r--r-- | public/css/pages_articles_simples.css | 27 | ||||
| -rw-r--r-- | public/header_images/logo_real.png | bin | 0 -> 12772 bytes | |||
| -rw-r--r-- | public/header_images/logo_vlc.png | bin | 0 -> 12002 bytes |
6 files changed, 60 insertions, 32 deletions
diff --git a/public/css/accueil.css b/public/css/accueil.css index 8c8ff35..b95e818 100644 --- a/public/css/accueil.css +++ b/public/css/accueil.css | |||
| @@ -95,6 +95,11 @@ h3 | |||
| 95 | margin: 3px; | 95 | margin: 3px; |
| 96 | } | 96 | } |
| 97 | 97 | ||
| 98 | article | ||
| 99 | { | ||
| 100 | font-size: 90%; | ||
| 101 | margin: 5px 0; | ||
| 102 | } | ||
| 98 | .articleAvecEditeur | 103 | .articleAvecEditeur |
| 99 | { | 104 | { |
| 100 | background-color: #a8b3d9; | 105 | background-color: #a8b3d9; |
| @@ -123,8 +128,11 @@ form | |||
| 123 | 128 | ||
| 124 | #courriel a:hover | 129 | #courriel a:hover |
| 125 | { | 130 | { |
| 126 | /*border: 1px blue solid;*/ | 131 | /*padding: 5px;*/ |
| 127 | padding: 5px; | 132 | } |
| 133 | #courriel>button /* bouton pour remonter */ | ||
| 134 | { | ||
| 135 | float: right; | ||
| 128 | } | 136 | } |
| 129 | 137 | ||
| 130 | #courrielJS | 138 | #courrielJS |
| @@ -249,16 +257,16 @@ form | |||
| 249 | { | 257 | { |
| 250 | .police_titre | 258 | .police_titre |
| 251 | { | 259 | { |
| 252 | 260 | max-width: 550px; | |
| 253 | font-family: you_are_loved, Arial, sans; | 261 | font-family: you_are_loved, Arial, sans; |
| 254 | font-size: 250%; | 262 | font-size: 250%; |
| 255 | color: #ddc97a; | 263 | color: #ddc97a; |
| 256 | position: relative; | 264 | margin-left: 30px; |
| 257 | top: 30px; | 265 | padding-top: 20px; |
| 258 | left: 40px; | ||
| 259 | } | 266 | } |
| 260 | 267 | ||
| 261 | /* compensation des cibles de liens # superposées au "nav" hors flux */ | 268 | /* compensation des cibles de liens # |
| 269 | superposées au "nav" hors flux */ | ||
| 262 | :target | 270 | :target |
| 263 | { | 271 | { |
| 264 | padding-top: 70px; | 272 | padding-top: 70px; |
| @@ -328,10 +336,8 @@ form | |||
| 328 | font-family: you_are_loved, Arial, sans; | 336 | font-family: you_are_loved, Arial, sans; |
| 329 | font-size: 200%; | 337 | font-size: 200%; |
| 330 | color: #ddc97a; | 338 | color: #ddc97a; |
| 331 | 339 | margin-left: 25px; | |
| 332 | position: relative; | 340 | padding-top: 20px; |
| 333 | top: 20px; | ||
| 334 | left: 30px; | ||
| 335 | } | 341 | } |
| 336 | 342 | ||
| 337 | #bienvenue .police_titre | 343 | #bienvenue .police_titre |
| @@ -427,10 +433,8 @@ form | |||
| 427 | font-family: you_are_loved, Arial, sans; | 433 | font-family: you_are_loved, Arial, sans; |
| 428 | font-size: 150%; | 434 | font-size: 150%; |
| 429 | color: #ddc97a; | 435 | color: #ddc97a; |
| 430 | 436 | margin-left: 15px; | |
| 431 | position: relative; | 437 | padding-top: 10px; |
| 432 | top: 13px; | ||
| 433 | left: 18px; | ||
| 434 | } | 438 | } |
| 435 | 439 | ||
| 436 | #bienvenue .police_titre | 440 | #bienvenue .police_titre |
diff --git a/public/css/discographie.css b/public/css/discographie.css index 8ed3700..0362bb4 100644 --- a/public/css/discographie.css +++ b/public/css/discographie.css | |||
| @@ -25,7 +25,7 @@ aside div | |||
| 25 | 25 | ||
| 26 | #bouton_chronologie | 26 | #bouton_chronologie |
| 27 | { | 27 | { |
| 28 | width: 200px; | 28 | width: 250px; |
| 29 | text-align: center; | 29 | text-align: center; |
| 30 | font-size: large; | 30 | font-size: large; |
| 31 | font-weight: bold; | 31 | font-weight: bold; |
| @@ -38,7 +38,7 @@ aside div | |||
| 38 | 38 | ||
| 39 | #chronologie | 39 | #chronologie |
| 40 | { | 40 | { |
| 41 | width: 200px; | 41 | width: 250px; |
| 42 | font-weight: bold; | 42 | font-weight: bold; |
| 43 | /*padding: 5px;*/ | 43 | /*padding: 5px;*/ |
| 44 | display: none; | 44 | display: none; |
| @@ -55,7 +55,7 @@ aside div | |||
| 55 | 55 | ||
| 56 | #chronologie p a:visited | 56 | #chronologie p a:visited |
| 57 | { | 57 | { |
| 58 | color: blue; | 58 | /*color: blue;*/ |
| 59 | } | 59 | } |
| 60 | #chronologie p a:hover | 60 | #chronologie p a:hover |
| 61 | { | 61 | { |
| @@ -65,6 +65,7 @@ aside div | |||
| 65 | .linkChrono | 65 | .linkChrono |
| 66 | { | 66 | { |
| 67 | text-decoration: none; | 67 | text-decoration: none; |
| 68 | color: blue; | ||
| 68 | } | 69 | } |
| 69 | .linkChrono:hover | 70 | .linkChrono:hover |
| 70 | { | 71 | { |
| @@ -131,7 +132,7 @@ input | |||
| 131 | article | 132 | article |
| 132 | { | 133 | { |
| 133 | margin: 5px 0px; | 134 | margin: 5px 0px; |
| 134 | width: 32%; | 135 | width: 22%; |
| 135 | /*min-width: 300px;*/ | 136 | /*min-width: 300px;*/ |
| 136 | } | 137 | } |
| 137 | .articleAvecEditeur | 138 | .articleAvecEditeur |
| @@ -139,15 +140,15 @@ article | |||
| 139 | width: 100%; | 140 | width: 100%; |
| 140 | } | 141 | } |
| 141 | 142 | ||
| 142 | .vignette | 143 | figure |
| 143 | { | 144 | { |
| 144 | width: 100%; | 145 | margin: 0px; |
| 146 | /*display: inline-block;*/ | ||
| 145 | } | 147 | } |
| 146 | 148 | ||
| 147 | figure | 149 | .vignette |
| 148 | { | 150 | { |
| 149 | margin: 0px; | 151 | width: 100%; |
| 150 | /*display: inline-block;*/ | ||
| 151 | } | 152 | } |
| 152 | 153 | ||
| 153 | figcaption | 154 | figcaption |
| @@ -280,13 +281,14 @@ a:hover figure figcaption | |||
| 280 | 281 | ||
| 281 | #bouton_chronologie | 282 | #bouton_chronologie |
| 282 | { | 283 | { |
| 283 | width: 130px; | 284 | width: 180px; |
| 284 | font-size: initial; /* 150% est plus petit que "normal" */ | 285 | font-size: initial; /* 150% est plus petit que "normal" */ |
| 285 | padding-top: 5px; | 286 | padding-top: 5px; |
| 286 | } | 287 | } |
| 287 | 288 | ||
| 288 | #chronologie | 289 | #chronologie |
| 289 | { | 290 | { |
| 291 | width: 180px; | ||
| 290 | /*display: flex;*/ | 292 | /*display: flex;*/ |
| 291 | } | 293 | } |
| 292 | 294 | ||
diff --git a/public/css/donnees_hors_editeur.css b/public/css/donnees_hors_editeur.css index 25436a4..d54d7ff 100644 --- a/public/css/donnees_hors_editeur.css +++ b/public/css/donnees_hors_editeur.css | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | /*img{vertical-align: bottom;}*/ | ||
| 2 | |||
| 3 | .text-tiny{font-size: x-small;} | 1 | .text-tiny{font-size: x-small;} |
| 4 | .text-small{font-size: small;} | 2 | .text-small{font-size: small;} |
| 5 | .text-big{font-size: large;} | 3 | .text-big{font-size: large;} |
| @@ -20,13 +18,12 @@ input[type=checkbox]{-webkit-appearance: none;-moz-appearance: none;-ms-appearan | |||
| 20 | height: 16px; width: 16px; border: 1px solid black; border-radius: 2px; position: relative; top: 5px; margin-right: 10px;} | 18 | height: 16px; width: 16px; border: 1px solid black; border-radius: 2px; position: relative; top: 5px; margin-right: 10px;} |
| 21 | input[type="checkbox"]:checked{border: none; background: #26ab33;} | 19 | input[type="checkbox"]:checked{border: none; background: #26ab33;} |
| 22 | 20 | ||
| 23 | .table>table{border-collapse: collapse;} | 21 | .table>table{border-collapse: collapse; border-width: 2px;} |
| 24 | .table td{border: 1px grey solid; padding: 7px; min-width: 30px;} | 22 | .table td{padding: 7px; min-width: 30px; border-width: 2px;} |
| 25 | td p{margin: 0px;} | 23 | td p{margin: 0px;} |
| 26 | 24 | ||
| 27 | .image{width: fit-content;margin: 0px;text-align: center;margin: auto;/*height: 100%;*/} | 25 | .image{width: fit-content;margin: 0px;text-align: center;margin: auto;/*height: 100%;*/} |
| 28 | .image img{width: 100%;} | 26 | .image img{width: 100%;} |
| 29 | /*.image:not(.image_resized) img{width: auto;}*/ | ||
| 30 | .image-style-side{float: right;} | 27 | .image-style-side{float: right;} |
| 31 | .image-style-side:not(.image_resized){max-width: 50%;} | 28 | .image-style-side:not(.image_resized){max-width: 50%;} |
| 32 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} | 29 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} |
| @@ -38,8 +35,6 @@ iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px | |||
| 38 | 35 | ||
| 39 | 36 | ||
| 40 | 37 | ||
| 41 | |||
| 42 | |||
| 43 | @media screen and (max-width: 1000px) | 38 | @media screen and (max-width: 1000px) |
| 44 | { | 39 | { |
| 45 | /*img{max-width: 900px;}*/ | 40 | /*img{max-width: 900px;}*/ |
diff --git a/public/css/pages_articles_simples.css b/public/css/pages_articles_simples.css index 03e4317..5f20753 100644 --- a/public/css/pages_articles_simples.css +++ b/public/css/pages_articles_simples.css | |||
| @@ -91,6 +91,11 @@ figure | |||
| 91 | } | 91 | } |
| 92 | } | 92 | } |
| 93 | 93 | ||
| 94 | .explications | ||
| 95 | { | ||
| 96 | font-size: 90%; | ||
| 97 | } | ||
| 98 | |||
| 94 | 99 | ||
| 95 | /* CSS spécifique à chaque page */ | 100 | /* CSS spécifique à chaque page */ |
| 96 | @media screen and (min-width: 700px) | 101 | @media screen and (min-width: 700px) |
| @@ -134,6 +139,7 @@ figure | |||
| 134 | height: 171px; | 139 | height: 171px; |
| 135 | margin-left: auto; | 140 | margin-left: auto; |
| 136 | } | 141 | } |
| 142 | |||
| 137 | #photo_archives | 143 | #photo_archives |
| 138 | { | 144 | { |
| 139 | background-image: url('../header_images/blonde.jpg'); | 145 | background-image: url('../header_images/blonde.jpg'); |
| @@ -141,6 +147,14 @@ figure | |||
| 141 | height: 233px; | 147 | height: 233px; |
| 142 | margin-left: auto; | 148 | margin-left: auto; |
| 143 | } | 149 | } |
| 150 | .explications | ||
| 151 | { | ||
| 152 | width: 373px; | ||
| 153 | } | ||
| 154 | .explications p | ||
| 155 | { | ||
| 156 | margin: 10px; | ||
| 157 | } | ||
| 144 | } | 158 | } |
| 145 | 159 | ||
| 146 | @media screen and (max-width: 699px) | 160 | @media screen and (max-width: 699px) |
| @@ -191,6 +205,14 @@ figure | |||
| 191 | height: 177px; | 205 | height: 177px; |
| 192 | margin: 0 0 0 auto; | 206 | margin: 0 0 0 auto; |
| 193 | } | 207 | } |
| 208 | .explications | ||
| 209 | { | ||
| 210 | width: 285px; | ||
| 211 | } | ||
| 212 | .explications p | ||
| 213 | { | ||
| 214 | margin: 5px; | ||
| 215 | } | ||
| 194 | } | 216 | } |
| 195 | 217 | ||
| 196 | @media screen and (max-width: 479px) | 218 | @media screen and (max-width: 479px) |
| @@ -241,4 +263,9 @@ figure | |||
| 241 | height: 118px; | 263 | height: 118px; |
| 242 | margin: 0 0 0 auto; | 264 | margin: 0 0 0 auto; |
| 243 | } | 265 | } |
| 266 | .explications | ||
| 267 | { | ||
| 268 | width: 190px; | ||
| 269 | |||
| 270 | } | ||
| 244 | } | 271 | } |
diff --git a/public/header_images/logo_real.png b/public/header_images/logo_real.png new file mode 100644 index 0000000..2a7cae1 --- /dev/null +++ b/public/header_images/logo_real.png | |||
| Binary files differ | |||
diff --git a/public/header_images/logo_vlc.png b/public/header_images/logo_vlc.png new file mode 100644 index 0000000..df17359 --- /dev/null +++ b/public/header_images/logo_vlc.png | |||
| Binary files differ | |||
