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