diff options
Diffstat (limited to 'public')
| -rw-r--r-- | public/css/discographie.css | 11 | ||||
| -rw-r--r-- | public/css/main.css | 27 |
2 files changed, 30 insertions, 8 deletions
diff --git a/public/css/discographie.css b/public/css/discographie.css index 7fb48df..31df03e 100644 --- a/public/css/discographie.css +++ b/public/css/discographie.css | |||
| @@ -145,11 +145,6 @@ figure | |||
| 145 | /*display: inline-block;*/ | 145 | /*display: inline-block;*/ |
| 146 | } | 146 | } |
| 147 | 147 | ||
| 148 | .vignette | ||
| 149 | { | ||
| 150 | width: 100%; | ||
| 151 | } | ||
| 152 | |||
| 153 | figcaption | 148 | figcaption |
| 154 | { | 149 | { |
| 155 | margin: 2px; | 150 | margin: 2px; |
| @@ -165,11 +160,11 @@ a | |||
| 165 | /*border: 2px white solid;*/ | 160 | /*border: 2px white solid;*/ |
| 166 | } | 161 | } |
| 167 | 162 | ||
| 168 | .articleSansEditeur a | 163 | .articleSansEditeur>a |
| 169 | { | 164 | { |
| 170 | border: 2px white solid; | 165 | border: 2px white solid; |
| 171 | } | 166 | } |
| 172 | .articleSansEditeur a:hover | 167 | .articleSansEditeur>a:hover |
| 173 | { | 168 | { |
| 174 | border: 2px blue solid; | 169 | border: 2px blue solid; |
| 175 | } | 170 | } |
| @@ -183,7 +178,7 @@ a:hover figure figcaption | |||
| 183 | { | 178 | { |
| 184 | /*border: 1px black solid;*/ | 179 | /*border: 1px black solid;*/ |
| 185 | text-align: center; | 180 | text-align: center; |
| 186 | margin-top: 0px; | 181 | margin-top: 2px; |
| 187 | } | 182 | } |
| 188 | 183 | ||
| 189 | .articleSansEditeur img | 184 | .articleSansEditeur img |
diff --git a/public/css/main.css b/public/css/main.css index 4017e31..a5332be 100644 --- a/public/css/main.css +++ b/public/css/main.css | |||
| @@ -136,6 +136,33 @@ form | |||
| 136 | /*border-bottom: 1px black solid;*/ | 136 | /*border-bottom: 1px black solid;*/ |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | .infobulle | ||
| 140 | { | ||
| 141 | text-decoration: none; | ||
| 142 | /* évite que l'infobulle ne se retrouve dans un coin de l'écran */ | ||
| 143 | position:relative; | ||
| 144 | /* block -> hauteur fixe pour vertical-align dans l'image */ | ||
| 145 | display: inline-block; | ||
| 146 | |||
| 147 | } | ||
| 148 | .infobulle button | ||
| 149 | { | ||
| 150 | |||
| 151 | display: none; | ||
| 152 | position: absolute; | ||
| 153 | bottom: 35px; | ||
| 154 | left: 10px; | ||
| 155 | } | ||
| 156 | .infobulle:hover button | ||
| 157 | { | ||
| 158 | display: inline; | ||
| 159 | |||
| 160 | } | ||
| 161 | .infobulle img | ||
| 162 | { | ||
| 163 | vertical-align: middle; | ||
| 164 | } | ||
| 165 | |||
| 139 | #courriel | 166 | #courriel |
| 140 | { | 167 | { |
| 141 | /*padding-top: 30px;*/ | 168 | /*padding-top: 30px;*/ |
