Last change
on this file since 89 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
978 bytes
|
Rev | Line | |
---|
[80] | 1 | /* feuille de style DISPOSITION.CSS - theme : neoclassic */ |
---|
| 2 | /* version 10 octobre 2005 */ |
---|
| 3 | /* Code par stephane noel dans le cadre du projet Magusine des Corsaires asbl */ |
---|
| 4 | /* Except where otherwise noted, this theme |
---|
| 5 | licensed under a Creative Commons Attribution 2.5 License */ |
---|
| 6 | |
---|
| 7 | body { |
---|
| 8 | margin: 0; |
---|
| 9 | } |
---|
| 10 | |
---|
| 11 | #general { |
---|
| 12 | background-color: #fff; |
---|
| 13 | width: 760px; |
---|
| 14 | margin: 0 auto; |
---|
| 15 | border-right: 2px solid #263f0d; |
---|
| 16 | border-left: 2px solid #263f0d; |
---|
| 17 | } |
---|
| 18 | |
---|
| 19 | #bandeau { |
---|
| 20 | height: 176px; |
---|
| 21 | background-repeat: no-repeat; |
---|
| 22 | background-position: left bottom; |
---|
| 23 | border-bottom: 2px solid #999; |
---|
| 24 | } |
---|
| 25 | |
---|
| 26 | #contextes { |
---|
| 27 | float: left; |
---|
| 28 | width: 200px; |
---|
| 29 | padding: 10px 0 20px 10px; |
---|
| 30 | } |
---|
| 31 | |
---|
| 32 | #navigation { |
---|
| 33 | margin-bottom: 20px; |
---|
| 34 | } |
---|
| 35 | |
---|
| 36 | #chemin-vide { |
---|
| 37 | display: none; |
---|
| 38 | } |
---|
| 39 | |
---|
| 40 | #chemin { |
---|
| 41 | border-bottom: 1px solid #999; |
---|
| 42 | padding: 4px 6px; |
---|
| 43 | } |
---|
| 44 | |
---|
| 45 | #corps { |
---|
| 46 | margin-left: 230px; |
---|
| 47 | padding-right: 20px; |
---|
| 48 | } |
---|
| 49 | |
---|
| 50 | #footer { |
---|
| 51 | border-top: 1px solid #333; |
---|
| 52 | padding: 10px 10px 30px 10px; |
---|
| 53 | margin-top: 40px; |
---|
| 54 | clear: both; |
---|
| 55 | text-align: center; |
---|
| 56 | } |
---|
| 57 | |
---|
| 58 | #magusine-footer { |
---|
| 59 | margin: 6px 0; |
---|
| 60 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.