Last change
on this file since 397 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.4 KB
|
Rev | Line | |
---|
[80] | 1 | ul.selecteur { |
---|
| 2 | padding-left:0px; |
---|
| 3 | margin-left:0px; |
---|
| 4 | border-bottom:1px solid #EEE; |
---|
| 5 | } |
---|
| 6 | ul.selecteur, ul.selecteur ul { |
---|
| 7 | list-style:none; |
---|
| 8 | } |
---|
| 9 | ul.selecteur ul { |
---|
| 10 | padding-left:20px; |
---|
| 11 | margin-left:0px; |
---|
| 12 | } |
---|
| 13 | li.section { |
---|
| 14 | font-weight:bold; |
---|
| 15 | border-top:1px solid #EEE; |
---|
| 16 | padding-bottom:5px; |
---|
| 17 | |
---|
| 18 | } |
---|
| 19 | li.rubrique { |
---|
| 20 | color:#555; |
---|
| 21 | border-top:1px solid #EEE; |
---|
| 22 | padding-bottom:5px; |
---|
| 23 | } |
---|
| 24 | li.article { |
---|
| 25 | font-weight:normal; |
---|
| 26 | background-color:#EEE; |
---|
| 27 | border:1px solid #CCC; |
---|
| 28 | margin:1px; |
---|
| 29 | padding:6px; |
---|
| 30 | margin-top: 6px; |
---|
| 31 | color:black; |
---|
| 32 | } |
---|
| 33 | |
---|
| 34 | .titre_section, .titre_rubrique, .titre_article { |
---|
| 35 | padding-left:14px; |
---|
| 36 | background-repeat: no-repeat; |
---|
| 37 | background-position: left center; |
---|
| 38 | } |
---|
| 39 | .titre_section { |
---|
| 40 | background-image:url(../images/secteur-12.gif); |
---|
| 41 | } |
---|
| 42 | .titre_rubrique { |
---|
| 43 | background-image:url(../images/rubrique-12.gif); |
---|
| 44 | } |
---|
| 45 | .titre_article { |
---|
| 46 | background-image:url(../images/article.png); |
---|
| 47 | } |
---|
| 48 | a.ajouter { |
---|
| 49 | text-decoration:none; |
---|
| 50 | float:right; |
---|
| 51 | position:relative; |
---|
| 52 | } |
---|
| 53 | a.ajouter img { |
---|
| 54 | border:none; |
---|
| 55 | margin:2px 2px 0px 0px; |
---|
| 56 | } |
---|
| 57 | |
---|
| 58 | li.groupe { |
---|
| 59 | font-weight:bold; |
---|
| 60 | border-top:1px solid #EEE; |
---|
| 61 | padding-bottom:5px; |
---|
| 62 | } |
---|
| 63 | li.mot { |
---|
| 64 | font-weight:normal; |
---|
| 65 | background-color:#EEE; |
---|
| 66 | border:1px solid #CCC; |
---|
| 67 | margin:1px; |
---|
| 68 | padding:6px; |
---|
| 69 | color:black; |
---|
| 70 | } |
---|
| 71 | |
---|
| 72 | .titre_groupe, .titre_mot { |
---|
| 73 | padding:4px 4px 4px 26px; |
---|
| 74 | background-repeat: no-repeat; |
---|
| 75 | background-position: left center; |
---|
| 76 | } |
---|
| 77 | .titre_groupe { |
---|
| 78 | background-image:url(../images/groupe-mot-24.gif); |
---|
| 79 | } |
---|
| 80 | .titre_mot { |
---|
| 81 | background-image:url(../images/mot.gif); |
---|
| 82 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.