Background (image et couleur) » History » Version 10
Pablo Alingery, 22/03/2012 12:14
| 1 | 1 | Pablo Alingery | h1. Background (image et couleur) |
|---|---|---|---|
| 2 | 1 | Pablo Alingery | |
| 3 | 10 | Pablo Alingery | >>>Ajouter au fichier workspace/client-public/res/css/main.css ".background_image" |
| 4 | 8 | Pablo Alingery | |
| 5 | 8 | Pablo Alingery | |
| 6 | 9 | Pablo Alingery | source:workspace/client-public/res/css/main.css@6#L180 |
| 7 | 5 | Pablo Alingery | <pre><code class="css"> |
| 8 | 2 | Pablo Alingery | .background_image{ |
| 9 | 2 | Pablo Alingery | margin:0; |
| 10 | 2 | Pablo Alingery | padding:0; |
| 11 | 2 | Pablo Alingery | background-image: url('/sitools/upload/SDO_8.jpg'); |
| 12 | 2 | Pablo Alingery | background-repeat: no-repeat; |
| 13 | 2 | Pablo Alingery | background-position: center; |
| 14 | 2 | Pablo Alingery | background-color :black; |
| 15 | 2 | Pablo Alingery | } |
| 16 | 5 | Pablo Alingery | </code></pre> |
| 17 | 3 | Pablo Alingery | |
| 18 | 3 | Pablo Alingery | Dans l'admin Sitools2 cliquer sur projet et éditer votre projet |
| 19 | 4 | Pablo Alingery | Dans la rubrique CSS taper : 'background_image' comme dans l'image suivante : |
| 20 | 4 | Pablo Alingery | |
| 21 | 4 | Pablo Alingery | !Background_pict.jpeg! |