source: trunk/spip/2.1/extensions/magusine-portage2.1/css/selecteur_priv.css @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

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