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.css11
1 files changed, 9 insertions, 2 deletions
diff --git a/public/css/discographie.css b/public/css/discographie.css
index 0362bb4..4d602fa 100644
--- a/public/css/discographie.css
+++ b/public/css/discographie.css
@@ -45,6 +45,7 @@ aside div
45 z-index: 1; /* placer le menu déroulant au dessus */ 45 z-index: 1; /* placer le menu déroulant au dessus */
46 /*background-color: #9fa8d0;*/ 46 /*background-color: #9fa8d0;*/
47 background-color: #a4afd4; 47 background-color: #a4afd4;
48 /*background-color: white;*/
48 border: 2px #3d4c9d solid; 49 border: 2px #3d4c9d solid;
49} 50}
50 51
@@ -60,6 +61,8 @@ aside div
60#chronologie p a:hover 61#chronologie p a:hover
61{ 62{
62 color: black; 63 color: black;
64 /*background-color: #a4afd4;*/
65 background-color: white;
63} 66}
64 67
65.linkChrono 68.linkChrono
@@ -115,7 +118,8 @@ input
115 padding-bottom: 20px; 118 padding-bottom: 20px;
116 border-bottom: 1px black solid; 119 border-bottom: 1px black solid;
117} 120}
118.boutonAlbum a 121/* mêmes règles que .boutonArticle dans main.css */
122.boutonAlbum span
119{ 123{
120 padding: 2px; 124 padding: 2px;
121 border: 4px black groove; 125 border: 4px black groove;
@@ -132,7 +136,6 @@ input
132article 136article
133{ 137{
134 margin: 5px 0px; 138 margin: 5px 0px;
135 width: 22%;
136 /*min-width: 300px;*/ 139 /*min-width: 300px;*/
137} 140}
138.articleAvecEditeur 141.articleAvecEditeur
@@ -230,6 +233,10 @@ a:hover figure figcaption
230 /* annuler le positionnement du contenu */ 233 /* annuler le positionnement du contenu */
231 margin-top: 55px; 234 margin-top: 55px;
232 } 235 }
236 article
237 {
238 width: 32%;
239 }
233} 240}
234 241
235@media screen and (max-width: 699px) 242@media screen and (max-width: 699px)