summaryrefslogtreecommitdiff
path: root/public/css/discographie.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/discographie.css')
-rw-r--r--public/css/discographie.css22
1 files changed, 12 insertions, 10 deletions
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
131article 132article
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 143figure
143{ 144{
144 width: 100%; 145 margin: 0px;
146 /*display: inline-block;*/
145} 147}
146 148
147figure 149.vignette
148{ 150{
149 margin: 0px; 151 width: 100%;
150 /*display: inline-block;*/
151} 152}
152 153
153figcaption 154figcaption
@@ -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