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:
638 bytes
|
Rev | Line | |
---|
[80] | 1 | /* feuille de style du theme : Tod */ |
---|
| 2 | |
---|
| 3 | /* containers de premier niveau */ |
---|
| 4 | #general { |
---|
| 5 | width: 900px; |
---|
| 6 | margin: 70px auto 40px auto; |
---|
| 7 | } |
---|
| 8 | |
---|
| 9 | #bandeau { |
---|
| 10 | position: absolute; |
---|
| 11 | top: 0; |
---|
| 12 | width: 450px; |
---|
| 13 | height: 80px; |
---|
| 14 | background-repeat: no-repeat; |
---|
| 15 | background-position: bottom left; |
---|
| 16 | margin-top:16px; |
---|
| 17 | } |
---|
| 18 | |
---|
| 19 | #chemin, #chemin-vide { |
---|
| 20 | } |
---|
| 21 | |
---|
| 22 | #contextes { |
---|
| 23 | float:right; |
---|
| 24 | width:254px; |
---|
| 25 | } |
---|
| 26 | |
---|
| 27 | #corps { |
---|
| 28 | margin-right: 260px; |
---|
| 29 | padding:12px; |
---|
| 30 | background-color: #181818; |
---|
| 31 | } |
---|
| 32 | |
---|
| 33 | #footer { |
---|
| 34 | margin-top:6px; |
---|
| 35 | font-size:10px; |
---|
| 36 | clear:both; |
---|
| 37 | background-color:#0B0B0B; |
---|
| 38 | border-bottom:1px solid #222222; |
---|
| 39 | border-top:1px solid #222222; |
---|
| 40 | color:#999999; |
---|
| 41 | font-weight:bold; |
---|
| 42 | padding:4px 12px; |
---|
| 43 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.