source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/themes/CSocial/polices.css @ 244

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

se cambiaron hojas de estilo

File size: 3.0 KB
Line 
1/* feuille de style principale de police pour le theme particip cafe */
2
3/* css de positionnement hors declinaison */
4
5body {
6font-size: 12px;
7color: #333;
8font-family: geneva, arial, verdana, sans-serif;
9}
10
11/* comportements par defaut */
12
13a {
14color: #666;
15text-decoration: none;
16}
17
18a:hover {
19color: #f60;   
20}
21
22#contextes a {
23color:#3F1C03;
24}
25
26#contextes a:hover {
27color:#ff0;
28}
29       
30ul, li {
31list-style-type: none;
32padding: 0;
33margin: 0;     
34}
35
36h1, h2, h3, h4, h5, h6 {
37margin: 0;
38font-weight: normal;   
39}
40
41
42
43.forml {
44width: 100%;
45}
46
47a img {
48border: 0;     
49}
50
51img {
52behavior: url("win_png.htc");   
53
54}
55.spip_documents { margin-bottom: 5px; margin-left: 10px }
56
57/* contextes et corps */
58
59#contextes img {
60display: block;
61margin: 2px auto;
62}
63#contexte1,#contexte2 {
64background-color: #a63609;
65}
66#topenavigation {
67background: url('images/topenavegacion.png')no-repeat ;
68height:18px
69}
70#subnavigation {
71background: url('images/subnavegacion.png')no-repeat ;
72height:18px
73}
74
75
76#contextes .listagebloc {
77background-color: #a63609;
78padding: 8px;
79margin-bottom: 18px;   
80}
81#corps {background-color:#ebeae8}
82#corpssommaire {background-color:#d8470c}
83#contextes h1 {
84font-size: 18px;
85}
86
87#contextes h2 {
88font-size: 14px;
89letter-spacing: 0.1em;
90color: #fff;
91margin: 4px 0 10px 0;
92}
93#contextes h3 {
94font-size: 12px;
95}
96#contextes h4 {
97font-size: 10px;
98}
99
100#contextes .listageinfo {
101font-size: 9px;
102}
103
104#contextes .listagetexte {
105font-size: 10px;
106color: #fff;
107margin: 10px 0 4px 0;
108}
109
110#contextes .listagetexte a:hover {
111color: #ff0;
112}
113
114#contextes .listagetexte a {
115color: #fff;
116}
117
118/* corps */
119#corps .logo {
120        margin-bottom: 10px;
121}
122
123#texteconteneur {
124margin-bottom: 2em;
125}
126
127#corps h1 {
128font-size: 28px;
129font-family: georgia, times, serif;
130margin-bottom: 6px;
131color: #f30;
132}
133
134.sursoustitre {
135font-size: 10px;
136color: #666;
137letter-spacing: 0.1em;
138}
139
140.surtitre {
141       
142}
143
144.soustitre {
145       
146}
147
148.dateauteurs {
149        font-size: 11px;
150        margin: 28px 0 0 0;
151}
152
153.chapeau {
154font-family: georgia, times, serif;
155margin-top: 18px;
156font-size: 14px;
157color: #333;
158line-height: 140%;
159margin-right: 30px;
160font-weight:bold;
161font-style: italic;
162}
163
164.texte {
165        font-size: 12px;
166        line-height: 140%;
167        margin-top: 18px;
168       
169        text-align: justify;
170}
171
172#corps .ps, #corps .notes {
173font-size: 10px;
174margin: 20px 0 0 0;
175}
176
177.listagerepondre {
178text-align: right;     
179margin-top: 18px;
180}
181
182.listagerepondre a {
183color: #f90;   
184}
185.listagerepondre a:hover {
186color: #f30;   
187}
188
189#corps h3 {
190font-size: 18px;
191margin: 1.5em 0 0.5em 0
192}
193
194/* forum */
195
196#forum ul {
197margin-top: 20px;
198}
199
200#forum ul ul {
201padding-left: 10px;
202margin-left: 10px;
203border-left: 1px solid #ccc;
204}
205
206/* comportement des css generee par spip */
207
208p.spip {
209margin: 2em 0 0 0;
210}
211
212fieldset {
213border: none;
214padding:0;
215}
216
217legend {
218font-size: 18px;
219font-family: georgia, times, serif;
220margin-bottom: 10px;
221}
222
223fieldset p {
224margin: 6px 0 18px 0;
225}
226
227label {
228font-weight: bold;
229font-size: 12px;
230}
231
232/* cacher la traduction car prise en charge par le bandeau */
233.traductions {
234display: none;
235}
236
237#contextes .forml {
238width:94%;
239border:0;
240font-size:10px;
241color:#333;
242padding:2px;
243}
244
245/* formulaire proposer site */
246
247#proposer-site legend {
248display:none;
249}
Note: See TracBrowser for help on using the repository browser.