diff options
Diffstat (limited to 'public/css/body.css')
| -rw-r--r-- | public/css/body.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/public/css/body.css b/public/css/body.css new file mode 100644 index 0000000..87f71f2 --- /dev/null +++ b/public/css/body.css | |||
| @@ -0,0 +1,39 @@ | |||
| 1 | body | ||
| 2 | { | ||
| 3 | margin: auto; | ||
| 4 | max-width: 1200px; | ||
| 5 | /*width: 90%;*/ | ||
| 6 | font-family: sans; | ||
| 7 | background-color: #0cceec; | ||
| 8 | } | ||
| 9 | |||
| 10 | #bloc_page | ||
| 11 | {} | ||
| 12 | |||
| 13 | |||
| 14 | .infobulle | ||
| 15 | { | ||
| 16 | /*text-decoration: none;*/ | ||
| 17 | /* évite que l'infobulle ne se retrouve dans un coin de l'écran */ | ||
| 18 | /*position:relative;*/ | ||
| 19 | /* block -> hauteur fixe pour vertical-align dans l'image */ | ||
| 20 | /*display: inline-block;*/ | ||
| 21 | |||
| 22 | } | ||
| 23 | /*.infobulle button | ||
| 24 | { | ||
| 25 | |||
| 26 | display: none; | ||
| 27 | position: absolute; | ||
| 28 | bottom: 35px; | ||
| 29 | left: 10px; | ||
| 30 | } | ||
| 31 | .infobulle:hover button | ||
| 32 | { | ||
| 33 | display: inline; | ||
| 34 | |||
| 35 | } | ||
| 36 | .infobulle img | ||
| 37 | { | ||
| 38 | vertical-align: middle; | ||
| 39 | }*/ \ No newline at end of file | ||
