source: trunk/spip/2.1/extensions/magusine-portage2.1/themes/participcafe/polices.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.7 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
41p {
42margin: 2px 0; 
43}
44
45.forml {
46width: 100%;
47}
48
49a img {
50border: 0;     
51}
52
53img {
54behavior: url("win_png.htc");   
55}
56
57/* contextes et corps */
58
59#contextes img {
60display: block;
61margin: 2px auto;
62}
63
64#contextes .listagebloc {
65background-color: #FE6A00;
66padding: 8px;
67margin-bottom: 18px;   
68}
69
70#contextes h1 {
71font-size: 18px;
72}
73
74#contextes h2 {
75font-size: 14px;
76letter-spacing: 0.1em;
77color: #fff;
78margin: 4px 0 10px 0;
79}
80#contextes h3 {
81font-size: 12px;
82}
83#contextes h4 {
84font-size: 10px;
85}
86
87#contextes .listageinfo {
88font-size: 9px;
89}
90
91#contextes .listagetexte {
92font-size: 10px;
93color: #fff;
94margin: 10px 0 4px 0;
95}
96
97#contextes .listagetexte a:hover {
98color: #ff0;
99}
100
101#contextes .listagetexte a {
102color: #fff;
103}
104
105/* corps */
106#corps .logo {
107        margin-bottom: 10px;
108}
109
110#texteconteneur {
111margin-bottom: 2em;
112}
113
114#corps h1 {
115font-size: 28px;
116font-family: georgia, times, serif;
117margin-bottom: 6px;
118color: #f30;
119}
120
121.sursoustitre {
122font-size: 10px;
123color: #666;
124letter-spacing: 0.1em;
125}
126
127.surtitre {
128       
129}
130
131.soustitre {
132       
133}
134
135.dateauteurs {
136        font-size: 11px;
137        margin: 28px 0 0 0;
138}
139
140.chapeau {
141font-family: georgia, times, serif;
142margin-top: 18px;
143font-size: 13px;
144color: #333;
145line-height: 140%;
146margin-right: 30px;
147font-weight:bold;
148font-style: italic;
149}
150
151.texte {
152        font-size: 11px;
153        line-height: 140%;
154        margin-top: 18px;
155        text-align: justify;
156}
157
158#corps .ps, #corps .notes {
159font-size: 10px;
160margin: 20px 0 0 0;
161}
162
163.listagerepondre {
164text-align: right;     
165margin-top: 18px;
166}
167
168.listagerepondre a {
169color: #f90;   
170}
171.listagerepondre a:hover {
172color: #f30;   
173}
174
175#corps h3 {
176font-size: 18px;
177margin: 1.5em 0 0.5em 0
178}
179
180/* forum */
181
182#forum ul {
183margin-top: 20px;
184}
185
186#forum ul ul {
187padding-left: 10px;
188margin-left: 10px;
189border-left: 1px solid #ccc;
190}
191
192/* comportement des css generee par spip */
193
194p.spip {
195margin: 2em 0 0 0;
196}
197
198fieldset {
199border: none;
200padding:0;
201}
202
203legend {
204font-size: 18px;
205font-family: georgia, times, serif;
206margin-bottom: 10px;
207}
208
209fieldset p {
210margin: 6px 0 18px 0;
211}
212
213label {
214font-weight: bold;
215font-size: 12px;
216}
217
218/* cacher la traduction car prise en charge par le bandeau */
219.traductions {
220display: none;
221}
222
223#contextes .forml {
224width:94%;
225border:0;
226font-size:10px;
227color:#333;
228padding:2px;
229}
230
231/* formulaire proposer site */
232
233#proposer-site legend {
234display:none;
235}
Note: See TracBrowser for help on using the repository browser.