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