diff options
Diffstat (limited to 'public/css/accueil.css')
-rw-r--r-- | public/css/accueil.css | 34 |
1 files changed, 19 insertions, 15 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 |