diff options
author | polo <ordipolo@gmx.fr> | 2021-09-08 02:09:34 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2021-09-08 02:09:34 +0200 |
commit | cdf1bda847edd3e22e9fe817a802219ad8e0f626 (patch) | |
tree | adbe2b35e9741a5db74491c85914f4c03d3d4c99 /public | |
parent | 9a552c6b751f25bac9e816cf605fb972da8b9e27 (diff) | |
download | melaine-cdf1bda847edd3e22e9fe817a802219ad8e0f626.zip |
vignette
Diffstat (limited to 'public')
-rw-r--r-- | public/discographie.css | 32 | ||||
-rw-r--r-- | public/donnees_hors_editeur.css | 4 | ||||
-rw-r--r-- | public/melaine.css | 1 |
3 files changed, 33 insertions, 4 deletions
diff --git a/public/discographie.css b/public/discographie.css index adf5ac0..8b050db 100644 --- a/public/discographie.css +++ b/public/discographie.css | |||
@@ -39,7 +39,8 @@ aside div | |||
39 | /*padding: 5px;*/ | 39 | /*padding: 5px;*/ |
40 | display: none; | 40 | display: none; |
41 | z-index: 1; /* placer le menu déroulant au dessus */ | 41 | z-index: 1; /* placer le menu déroulant au dessus */ |
42 | background-color: #9fa8d0; | 42 | /*background-color: #9fa8d0;*/ |
43 | background-color: #a4afd4; | ||
43 | } | 44 | } |
44 | 45 | ||
45 | #chronologie p | 46 | #chronologie p |
@@ -47,6 +48,29 @@ aside div | |||
47 | margin: 8px; | 48 | margin: 8px; |
48 | } | 49 | } |
49 | 50 | ||
51 | #chronologie p a:visited | ||
52 | { | ||
53 | color: blue; | ||
54 | } | ||
55 | #chronologie p a:hover | ||
56 | { | ||
57 | color: black; | ||
58 | } | ||
59 | |||
60 | .linkChrono | ||
61 | { | ||
62 | text-decoration: none; | ||
63 | } | ||
64 | .linkChrono:hover | ||
65 | { | ||
66 | text-decoration: underline; | ||
67 | } | ||
68 | .noLinkChrono | ||
69 | { | ||
70 | text-decoration: none; | ||
71 | color: black; | ||
72 | } | ||
73 | |||
50 | /* PC uniquement, pour les smartphones prévoir un clic | 74 | /* PC uniquement, pour les smartphones prévoir un clic |
51 | => :checked et une checkbox | 75 | => :checked et une checkbox |
52 | => ou la balise select qui crée un menu déroulant */ | 76 | => ou la balise select qui crée un menu déroulant */ |
@@ -129,11 +153,17 @@ a:hover figure figcaption | |||
129 | text-decoration: underline; | 153 | text-decoration: underline; |
130 | } | 154 | } |
131 | 155 | ||
156 | |||
132 | /* page dédiée à un album */ | 157 | /* page dédiée à un album */ |
133 | #albumHTML | 158 | #albumHTML |
134 | { | 159 | { |
135 | width: 100%; | 160 | width: 100%; |
136 | } | 161 | } |
162 | .linkAlbumHTML | ||
163 | { | ||
164 | color: blue; | ||
165 | } | ||
166 | |||
137 | 167 | ||
138 | @media screen and (min-width: 700px) | 168 | @media screen and (min-width: 700px) |
139 | { | 169 | { |
diff --git a/public/donnees_hors_editeur.css b/public/donnees_hors_editeur.css index 8619938..fdb12b5 100644 --- a/public/donnees_hors_editeur.css +++ b/public/donnees_hors_editeur.css | |||
@@ -26,13 +26,13 @@ input[type="checkbox"]:checked{border: none; background: #26ab33;} | |||
26 | .table td{border: 1px grey solid; padding: 7px; min-width: 30px;} | 26 | .table td{border: 1px grey solid; padding: 7px; min-width: 30px;} |
27 | td p{margin: 0px;} | 27 | td p{margin: 0px;} |
28 | 28 | ||
29 | .image{margin: 0px 0px 0px 5px; text-align: center; display: inline-block;} | 29 | .image{margin: 0px; text-align: center; display: inline-block;} |
30 | .image img{max-width: 630px;} | 30 | .image img{max-width: 630px;} |
31 | .image-style-side{float: right;} | 31 | .image-style-side{float: right;} |
32 | .image-style-side img{max-width: 315px;} | 32 | .image-style-side img{max-width: 315px;} |
33 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} | 33 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} |
34 | 34 | ||
35 | .boutonArticle{clear: both;} | 35 | .boutonArticle{clear: both; padding: 10px 0px;} |
36 | article:after{content: ""; display: block; clear: both;} | 36 | article:after{content: ""; display: block; clear: both;} |
37 | 37 | ||
38 | iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;} \ No newline at end of file | 38 | iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;} \ No newline at end of file |
diff --git a/public/melaine.css b/public/melaine.css index 9736147..f7faf99 100644 --- a/public/melaine.css +++ b/public/melaine.css | |||
@@ -22,7 +22,6 @@ figure | |||
22 | } | 22 | } |
23 | .boutonArticle | 23 | .boutonArticle |
24 | { | 24 | { |
25 | padding-bottom: 20px; | ||
26 | border-bottom: 1px black solid; | 25 | border-bottom: 1px black solid; |
27 | } | 26 | } |
28 | .boutonArticle a | 27 | .boutonArticle a |