source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/magusine/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: 2.5 KB
Line 
1/* listes */
2
3.listagebloc {
4margin-bottom: 2em;     
5clear: left;
6}
7
8#contextes .listagebloc {
9font-size: 10px;       
10}
11
12#corps .listagebloc {
13}
14
15h2 {
16}
17
18#corps h2 {
19font-size: 10px;
20font-weight: normal;
21background: url('fond-bloc/h2-bloc.png') repeat-x top left;
22padding: 6px 14px;
23color: #222;
24}
25
26#corps h2 a {
27color: #000;
28}
29
30#contexte1 h2 {
31font-size: 14px;
32margin-bottom: 0.5em;
33font-weight: bold;
34color: #282828; 
35}
36
37#contexte2 h2 {
38font-size: 12px;
39color: #0c3558;
40font-weight: bold;
41text-transform: uppercase;
42}
43
44h4 {
45line-height: 130%;
46margin-bottom: 0.2em;   
47}
48
49#corps h4 {
50font-size: 14px;
51font-family: arial, geneva, sans-serif;
52color: #ed1b23;
53}
54
55#corps h4 a {
56color: #ed1b23;
57}
58
59#corps h4 a:hover {
60text-decoration: underline;
61}
62
63#contextes h4 {
64font-size: 12px;       
65}
66
67#contexte2 h4 {
68color: #0C3558;
69font-weight: bold;
70}
71
72.listageconteneur {
73padding-top: 0.5em;
74overflow: auto;
75}
76
77#corps .listageconteneur {
78clear: left;
79padding: 12px;
80background: url('fond-bloc/bloc_ligne.png') top left no-repeat;
81border-bottom: 1px solid #ddd;
82}
83
84#corps .listageconteneur li {
85margin: 0;
86clear: left;
87padding: 0.2em 0; 
88}
89
90#contextes .listageconteneur li {
91padding: 0 0 1em 0;
92}
93
94.listagelogo {
95float: left;
96padding: 2px;
97border: 1px solid #7f7f7f;
98margin: 0 0.5em 0.5em 0;
99}
100
101#contextes .listagelogo {
102padding: 0;
103}
104
105.listagelogo img {
106}
107
108.listagetexte {
109font-size: 11px;
110line-height: 130%;
111margin-bottom: 0.3em;   
112}
113
114#contextes .listagetexte {
115font-size: 9px; 
116}
117
118#contexte2 .listagetexte {
119color: #222;
120}
121
122.listageinfo {
123margin: 0 0 0.3em 0;
124color: #333;
125}
126
127.listageinfo a {
128color: #333;
129}
130
131.listageinfo a:hover {
132text-decoration: underline;
133}
134
135#corps .listageinfo {
136font-size: 10px;
137}
138
139#contextes .listageinfo {
140font-size: 9px; 
141}
142
143#contexte2 .listageinfo {
144color: #555;
145}
146
147.listageinfo strong {
148font-weight: normal;   
149}
150
151.listagelien {
152margin: 0 0 0.3em 0;
153}
154
155.listagesite {
156color: #666;
157font-size:10px;
158}
159
160.listagesite a {
161color: #666;
162}
163
164#contexte2 .listagelien a {
165color: #666;
166}
167
168.listagesuite {
169font-size: 10px;
170}
171
172.listagesuite a {
173color: #000;
174}
175
176.listagerepondre {
177        clear: left;
178        text-align: right;
179        padding-right: 20px;
180        margin: 0 2em 1em 0;
181}
182
183#corps .listagerepondre {
184font-size: 10px;       
185}
186
187#contextes .listagerepondre {
188font-size: 9px; 
189}
190
191.listagerepondre a {
192color: #ed1b23;
193}
194
195.listagerepondre a:hover {
196}
197
198/* liste des rubriques */
199
200#rubinrub h2 {
201}
202
203/* forum */
204
205#corps #forum ul ul {
206margin-left: 2em;
207margin-bottom: 0.2em;   
208}
209
210#corps #forum .listageconteneur li {
211margin-bottom: 0.5em;
212padding-bottom: 0.2em;
213}
214
215#corps #forum .listageconteneur li li {
216border-bottom: 0;       
217}
Note: See TracBrowser for help on using the repository browser.