Last change
on this file since 84 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Line | |
---|
1 | /* Disposition */ |
---|
2 | |
---|
3 | body { |
---|
4 | margin:0; |
---|
5 | font-family: arial, verdana, sans-serif; |
---|
6 | background-color:#ffff80; |
---|
7 | background-image:url('fonddegrade.jpg'); |
---|
8 | background-repeat: repeat-y; |
---|
9 | } |
---|
10 | |
---|
11 | #general { |
---|
12 | |
---|
13 | width:1000px; |
---|
14 | |
---|
15 | } |
---|
16 | |
---|
17 | #bandeau { |
---|
18 | height: 150px; |
---|
19 | background-repeat: no-repeat; |
---|
20 | background-position: center; |
---|
21 | border-bottom:1px solid black; |
---|
22 | } |
---|
23 | |
---|
24 | #navigation { |
---|
25 | margin:auto; |
---|
26 | color:red; |
---|
27 | } |
---|
28 | |
---|
29 | li { |
---|
30 | list-style-type: none; |
---|
31 | |
---|
32 | } |
---|
33 | #navigation li{ |
---|
34 | display:inline; |
---|
35 | } |
---|
36 | |
---|
37 | #chemin{ |
---|
38 | padding-bottom:15px; |
---|
39 | text-decoration:none; |
---|
40 | } |
---|
41 | |
---|
42 | |
---|
43 | |
---|
44 | #contextes{ |
---|
45 | background-repeat: no-repeat; |
---|
46 | float:right; |
---|
47 | width: 200px; |
---|
48 | min-height:410px; |
---|
49 | _height:410px; |
---|
50 | margin-top:20px; |
---|
51 | padding: 20px; |
---|
52 | margin-right:10px; |
---|
53 | background-color:#ffffa5; |
---|
54 | border:1px solid #b14b06; |
---|
55 | } |
---|
56 | |
---|
57 | #corps{ |
---|
58 | padding:20px; |
---|
59 | margin:20px; |
---|
60 | background-color:#ffffa5; |
---|
61 | border:1px solid #b14b06; |
---|
62 | width:65%; |
---|
63 | } |
---|
64 | |
---|
65 | #footer{ |
---|
66 | margin-top:20px; |
---|
67 | padding:30px 20px 10px 20px; |
---|
68 | text-align:center; |
---|
69 | font-size: 9px; |
---|
70 | background:url('herbe.png') no-repeat bottom left; |
---|
71 | min-height: 60px; |
---|
72 | _height:60px; |
---|
73 | } |
---|
74 | |
---|
75 | #footer a { |
---|
76 | color: #111; |
---|
77 | } |
---|
78 | |
---|
79 | #footer a:hover { |
---|
80 | color:#b14b06; |
---|
81 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.