source: trunk/spip/esqueleto-redcta/plugins/magusine/themes/womenlife/listes.css @ 80

Last change on this file since 80 was 80, checked in by guille, 15 years ago

el plugin completo

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