source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/explode/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.0 KB
Line 
1/* listes */
2
3.listagebloc {
4margin-bottom: 2em;     
5}
6
7#contextes .listagebloc {
8font-size: 10px;       
9}
10
11h2 {
12letter-spacing: 0.05em; 
13}
14
15#corps h2 {
16padding: 0.2em 0;
17font-size: 10px;
18color: #000;
19border-bottom: 1px solid #CA2500;
20/*background-color:#EF2E00;
21padding: 2px 4px;*/
22}
23
24#edito h2 {
25display:none;
26}
27
28#contextes h2 {
29font-size: 13px;
30color: #000;
31margin-bottom: 0.5em;   
32}
33
34h4 {
35line-height: 130%;
36margin-bottom: 0.2em;   
37}
38
39#corps h4 {
40font-size: 15px;
41font-weight:normal;
42}
43
44#contextes h4 {
45font-size: 11px;       
46}
47
48.listageconteneur {
49padding-top: 0.5em;
50}
51
52.listageconteneur li {
53margin: 0;
54clear: left;
55padding: 0 0 1em 0;
56}
57
58#contextes .listageconteneur li {
59padding: 0 0 0.4em 0;
60}
61
62.listagelogo {
63float: left;
64margin: 0 0.5em 0.5em 0;
65}
66
67.listagelogo img {
68border: 1px solid #333;
69}
70
71.listagetexte {
72font-size: 11px;
73line-height: 130%;
74margin-bottom: 0.5em;   
75}
76
77#contextes .listagetexte {
78font-size: 9px; 
79}
80
81.listageinfo {
82margin: 0 0 0.5em 0;
83color: #222;
84}
85
86
87
88.listageinfo a {
89color: #222;   
90}
91
92.listageinfo a:hover {
93color: #ddd;   
94}
95
96#corps .listageinfo {
97font-size: 10px;
98       
99}
100
101#contextes .listageinfo {
102font-size: 9px; 
103}
104
105.listagesite {
106margin: 1em 0 0.5em 0
107}
108
109.listagesite strong {
110color: #000;
111}
112
113#contextes .listagesite {
114font-size: 10px;
115}
116
117#corps .listagesite {
118font-size: 10px;
119}
120
121.listageinfo strong {
122font-weight: normal;   
123}
124
125.listagesuite {
126font-size: 10px;
127margin:1em 0;
128}
129
130.listagerepondre {
131        text-align: right;
132        padding-right: 20px;
133        margin: 0 2em 1em 0;
134}
135
136.listagelien {
137font-size:9px;
138}
139
140#corps .listagerepondre {
141margin:1em 0;
142font-size: 10px;       
143}
144
145#contextes .listagerepondre {
146margin:0.6em 0;
147font-size: 9px; 
148}
149
150.listagerepondre a {
151color: #601508; 
152}
153
154.listagerepondre a:hover {
155color: #ddd;
156}
157
158/* liste des rubriques */
159
160#rubinrub h2 {
161}
162
163/* forum */
164
165#corps #forum ul ul {
166margin-left: 2em;
167margin-bottom: 0.2em;   
168}
169
170#corps #forum .listageconteneur li {
171margin-bottom: 0.5em;
172padding-bottom: 0.2em;
173border-bottom: 1px solid #ccc; 
174}
175
176#corps #forum .listageconteneur li li {
177border-bottom: 0;       
178}
Note: See TracBrowser for help on using the repository browser.