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