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.2 KB
|
Rev | Line | |
---|
[80] | 1 | /* loustic */ |
---|
| 2 | |
---|
| 3 | h1, h2, h3, h4, h5, h6 { |
---|
| 4 | font-weight: normal; |
---|
| 5 | } |
---|
| 6 | |
---|
| 7 | body { |
---|
| 8 | background: url('bg.gif') #441100; |
---|
| 9 | font: 10px Verdana, Arial, sans-serif; |
---|
| 10 | margin: 0; |
---|
| 11 | color: #666; |
---|
| 12 | } |
---|
| 13 | |
---|
| 14 | #general { |
---|
| 15 | width: 820px; |
---|
| 16 | margin: 100px auto 20px auto; |
---|
| 17 | border-top: 5px #bb2244 solid; |
---|
| 18 | position: relative; |
---|
| 19 | } |
---|
| 20 | |
---|
| 21 | #bandeau { |
---|
| 22 | height: 80px; |
---|
| 23 | width: 280px; |
---|
| 24 | position: absolute; |
---|
| 25 | top: -90px; |
---|
| 26 | background:url('logo-loustic.gif') bottom left no-repeat; |
---|
| 27 | } |
---|
| 28 | |
---|
| 29 | #navigation { |
---|
| 30 | margin: 20px 0 0 300px; |
---|
| 31 | position: absolute; |
---|
| 32 | top: -60px; |
---|
| 33 | width: 480px; |
---|
| 34 | } |
---|
| 35 | |
---|
| 36 | #contenus { |
---|
| 37 | background-color: #fff; |
---|
| 38 | margin-left:180px; |
---|
| 39 | |
---|
| 40 | } |
---|
| 41 | |
---|
| 42 | #contexte1 { |
---|
| 43 | background-color: #FFF8F8; |
---|
| 44 | width: 160px; |
---|
| 45 | position: absolute; |
---|
| 46 | left: 0; |
---|
| 47 | padding: 20px 10px 40px 10px; |
---|
| 48 | } |
---|
| 49 | |
---|
| 50 | #contexte2 { |
---|
| 51 | width: 130px; |
---|
| 52 | float: right; |
---|
| 53 | padding: 20px 16px 20px 10px; |
---|
| 54 | } |
---|
| 55 | |
---|
| 56 | #chemin { |
---|
| 57 | padding: 0 0 16px 0; |
---|
| 58 | font-size: 9px; |
---|
| 59 | } |
---|
| 60 | |
---|
| 61 | #chemin a { |
---|
| 62 | color: #666; |
---|
| 63 | } |
---|
| 64 | |
---|
| 65 | #corps { |
---|
| 66 | padding: 20px 14px 20px 40px; |
---|
| 67 | margin-right: 160px; |
---|
| 68 | } |
---|
| 69 | |
---|
| 70 | #footer { |
---|
| 71 | color: #fff; |
---|
| 72 | margin-top: 20px; |
---|
| 73 | font-size:9px; |
---|
| 74 | } |
---|
| 75 | |
---|
| 76 | #footer #site-footer { |
---|
| 77 | background-color: #661100; |
---|
| 78 | padding: 6px; |
---|
| 79 | margin-left: 180px; |
---|
| 80 | } |
---|
| 81 | |
---|
| 82 | #magusine-footer, #logos-bailleurs { |
---|
| 83 | padding: 6px; |
---|
| 84 | margin-left: 180px; |
---|
| 85 | margin-right: 40px; |
---|
| 86 | text-align: right; |
---|
| 87 | margin-top: 10px; |
---|
| 88 | color:#BA8177; |
---|
| 89 | } |
---|
| 90 | |
---|
| 91 | #magusine-footer a { |
---|
| 92 | color: #BA8177; |
---|
| 93 | } |
---|
| 94 | |
---|
| 95 | #magusine-footer a:hover { |
---|
| 96 | color: #f00; |
---|
| 97 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.