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