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

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

se agrego el themes CSocial

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