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:
1.3 KB
|
Rev | Line | |
---|
[80] | 1 | /* rubrique a la une */ |
---|
| 2 | |
---|
| 3 | #corps div.rubrique-une, #corps div.article-une { |
---|
| 4 | color: #955B0B; |
---|
| 5 | margin: 30px 0 0 0; |
---|
| 6 | } |
---|
| 7 | |
---|
| 8 | #corps .rubrique-une h2, #corps .article-une h2 { |
---|
| 9 | font-family: arial, geneva, sans-serif; |
---|
| 10 | font-size: 11px; |
---|
| 11 | color: #955B0B; |
---|
| 12 | margin-left: 10px; |
---|
| 13 | margin-bottom: 2px; |
---|
| 14 | border-bottom: 0; |
---|
| 15 | text-transform: none; |
---|
| 16 | } |
---|
| 17 | |
---|
| 18 | |
---|
| 19 | #corps .rubrique-une h2 a, #corps .article-une h2 a { |
---|
| 20 | color: #955B0B; |
---|
| 21 | |
---|
| 22 | } |
---|
| 23 | |
---|
| 24 | #corps .rubrique-une h2 a:hover, #corps .article-une h2 a:hover { |
---|
| 25 | color: #5B3300; |
---|
| 26 | } |
---|
| 27 | |
---|
| 28 | #corps .rubrique-une h4, #corps .article-une h4 { |
---|
| 29 | font-family: georgia, times, serif; |
---|
| 30 | font-size: 14px; |
---|
| 31 | color: #553507; |
---|
| 32 | letter-spacing: 0.05em; |
---|
| 33 | } |
---|
| 34 | |
---|
| 35 | #corps .rubrique-une h4 a, #corps .article-une h4 a { |
---|
| 36 | color: #553507; |
---|
| 37 | } |
---|
| 38 | |
---|
| 39 | #corps .rubrique-une h4 a:hover, #corps .article-une h4 a:hover { |
---|
| 40 | color: #000; |
---|
| 41 | } |
---|
| 42 | |
---|
| 43 | #corps .rubrique-une .listagelogo, #corps .article-une .listagelogo { |
---|
| 44 | display: block; |
---|
| 45 | float: left; |
---|
| 46 | margin-right: 10px; |
---|
| 47 | } |
---|
| 48 | |
---|
| 49 | #corps .rubrique-une .listageinfo, #corps .article-une .listageinfo { |
---|
| 50 | font-size: 9px; |
---|
| 51 | color: #333; |
---|
| 52 | font-weight: normal; |
---|
| 53 | } |
---|
| 54 | |
---|
| 55 | #corps .rubrique-une .listagetexte, #corps .article-une .listagetexte { |
---|
| 56 | font-size: 10px; |
---|
| 57 | margin-top: 1em; |
---|
| 58 | } |
---|
| 59 | |
---|
| 60 | |
---|
| 61 | #corps .rubrique-une ul, #corps .article-une ul { |
---|
| 62 | height: 127px; |
---|
| 63 | padding: 10px; |
---|
| 64 | background: url('images/cartouche.png') top left no-repeat; |
---|
| 65 | } |
---|
| 66 | |
---|
| 67 | /* */ |
---|
Note: See
TracBrowser
for help on using the repository browser.