source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/meticesround/listes.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.9 KB
Line 
1.listageconteneur li {
2clear:left;     
3}
4
5.listagelogo {
6float:left;
7margin: 0 1em 0.6em 0; 
8}
9
10/* contexte 1 */
11
12#contexte1 h2 {
13background:url(images/contexte1_light_top.png) no-repeat top left;
14padding:10px;
15background-color:#f5f5f5;
16font-size:9px; 
17}
18
19#contexte1 .listageconteneur {
20background:url(images/contexte1_light_bottom.png) no-repeat bottom left;
21padding:0 10px 10px 10px;
22background-color:#f5f5f5;       
23}
24
25/* contexte 2 */
26
27#contexte2 .listagebloc {
28margin-bottom:30px;     
29background:url(images/contexte2_cgris_top.png) no-repeat top left;
30padding-top:4px;
31}
32
33#contexte2 h2 {
34background:url(images/contexte2_cgris_bottom.png) no-repeat bottom left;
35padding:4px 8px 8px 8px;
36font-size:9px;
37margin-bottom:8px;
38color:#fff;     
39}
40
41#contexte2 .listageconteneur {
42line-height:140%;
43padding:0 6px;
44}
45
46#contexte2 .listageconteneur li {
47margin-bottom:2px;     
48}
49
50/* bloc particulier : le summary */
51
52
53#contexte2 #summary.listagebloc {
54margin-bottom:30px;     
55background:url(images/contexte2_cred_top.png) no-repeat top left;
56padding-top:4px;
57color:#fff;
58background-color:#ae001a;
59}
60
61#contexte2 #summary .listageconteneur {
62        background:url(images/contexte2_cred_bottom.png) no-repeat bottom left;
63        padding:0 8px 10px 8px;
64}
65
66#contexte2 #summary h2 {
67background-image: none;
68}
69
70#contexte2 #summary a {
71color:#fff;     
72}
73
74/* corps */
75
76#corps .listagebloc {
77margin-bottom: 36px;
78clear:left;     
79background:url(images/separateur.png) top center no-repeat;
80padding-top:18px;
81}
82
83#corps h2 {
84font-size:12px;
85color:#ad000c;
86margin:0 0 8px 0;       
87}
88
89#corps .listageconteneur li {
90margin-bottom: 12px;
91clear:left;     
92}
93
94#corps .listagetitre {
95font-size:12px;
96color:#373737;
97margin:0 0 2px 0;       
98}
99
100#corps .listagetitre a {
101text-decoration:none;   
102}
103
104#corps .listagetitre a:hover {
105background-color:#ae000c;
106color:#fff;     
107}
108
109#corps .listageinfo {
110font-size:9px;
111margin:0 0 2px 0;       
112}
113
114#corps .listageinfo a {
115color:#222;
116text-decoration:none;   
117}
Note: See TracBrowser for help on using the repository browser.